|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Help
I've installed the JDK (Version 4), but can't get any class files to compile. I added/changed the PATH variable in my root directory - advised to do this so classes can be compiled regardless of which directory you're in. Now it can't "find" any of the class libraries I try and 'javac', even though they're legit. Removing the PATH statement doesn't make any difference. Is there a virtual SDK out there somewhere? Any help appericiated...but more so for the right kind. Cheers |
|
#2
|
|||
|
|||
|
What OS are you running?
windows: set classpath = %classpath%;C:\jdk1.4.1\bin set path = %path%;C:\jdk1.4.1\bin Linux: PATH=PATH:<jdk1.4.1-directory> |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > JDK Install |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|