Hi!
how do I package and deploy java GUI client application for deployement with Java Web Start using JBoss IDE for Eclipse?. When Java Web Start load my jar from the server this line of code
Context context = new InitialContext();
throws an exception: Cann't instantiate class org.jnp.interfaces.NamingContextFactory...
If I launch the client GUI application jar on my windows client pc it works just fine. Can somebody tell me why the app jar works fine locally and failed when pakaged as war file and started using Java Web Start? Any help will be appreciate.
JBoss AS 4.0.2
Eclipse SDK 3.1
Windows 2000