Results 1 to 2 of 2
- 07-31-2007, 03:36 AM #1
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
Call a main method from within a running program
Hi, I'm trying to find out the best way to call a main method from within a running program. Both programs are written in Java.
I've got a Java IDL server up and registered, and what I'd like to do is either call another main method (which starts a GUI) from within the server's main method or create a kind of startup method within my IDL implementation that will remotely start the GUI.
In either case, I need to know the easiest way to kick off the other main method and how I can communicate between each of the processes.
Thanks
- 08-07-2007, 06:16 AM #2
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
Similar Threads
-
How to call C/C++ Program from Java
By sanjeevtarar in forum Advanced JavaReplies: 1Last Post: 04-17-2008, 08:55 AM -
Running main in a package...
By Bizmark in forum New To JavaReplies: 1Last Post: 04-07-2008, 01:58 PM -
When to use client and -server option while running a java program
By Java Tip in forum java.langReplies: 0Last Post: 04-04-2008, 02:49 PM -
Call a Method Automatically
By rhm54 in forum New To JavaReplies: 4Last Post: 02-07-2008, 08:51 AM -
I need to call and run another program
By coco in forum Advanced JavaReplies: 1Last Post: 07-31-2007, 05:47 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks