-
April 4th, 2022, 12:06 PM
#1
Is my Path installed correctly?
Hello good day, this pc is new, I installed it and I had problems with the IDE...so I uninstalled it and reinstalled it. Can you help me?
The problem is that I can not compile code ...I get errors ..it appears that I use symbols that I really do not use and also, errors in Neatbeans..it keeps loading minutes for a simple hello world.
Thanks
Last edited by BrunoB; April 4th, 2022 at 01:59 PM.
-
April 4th, 2022, 01:44 PM
#2
Re: Is my Path installed correctly?
 Originally Posted by BrunoB
Hello good day, this pc is new, I installed it and I had problems with the IDE...so I uninstalled it and reinstalled it. Can you help me?
And what is the problem? (note that there is nothing to understand just looking at the image you have attached)
Victor Nijegorodov
-
April 4th, 2022, 01:58 PM
#3
Re: Is my Path installed correctly?
 Originally Posted by VictorN
And what is the problem? (note that there is nothing to understand just looking at the image you have attached)
you are right. The problem is that I can not compile code ...I get errors ..it appears that I use symbols that I really do not use and also, errors in Neatbeans..it keeps loading minutes for a simple hello world.
-
April 4th, 2022, 02:02 PM
#4
Re: Is my Path installed correctly?
Victor Nijegorodov
-
April 4th, 2022, 02:23 PM
#5
Re: Is my Path installed correctly?
FOr example,this in Neatb.Minutes and minutes that way...
-
April 4th, 2022, 02:25 PM
#6
Re: Is my Path installed correctly?
Please, don't post the attachments when you could post the real text error messages! 
In your recent attachment is nothing to read/understand!
Victor Nijegorodov
-
April 4th, 2022, 02:39 PM
#7
Re: Is my Path installed correctly?
 Originally Posted by VictorN
Please, don't post the attachments when you could post the real text error messages! 
In your recent attachment is nothing to read/understand! 
The problem is not in the code, but in the IDE...or in a Java installation problem (I guess) that's why I asked why the IDE fails as I show in the yt video!
SOrry
-
April 4th, 2022, 02:41 PM
#8
Re: Is my Path installed correctly?
 Originally Posted by BrunoB
Didn't you understand what I wrote recently:
 Originally Posted by VictorN
Please, don't post the attachments when you could post the real text error messages! 
In your recent attachment is nothing to read/understand! 
Please, post the errors as text (copy/paste them) and provide the code snippets causing these errors.
Victor Nijegorodov
-
April 4th, 2022, 02:46 PM
#9
Re: Is my Path installed correctly?
 Originally Posted by BrunoB
The problem is not in the code, but in the IDE...or in a Java installation problem (I guess) that's why I asked why the IDE fails as I show in the yt video!
SOrry
either you will explain exactly what is "The problem ... in the IDE" or we will finish other discussion.
Note that your video is exactly so informative as your screenshots (i.e. no information at all!).
Victor Nijegorodov
-
April 4th, 2022, 03:03 PM
#10
Re: Is my Path installed correctly?
the problem with the IDE is that it doesn't work correctly, a simple code as simple as
public class Hello{
public static void main(String args[]){
System.out.println("Helloaaaaaaaaaaaaa ");
}
}
It takes a long time to load and once I load it throws error when the code has no errors.
-
April 4th, 2022, 03:05 PM
#11
Re: Is my Path installed correctly?
What I wanted to show in the video is that it takes time to load a very short code that SHOULDN'T take that long, you know what I mean?
-
April 4th, 2022, 03:08 PM
#12
Re: Is my Path installed correctly?
Victor Nijegorodov
-
April 4th, 2022, 05:29 PM
#13
Re: Is my Path installed correctly?
 Originally Posted by VictorN
OK, I give up.
ok, thanks anyway. Although I don't know if the problem is the IDE or my Path or what the hell, that's why I opened the post.
-
April 5th, 2022, 09:53 AM
#14
Re: Is my Path installed correctly?
Can you post the actual error message you receive, alongside the code you wrote that may have caused the error? That way we can help you figure out what the problem is.
Also, try running the code in a different IDE or even an online IDE - that would also tell you if there was a problem with the installation. But unless we see the actual code you wrote AND the error message it produces, we won't be able to help.
-
April 5th, 2022, 09:59 AM
#15
Re: Is my Path installed correctly?
Norm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|