![]() |
| |||||||
| Programming Discussions related to web programming languages and other related issues. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| java query : My prog is giving an error while running java class , pl help !? I get this error while executing a class , Exception in thread "main" java.lang.NoClassDefFoundError: First My program is correct , now syntax error . I am using j2sdk1.4. pl suggest what should i do ? |
| |||
| The most likely cause is that you don't have the classpath variable set properly. To fix this, do the following: 1) Go to 'my computer' and right click and select 'properties'. Then under the advanced tab, select 'enviromment variables'. 2) In there if you see a 'classpath' variable, edit that entry to reflect a dot (.) following what already is in there. (eg: classpath=<a series of paths seperated by colons>;. ) <- Note I inserted a dot after teh last colon. This should fix your problem |
| ||||
| Make sure your PUBLIC class name (if you have more than one class in your program) is the same as the file name. Also, make sure you don't have a semicolon at the end of the public class definenition line. Finally, make sure you have matching braces in all the appropriate places.
__________________ Alive Web Directory |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i deleted my java on my pc . i went to java.com & tried to download java. but all i get is an error.? | arif | Programming | 5 | 03-03-2007 05:58 AM |
| another java program error..it says operator can not be applied to java.lang.double, java.lang.double!!! help! | vjvishy | Programming | 3 | 12-01-2006 10:35 PM |
| error 999 is java cause of new yahoo server java run out reload java l'm up and runing gl | bashroot | Programming | 1 | 10-31-2006 03:20 PM |
| java query : My prog is giving an error while running java class , pl help !? | PJPsyco | Programming | 2 | 07-23-2006 10:43 PM |
| I have downloaded Java language & API documentation from java.sun.com. How to start running Java? | Kedar | Programming | 5 | 07-20-2006 11:21 PM |