ok,
I use CE to create and compile my java class files and jsp pages.
when I'm done, I copy my pages and classes over to a Unix box where tomcat and apache are running.
The JSP pages that don't use the classes work fine after I copy them, but the ones that use the class files dont.
The pages are not finding the compiled classes. how do I fix this? I'd like to compile them on the unix box, but javac doesnt work well...gives a bunch of errors of things my pages are referencing and cant find.
anyone know what I should troubleshoot or what to do?
Thanx
I use CE to create and compile my java class files and jsp pages.
when I'm done, I copy my pages and classes over to a Unix box where tomcat and apache are running.
The JSP pages that don't use the classes work fine after I copy them, but the ones that use the class files dont.
The pages are not finding the compiled classes. how do I fix this? I'd like to compile them on the unix box, but javac doesnt work well...gives a bunch of errors of things my pages are referencing and cant find.
anyone know what I should troubleshoot or what to do?
Thanx