Hello 
i have already used JBuilder (to compile and excute my progs), and all time
i create a new package so all classes have this in top :
package MyPackage;
but when i excecute it with consol mode (without JBuilder4) i have this exception :
#java MyProg
Exception in thread "main java.lang.NoClassDefFoundError : MyProg (wrong name:
myprog/MyProg)
.................(and other error messages)
Can somebody tell me what i have missed
thanks for all.
i have already used JBuilder (to compile and excute my progs), and all time
i create a new package so all classes have this in top :
package MyPackage;
but when i excecute it with consol mode (without JBuilder4) i have this exception :
#java MyProg
Exception in thread "main java.lang.NoClassDefFoundError : MyProg (wrong name:
myprog/MyProg)
.................(and other error messages)
Can somebody tell me what i have missed
thanks for all.