"smallnest" wrote:"smallnest" wrote:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac] F:\jboss\tomcat-4.1.x\work\MainEngine\localhost\web-console\StatelessEjb_jsp.java:106: cannot resolve symbol
[javac] symbol : class ContainerMBean
[javac] location: package ejb
[javac] org.jboss.ejb.ContainerMBean container = null;
[javac] ^
[javac] F:\jboss\tomcat-4.1.x\work\MainEngine\localhost\web-console\StatelessEjb_jsp.java:107: cannot resolve symbol
[javac] symbol : class ContainerMBean
[javac] location: package ejb
[javac] container = (org.jboss.ejb.ContainerMBean) pageContext.findAttribute("container");
[javac] ^
[javac] 2 errors
"slaboure" wrote:"slaboure" wrote:
are you sure that JAVA_HOME is set correctly i.e. that javac.jar is on your classpath