How to run a Java EE desktop application client outside Netbeans?
If I double click jar
, it says "java exception". All (client, ejb
and web
) modules are deployed, and glassfish
and desktop client jar
are on same machine (Windows).
I've follwed this tut http://docs.oracle.com/javaee/1.2.1/devguide/html/Client3.html
and when I run runclient -client ConverterApp.ear -name MyConverterClient
in cmd
it says runclient unknown command.