Exception in thread "main" java.lang.NoClassDefFoundError: SQLJHost [message #92761] |
Sat, 08 January 2005 20:29 |
N Ganesh
Messages: 2 Registered: January 2005
|
Junior Member |
|
|
Hai,
I have a file name SQLJHost.sqlj. When i compiled it with the sqlj translator i got the files:
- SQLJHost.java
- SQLJHost.class
- SQLJHost_SJProfile0.ser
- SQLJHost_SJProfileKeys.class
Now when i tried to execute the .class file by saying
java SQLJHost
it gave me an error message
Exception in thread "main" java.lang.NoClassDefFoundError: SQLJHost
What might me probable cause?I have already set the path and classpath to the correct locations.
Kindly help me out in this as soon as possible.
- Ganesh
|
|
|