Hi,

I found that I cannot do very simple thing in Java.

If I start Java application like HelloWorldApp.java
in the directory where  HelloWorldApp.class file is
it works OK.

If I start it in another directory like
java  Another_directory/HelloWorldApp/HelloWorldApp

it complains:
Exception in thread "main" java.lang.NoClassDefFoundError:

Is there any way to circumvent it without using a script?

Regards,

Jacob Nikom




----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to