Thread: printf Problem
View Single Post
Old Jan 11th, 2007, 11:32 PM   #6
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 342
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
try running your code thru command line
C:\>javac Test.java
C:\>java Test

if javac cannot be found then set your system path to C:\Program Files\Java\jdk1.5.0_02\bin or what version you have.

im guessing Eclipse is still pointing to the older version of java. try checking to see that it is using the new javac.

btw i dont know much about java.
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote