CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15
  1. #1
    Join Date
    Apr 2022
    Posts
    8

    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


    Name:  PATH.jpg
Views: 180
Size:  27.0 KB
    Last edited by BrunoB; April 4th, 2022 at 01:59 PM.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Is my Path installed correctly?

    Quote Originally Posted by BrunoB View Post
    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

  3. #3
    Join Date
    Apr 2022
    Posts
    8

    Re: Is my Path installed correctly?

    Quote Originally Posted by VictorN View Post
    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.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Is my Path installed correctly?

    What errors do you get?
    Victor Nijegorodov

  5. #5
    Join Date
    Apr 2022
    Posts
    8

    Re: Is my Path installed correctly?

    FOr example,this in Neatb.Minutes and minutes that way...

  6. #6
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    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

  7. #7
    Join Date
    Apr 2022
    Posts
    8

    Re: Is my Path installed correctly?

    Quote Originally Posted by VictorN View Post
    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

  8. #8
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Is my Path installed correctly?

    Quote Originally Posted by BrunoB View Post
    This is my cmd
    Attachment 36045

    Didn't you understand what I wrote recently:

    Quote Originally Posted by VictorN View Post
    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

  9. #9
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Is my Path installed correctly?

    Quote Originally Posted by BrunoB View Post
    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

  10. #10
    Join Date
    Apr 2022
    Posts
    8

    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.

  11. #11
    Join Date
    Apr 2022
    Posts
    8

    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?

  12. #12
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Is my Path installed correctly?

    OK, I give up.
    Victor Nijegorodov

  13. #13
    Join Date
    Apr 2022
    Posts
    8

    Re: Is my Path installed correctly?

    Quote Originally Posted by VictorN View Post
    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.

  14. #14
    Join Date
    Feb 2022
    Posts
    26

    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.

  15. #15
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    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
  •  





Click Here to Expand Forum to Full Width

Featured