classpath
Error when running helloworld + classpath problem
I am compiling helloworldapp with no errors. I am running java helloworldapp on windows CLASSPATH: .;C:\\Program Files\\Java\\jre7\\lib;[详细]
2023-04-02 07:51 分类:问答What are some tips on shortening the classpath in ant?
When deploying my application on a Hudson Server (windows machine) , I\'m having problems calling java.exe because my class-path is too long -- Windows taps out after certain length.[详细]
2023-04-01 08:49 分类:问答Is it possible to use war archive as library?
In my application I have a directory that is in CLASS_PATH and where I store jar files. I use ATG so have to use my .class in properie file to have a way to init components (in this situation it\'s se[详细]
2023-03-31 12:15 分类:问答How can I tell javac how to find the imageio-classes?
I\'m new to java development, I just want to use javac for my build system.I\'m using java to add a feature to a program someone else wrote, specifically involving GeoTiff images.[详细]
2023-03-31 09:11 分类:问答Running project java class from ant using maven for dependencies
I am trying to run a Java class as part of the deployment of my project (I want to create some resources at deployment, which can then be read at runtime).[详细]
2023-03-31 04:06 分类:问答How to access custom Java classes from RingoJS?
I have created a few classes in Java and have combined them into a single package in the \'org\' namespace. How do I acce开发者_如何学JAVAss them from RingoJS?[详细]
2023-03-30 20:29 分类:问答How do I run an sbt main class from the shell as normal command-line program?
How can I run an sbt app from the shell, so that I can run my app as a normal command-line program (as if run directly via scala but without having to set up an enormous classpath)?[详细]
2023-03-29 07:20 分类:问答ClassNotFoundException: org.jaxen.JaxenException in ear file
I\'m baffled by what is going on here. I keep getting the following exception: Caused by: java.lang.ClassNotFoundException: org.jaxen.JaxenException[详细]
2023-03-28 20:18 分类:问答A jar in tomcat's lib can't see a properties file in my webapp
Recently I separated the core functionality of my core servlets application into a jar file. This jar file is now deployed in tomcat\'s lib folder and the application(i.e. servlets, jsps, properties f[详细]
2023-03-28 17:11 分类:问答Getting NoClassDefFoundError when trying to run a maintenance task on a servlet
I have a servlet app that is running fine, and not wanting to copy some of the classes to a separate project, developped a command-line maintenance tool within it. However on trying to run this tool,[详细]
2023-03-28 06:43 分类:问答