Results 1 to 1 of 1
- 10-27-2011, 08:11 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 26
- Rep Power
- 0
how to start a .jar from another Java program?
as above. currently, i have a program with multiple unrelated functions... i wrote it like that because i wanted integration at first, but as the program became more complicated and the number of records in each database grew, the different parts made the main program become much slower (it's already very heavily Threaded and i've already set all Threads to Thread.MAX_PRIORITY already)... and if it screws up for some reason, i'll have to restart the WHOLE thing instead of the problematic part.
now, i'd like to split the whole program into smaller programs, but would still like the main GUI to *feel* integrated.
so, can anyone pls tell me the method to use to start a .jar (as well as pass in arguments if it's not just appending the arguments to the end of the file path) from another program?
thanks.Last edited by theChameleon; 10-27-2011 at 08:24 PM.
Similar Threads
-
Where should I start with this program?
By westbakke in forum New To JavaReplies: 3Last Post: 06-02-2011, 04:16 AM -
Start Swing GUI program by Java Web Start with IE in Eclipse debug mode
By albertkao in forum EclipseReplies: 1Last Post: 01-18-2011, 06:27 PM -
Need help on how to start off with a program
By javanoobie in forum New To JavaReplies: 6Last Post: 03-23-2009, 11:42 PM -
How do you start a Java program from the "Start" menu under Windows?
By ScottVal in forum New To JavaReplies: 5Last Post: 03-20-2009, 10:04 PM -
Really Stuck on how to Start this program
By random0munky in forum New To JavaReplies: 4Last Post: 10-29-2008, 08:57 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks