Hello evryone
i am running a class from commandline in linux environment but i am getting java.lang.NoClassDefFoundError when i run the class. I am very confused about packages when running in command line. please can you tell me how to declare correct packages when developing a program without using any
IDE. when i use IDE it wont be a problem but if i use some editor then i am very confused about that. Below is my program. please help me how to run the program?
package is start from the root. that is current directory is /media/Movies/eshwar/myjava
And Am using below command to run the program.Even though UseCaseTracker.class file in the currect direcotory i can't execute that.
java UseCaseTracker