jar file problem -


When I try to run jar file from Netbeen then it works fine, but when I try to run from the command prompt I am giving it expaction thread error but when I check my Task Manager, it shows that javaw.exe is running .............. what exactly is this and Why is this error coming in command prompt?

Compile your application like this:

  & gt; ; Play javac -jar example.jar ClassName.java   

:

  & gt; Java-eg example.jar class name    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -