Results 1 to 7 of 7
Thread: javac not recognised
- 10-05-2010, 04:44 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
javac not recognised
im following this tutorial here YouTube - Java Programming Tutorial - 2 - Running a Java Program
i get to the part when i need to use the javac command,
when i try the command javac test.java
i get the error message "javac is not recognised as an internal or external command,operable program or batch file"
iv changed the path to
C:\Java\jdk\bin\javac
but it still doesnt work
any suggections?
thanks
- 10-05-2010, 04:49 PM #2
Senior Member
- Join Date
- Oct 2010
- Location
- Germany
- Posts
- 780
- Rep Power
- 4
- 10-05-2010, 04:57 PM #3
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
i tried changing in to \bin and restarted my pc
when i tried the javac command again i got a different message
"test.java:4: reached end of file while parsing
2 errors
it didnt create the file
- 10-05-2010, 05:00 PM #4
Senior Member
- Join Date
- Oct 2010
- Location
- Germany
- Posts
- 780
- Rep Power
- 4
show us your code. are all brackets paired? :)
- 10-05-2010, 05:07 PM #5
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
class apples {
public static void main (string args [])){
system.out.println("Hello");
}
this is the current code, should i have added a bracket at the end?
- 10-05-2010, 05:16 PM #6
Senior Member
- Join Date
- Oct 2010
- Location
- Germany
- Posts
- 780
- Rep Power
- 4
- 10-05-2010, 05:20 PM #7
Member
- Join Date
- Oct 2010
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
Whats the best recognised java diploma
By Haze in forum New To JavaReplies: 0Last Post: 01-27-2010, 09:09 AM -
javac
By PhilArmstrong in forum New To JavaReplies: 31Last Post: 11-21-2009, 03:46 PM -
javac?
By sardare in forum EclipseReplies: 1Last Post: 06-14-2008, 02:06 AM -
java.util.Scanner not recognised
By pjm35@st-and.ac.uk in forum New To JavaReplies: 4Last Post: 06-07-2008, 03:32 PM -
javac DOS
By rdunne in forum New To JavaReplies: 3Last Post: 01-01-2008, 11:49 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks