Re: How to Combine Apache Derby without installing with Jar Directly

2015-01-08 Thread Peter Ondruška
You can use Eclipse to create runnable jar that packs other jars inside. On Wednesday, 7 January 2015, Varun Sawaji sawaji.va...@gmail.com wrote: Hi, I have application which was developed using Java and Apache Derby. I want to create executable JAR and run on any system which doesnot have

How to Combine Apache Derby without installing with Jar Directly

2015-01-07 Thread Varun Sawaji
Hi, I have application which was developed using Java and Apache Derby. I want to create executable JAR and run on any system which doesnot have derby DB.When I click on Jar file the derby also install on the system. Is it possible. Varun

Re: How to Combine Apache Derby without installing with Jar Directly

2015-01-07 Thread Rick Hillegas
On 1/6/15 11:09 PM, Varun Sawaji wrote: Hi, I have application which was developed using Java and Apache Derby. I want to create executable JAR and run on any system which doesnot have derby DB.When I click on Jar file the derby also install on the system. Is it possible. Varun Hi Varun,

Re: How to Combine Apache Derby without installing with Jar Directly

2015-01-07 Thread John English
On 07/01/2015 09:09, Varun Sawaji wrote: Hi, I have application which was developed using Java and Apache Derby. I want to create executable JAR and run on any system which doesnot have derby DB.When I click on Jar file the derby also install on the system. Is it possible. Just unjar