What is the exact command you are running?
Is the class you are trying to run contains a 'main' method, that is a
method with the signature :
public static void main(String[] args) {}
Make sure you type the command correctly.
For example, if the file you are trying to run is at
com/vendor/MyClass.class you have to run something like:
java com.vendor.MyClass
Moshe
> I get the warning in Java Virtual Machine Launcher,
> Could not find the main class.
[quoted text clipped - 4 lines]
> Txs
> Roel