I have a legacy web app running in Tomcat 5.0. This web app has two jars in WEB-INF/lib, let\'s say Foo-2.0.jar and Bar-2.0.jar. Bar-2.0.jar actually includes a Foo-1.0.jar inside of it. Bar is also
I\'m having the following problem (reported there by someone else) when running my enterprise application under Glassfish. Under Jetty it works fine.
I did this before: CLASSPATH=\".:/home/phoenies/jdk1.6.0_17/lib/tools.jar:/home/phoenies/jdk1.6.0_17/lib/dt.jar\"
I have the below build file for Ant and trying to use the target \'run\' for executing the program. <property name=\"springjar\"location=\"E:/Tools/spring-30/dist/\" />
I am trying to deploy a spring 3 application on GlassFish v2.1 and am getting the following error: APPLICATION_CONTEXT_ID_PREFIX at org.springframework.web.servlet.FrameworkServlet.createWebApplicati
On the commandline is java -cp simply an abbreviation for java -classpath? (I seem to remember they may have different behaviour but can\'t find explicit documentation).
DISCLAIMER: this is the classic case of .NET GUI trying to work his way around JAVA stuff. PROBLEM DESCRIPTION:
I have a project A, which contains some java files and a classpath resource R.txt. Within the project I use ClassLoader.getSystemResource(\"R.txt\"); to retrieve R.txt.
I\'m not sure this is the problem, but it looks like it might be the case. I\'m getting build errors telling me that certain packages don\'t exist. These packages are packages that exist in .jar files
My problem is to generate version 1 UUIDs. We use Jetty 6.x, Maven (to start Jetty among other things) and Apache Commons ID (to generate UUID version 1 from the current time).