classpath
How can I access a resource when running an SBT runTask?
I\'ve got an XML file that I need to read from the classpath in order to load some test data for my project with DBUnit when running a custom runTask in SBT.[详细]
2023-03-15 17:52 分类:问答How can I match this Eclipse classpath functionality in ant?
I have a project (in Eclipse) that does this method call. GameMain.class.getResource(\"/ui/gameui.xml\");[详细]
2023-03-15 07:19 分类:问答Difference betwen classpath and lib folder
One thing i haven\'t been able to figure out(only 4 months of experience in J2EE), is the scope of the classpath and lib folder(WEB-INF/...)[详细]
2023-03-15 05:47 分类:问答Using JavaCompiler in an OSGi Bundle
I\'m in the process of refactoring a Java application to use OSGi.One feature of the application is on-the-fly Java compilation using javax.tools.JavaCompiler.In the original application this process[详细]
2023-03-15 04:13 分类:问答java process creation fails when creating from shell script
I have a problem, that whenever i try to create java process from shell script, it is unable to create a process with the classpath i need to add. When i do not add the classpath the java process is c[详细]
2023-03-14 22:48 分类:问答I am getting an error "javax.servlet package not found" when i m trying to compile the following java code
I am getting an error javax.servlet.* package not found while trying to compile the following source code :[详细]
2023-03-14 13:29 分类:问答Adding jdbc driver to classpath
Ok I am on Win Vista and correctly set my MAVEN_HOME, JAVA_HOME stuff. but I do not have a class path 开发者_JAVA技巧yet. I have also installed MySQL.now I have opened a Hibernate book and at the very[详细]
2023-03-14 08:32 分类:问答Java EE Shared Libs?
I\'m having trouble getting a shared library working in a Java EE environment. In particular, the library contains some helpers for common JMS activities. However, as soon as the code enters a librar[详细]
2023-03-14 05:39 分类:问答How do I package config data for my web application that can be updated?
I have a web service that provides clients with configuration data. It receives a request containing a version (ex: \"v1\") of that configuration data and needs to retrieve the data associated with th[详细]
2023-03-14 04:21 分类:问答Error when run scala jar
When I run a scala jar, it throws the following error message: Exception in thread \"main\" java.lang.NoClassDefFoundError: scala/ScalaObject[详细]
2023-03-13 14:11 分类:问答