M
Minko
Unregistered / Unconfirmed
GUEST, unregistred user!
我已经写了一个jsp以及一个java bean 并且用 javac 编译好了bean
但还是报一个不明白的错
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] I:/tomcat/tomat/work/Standalone/localhost/examples/jsp/mysql/mysql_jsp.java:8: cannot access num.mySqlbean
[javac] bad class file: I:/tomcat/tomat/webapps/examples/WEB-INF/classes/num/mySqlbean.class //这里我的bean的确在这里
[javac] class file contains wrong class: mun.mySqlbean
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] import num.mySqlbean;
[javac] ^
[javac] 1 error
不明白怎么回事请指教
但还是报一个不明白的错
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] I:/tomcat/tomat/work/Standalone/localhost/examples/jsp/mysql/mysql_jsp.java:8: cannot access num.mySqlbean
[javac] bad class file: I:/tomcat/tomat/webapps/examples/WEB-INF/classes/num/mySqlbean.class //这里我的bean的确在这里
[javac] class file contains wrong class: mun.mySqlbean
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] import num.mySqlbean;
[javac] ^
[javac] 1 error
不明白怎么回事请指教