On Mon, May 10, 2010 at 8:17 AM, oldmhe <[email protected]> wrote: > > I'm new to Java, but am making progress with accessing Derby via the > "embedded" framework. > > My program works as long as CLASSPATH points to derby.jar. > > But my preference to deploy the program as a single file, so that the user > can run it simply with: > > java myprogram [parameters] > > without having to set CLASSPATH. > > Is there a way to include derby.jar inside my class file (or some other way) > so as to eliminate the need to set CLASSPATH -- and so the entire deployment > involves a single file? > > Thanks in advance. > -- > View this message in context: > http://old.nabble.com/how-to-include-derby.jar-in-my-.class-file--tp28505459p28505459.html > Sent from the Apache Derby Users mailing list archive at Nabble.com. >
Donald, Maybe a few clues at ... http://homepage.eircom.net/~pugsleypaul/java/jars.htm http://mindprod.com/jgloss/jar.html http://mindprod.com/jgloss/faqs.html www.google.com To those new to Java is is baffling, but there are reasons for doing what is done. Some of those reasons are even good reasons! HTH -Damian
