compliler
today,I come across a very wizzard question.I have two class file in
the same package.
when I use one of the class in the other class file.But the compiler
notified me of "not
found the class".
in a word,how to use a class in the same package .my operation system
is winme.
.
Relevant Pages
- Re: my first bean (tomcat)
... I believe I have a problem because the package name of my Bean ... I have found this by including into my webapp a Bean I ... Put the bean's class file in the webapp's WEB-INF/classes directory, or jar it up and put the jar in the webapp's WEB-INF/lib directory. ... (comp.lang.java.programmer) - Re: classpath for web-application.
... this is a package in "kowari-1.2.0.jar". ... I have a special class file, ... How should I organize them for a war file in server? ... web-inf or WEB-INF? ... (comp.lang.java.help) - Re: compliler
... >today,I come across a very wizzard question.I have two class file in ... >the same package. ... http://mindprod.com Java custom programming, consulting and coaching. ... (comp.lang.java.help) - Re: Not able to run program
... "Exception in thread main java lang NoClassDefFoundError:" Can someone ... That's a very common error message and can be caused by any number of ... more about the placement of your source code and where the class file is ... supposed to be generated as well as any package names you are using. ... (comp.lang.java.help) - Re: Newbie question-- where to put java class file in Tomcat server
... the location of .class file varies. ... First thing is that the class should belong to a package. ... be packaged into a JAR file ... (comp.lang.java.programmer) |
|