|
-
Nov 24th, 2004, 06:08 AM
#1
Thread Starter
Frenzied Member
setting classpath{resolved}
I uninstalled jdk 1.4 because I have 1.5. I didn't see a need in keeping 1.4 but now I wish I had of because I am getting the error "javac is not recognized as a blah blah blah". The environment variables are the same as they were before, So why is this not working now?
Last edited by System_Error; Nov 24th, 2004 at 05:28 PM.
-
Nov 24th, 2004, 04:25 PM
#2
What about your PATH variable? Does it point to the new JDK? By default, 1.5 will install itself into a differnt directory (jdk-1.5.0 if I'm not mistaken) than 1.4 (where the latest version went into jdk-1.4.2). Thus, if your environment variables truly are exactly the same as before, it obviously won't work.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 24th, 2004, 05:28 PM
#3
Thread Starter
Frenzied Member
I'm so stupid. I didn't even think about that.
-
Nov 25th, 2004, 08:46 AM
#4
Thread Starter
Frenzied Member
OK. I reset it to the new directory and it's not working. I'll give my enviro variables and maybe you can help:
Classpath: .;%classpath%.;.;C\Program Files\Java\jdk1.5.0\lib\tools.jar
Path: C:\Program Files\Java\jdk1.5.0
-
Nov 25th, 2004, 08:53 AM
#5
Path: C:\Program Files\Java\jdk1.5.0\bin
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 25th, 2004, 09:42 AM
#6
Thread Starter
Frenzied Member
Thanks. I can't believe I left something off that obvious!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|