That works AWESOME!!
Thank you very much!!!!
Michael G.
On Sun, 14 Mar 1999 13:14:47 +0000, Zhao WuGang wrote:
>Try using "Runtime.getRuntime().exec()", here is a sample.
>Good luck !
>
>--------------------------------------------------------------------------
>
> try{
> Runtime.getRuntime().exec( "c:/program
>Files/Netscape/Communicator/Program/netscape.exe
>http://shemiran.usc.edu/genesis");
> } catch (Exception e)
> {
> System.out.println(e.toString());
> }
>--------------------------------------------------------------------------
>
>
>
>"Michael G." wrote:
>
>> I have a 3D World I'm building in Java 1.2/Java 3D. At
>> this point I've been unsuccessful at embedding a wavefront
>> file..so for demo purposes I'd like to figure out how to
>> call a second java program(running in a separate window)
>> from inside the first???
>>
>> This would be on an X86 Windows98 box.
>>
>> Thanks for any help
-------------------------------------------------------------------
ICQ #24517082 Live FreeBSD...Or Die!
PIC X 10 VALUE "YES! COBOL"
-------------------------------------------------------------------
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/