classpath
Anyone using Junit4 with cpsuite-1.2.5 and EasyMock?
We are using ClassPathSuite to simplify our testing: http://www.johanneslink.net/projects/cpsuite.jsp This works extremely well.The only issue we are encountering is with EasyMock.EasyMock works fine[详细]
2023-03-20 15:40 分类:问答Adding a Third Party Library to Java Applet
I have a Java Applet that needs a 3rd party library, but how do I add the jar to the classpath and reference it to the Java Applet?[详细]
2023-03-20 00:52 分类:问答Modifying BOOTCLASSPATH in Android Building
This question is related to this other one. I have 开发者_如何学编程recompiled Android framework and generated a new image. I need to add some classes to the original framework and did it by adding ne[详细]
2023-03-19 20:43 分类:问答java library inside jar
I have created mytest.jar file with library that contains near 30 library files also jar. Is it possib开发者_运维问答le to put all library jars inside mytest.jar so that I need to distribute only 1 ja[详细]
2023-03-19 18:39 分类:问答Java: Which of multiple resources on classpath JVM takes?
If I have multiple files of the same name on classpath (e.g. I have multiple .jar with log4j.properties), what are the rules J开发者_如何学JAVAVM follows to chose one?It is specified by the order in w[详细]
2023-03-19 10:49 分类:问答"Could not find the main class"
I\'m trying to run a sample Java application from the command promopt but I\'m getting the following error:[详细]
2023-03-19 09:52 分类:问答problem setting classpath of javamail?
I downloaded java mail because i wanted to run the code that had header files : import javax.mail.*; import javax.mail.internet.*[详细]
2023-03-19 00:17 分类:问答How to configure Spring and Apache Tiles definitions to resolve jsps from classpath
This one\'s not very short, so please bear with me. I\'m developing a web app with Spring 3.0, Apache Tiles 2.2 and Spring WebFlow 2.2. One important requirement is that it needs to be very modular, m[详细]
2023-03-18 23:03 分类:问答Getting a java.lang.NoClassDefFoundError on one build, but not the other using the exact same jar
This is a bit of an odd problem, but I\'m kind of desperate because I\'m all out of ideas and google has reached it\'s end.[详细]
2023-03-18 16:20 分类:问答Set a different classpath for just one grails command
I need to set a different classpath for one single grails xxx command. The point is that my application uses latest version of commons-httpclient. I have no problems with this. But after building my[详细]
2023-03-17 09:54 分类:问答