[JBoss-user] [Beginners Corner] - Re: Trouble with War archives and client class paths

2004-09-11 Thread johny_ald
I found the problem. For some reason all I needed to do was provide the full path name of the class. IE com.packagename.classname. There must be a bug in jboss as the imports did not do their job properly View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847906

[JBoss-user] [Beginners Corner] - Trouble with War archives and client class paths

2004-08-27 Thread johny_ald
I am having trouble with deploying my applet in a war files. And getting the client to recieve the necessary classes for my interface. And stop these class not found exceptions. I can get the applet html page to locate a single class file if they are located in the root directory in the war file