[JBoss-user] [HTTPD, Servlets & JSP] - Re: problem finding classes in /classes dir of WAR

2004-07-09 Thread songhai
yes it did. I eventually figured as much and went the 'package' route. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841588#3841588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841588 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: problem finding classes in /classes dir of WAR

2004-07-09 Thread rzanner
Hi folks, it definitely does not work to put a single class in the import statement as in "import MyClass;". This is prohibited by the javac itself. Besides that it's never a good idea to use classes with no package. Always use at least a single package - what's so difficult about it? It's just

[JBoss-user] [HTTPD, Servlets & JSP] - Re: problem finding classes in /classes dir of WAR

2004-07-01 Thread songhai
I am having the identical problem. I'm new to this however so the solution may be trivial. But could someone please point me in the right direction. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840698#3840698 Reply to the post : http://www.jboss.org/index.