Search found 3 matches
- Thu Nov 11, 2010 3:19 am
- Forum: Java
- Topic: Window 7 64 Bit Class not found error for students
- Replies: 0
- Views: 7764
Window 7 64 Bit Class not found error for students
Download and install the normal jdk not the 64 bit one. Once you have done so bring up your command prompt and type in java -version. If it gives you information then JDK is fine. Now text pad. Download Textpad and install. You should be able to compile your java app but not run it. You will get an ...
- Thu Nov 11, 2010 3:13 am
- Forum: Java
- Topic: Installing the JDK on 64 bit operating systems
- Replies: 3
- Views: 11777
I forgot to add.
That needs to be set as the system variable under system and advanced system setting. The user defined setting will be the bin and lib folder. But for system variables the Class Path must be .;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
- Thu Nov 11, 2010 3:12 am
- Forum: Java
- Topic: Installing the JDK on 64 bit operating systems
- Replies: 3
- Views: 11777
NO one has actually answered this questions.
If you are going to use TextPad on Windows 7 64 Bit then you need to define your class path as this .;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip The dot and semicolon are important. It has to be exactly this in order to run a compiled app in Textpad. You have to have them at the beginning ...