Tagged Questions

0
votes
1answer
32 views

Running jar from different directory cannot find required dependency

I'm trying to run a jar ec/mobat/MOBAT.jar which depends on some jars located in ec/mobat/lib/. It works if I do: ec/mobat/$ java -jar MOBAT.jar However I want to be able to run …
5
votes
5answers
89 views

Downloading JAR files at runtime in Java

I am wondering if it is possible to have a Java desktop application, on startup, look to some URL, to see if it needs an update, and if so download necessary JAR files, and add the …
0
votes
0answers
25 views

clojure rmi classpath problem

Hi, I am trying to use clojure to implement a "plugin" for some vendor supplied software. Here is a little background on the vendor supplied software. It expects me to implement …
0
votes
5answers
94 views

Java Library and Class Path Problems

Quick personal background: I was hired a few months ago as the sole .NET developer (C#) by a company whose other devs are all php devs. A week into the job I was told they wanted t …
1
vote
4answers
64 views

Can I use the classpath to override a file in a jar that is being run?

I have a JAR file that contains an application as well as configuration files for that application. The application loads configuration files from the classpath (using ClassLoader. …
0
votes
2answers
99 views

How to include the lib folder in the manifest classpath in Netbeans

Hi, A library that my java application uses needs looks for a file (log4j.xml) in the class path. I use netbeans to manage my project, but I can't find a way to include the lib/ f …
2
votes
4answers
63 views

Ivy, ant and start scripts

Hi all, I have a project that uses ant to build and ivy for dependencies. I would like to generate the start scripts for my project, with the classpath, based on the dependencies …
-1
votes
2answers
72 views

ClassNotFoundException

I'm getting the following error when I try to run a Java class which interacts with Java DB. I try loading driver with : Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); …
0
votes
3answers
47 views

Adding to the classpath on OSX

Can anyone tell me how to add to the classpath on OSX?
0
votes
2answers
72 views

Add items to application (WAR) classpath in WebLogic 10?

My shop has been running Oracle's Application Server for several years. As such, before we knew better, we have developed a norm of having application config files stored outside o …
0
votes
1answer
22 views

Glassfish doesn’t load jdbc

I've a application in swing and ejb3 inside glassfish v2ur2 and until one week ago all was ok. in sometime, the glassfish never more load the jdbc driver of postgresql and the conn …
0
votes
3answers
207 views

Tomcat’s CLASSPATH is different than Java’s, and it does not include “.” How do I change it?

I've been spending hours trying to figure out why I've been getting the java.lang.NoClassDefFoundError, and I've narrowed down the cause to Tomcat's classpath. I used the code bel …
1
vote
4answers
141 views

Problems with setting the classpath in ant

Hi, I'm having problems getting my Java program to run (it uses some third party .jar s). I can compile it fine but when I call my run target in ant it says it can't find the class …
3
votes
3answers
130 views

Writing a Java standard class library alternative from the scratch

Hi, I am just curious but I want to know if it is feasible to remove totally the Java standard class libraries coming with the JVM and start a new one from the scratch [à la Class …
0
votes
1answer
69 views

Eclipse classpath does not update changes in Project Properties

I am using Eclipse 3.4.1 Build M20080911-1700 I have tried to change the classpath directories for jar and the source directory using the Project Properties -> Java Build Path -> …

1 2 3 4 5 11 next
15 30 50 per page