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 4 of 4

Thread: Can't get Javac to work.

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Can't get Javac to work.

    I have the jdk and java. I reinstalled a couple of times and changed the Path. When I type Path into my cmd, it says:
    C:\Users\Simon>Path
    PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Com
    mon Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Micr
    osoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\Sys tem32\Wbe
    m;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\P rogram Files\Intel\WiFi\bin\;C
    :\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Lenovo
    \Access Connections\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files
    \Common Files\Autodesk Shared\;C:\Program Files (x86)\Autodesk\Backburner\; C:\P
    rogram Files\Java\jdk1.7.0_09\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Fi
    les\Common Files\Intel\WirelessCommon\

    Can anyone help?


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Can't get Javac to work.

    Can you post the error messages you are getting trying to use the javac command?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Dec 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Can't get Javac to work.

    I forgot what it says, but it's the error that occurs when you don't have javac path established. Something like javac is not a command. Don't have access to my computer right now.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Can't get Javac to work.

    Try it again. The real message is important.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. JAVAC
    By iansmiler in forum What's Wrong With My Code?
    Replies: 6
    Last Post: November 27th, 2012, 03:45 PM
  2. Do I have to keep setting the path file for javac?
    By fallout87 in forum Java Theory & Questions
    Replies: 1
    Last Post: November 24th, 2011, 07:33 PM
  3. javac help
    By mjpam in forum Java Theory & Questions
    Replies: 7
    Last Post: February 16th, 2011, 10:46 AM
  4. [SOLVED] can't run javac directly from command prompt
    By epezhman in forum Java IDEs
    Replies: 7
    Last Post: January 12th, 2011, 07:38 PM
  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

Tags for this Thread