Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Have problem with javac

  1. #1
    Junior Member
    Join Date
    Aug 2017
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Have problem with javac

    When i want to run a TextDocument, that i creaded at NotePad++ and save it like Exampale.java, in C:\Windows\System32\cmd.exe it said that 'javac' is not recognized as an internal or external command, operable program or batch file. I set path like hundred times and i still don't know why isn't work. Does anybody have any idea? Tnx

  2. #2
    Member
    Join Date
    Aug 2017
    Location
    Northern Ireland
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Have problem with javac

    Do you have a Java JDK installed?
    Tim Driven Development

  3. #3
    Junior Member
    Join Date
    Aug 2017
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Have problem with javac

    yes

    --- Update ---

    Found solution. Thank you anyway

  4. #4
    Member
    Join Date
    Aug 2017
    Location
    Northern Ireland
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Have problem with javac

    I'm glad you found the solution. Would you like to share it?
    Tim Driven Development

  5. #5
    Junior Member
    Join Date
    Aug 2017
    Posts
    6
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Have problem with javac

    Ofc. Use your glasses when you're putting the path! ^^

  6. #6
    Member
    Join Date
    Aug 2017
    Location
    Northern Ireland
    Posts
    59
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Have problem with javac

    Good idea
    Tim Driven Development

Similar Threads

  1. [SOLVED] Javac Not recognized?
    By Future_Programmer in forum Java Theory & Questions
    Replies: 4
    Last Post: June 12th, 2013, 06:04 AM
  2. Can't get Javac to work.
    By klkser3 in forum Java Theory & Questions
    Replies: 3
    Last Post: December 11th, 2012, 07:55 AM
  3. JAVAC
    By iansmiler in forum What's Wrong With My Code?
    Replies: 6
    Last Post: November 27th, 2012, 03:45 PM
  4. javac help
    By mjpam in forum Java Theory & Questions
    Replies: 7
    Last Post: February 16th, 2011, 10:46 AM
  5. Problem of executing java.exe. How to code from absolute scratch?
    By sepalm in forum Java Theory & Questions
    Replies: 13
    Last Post: November 12th, 2008, 07:48 AM