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
>
> Michae
> G.
> ------------------------------------------------------------
> -------
>  ICQ #24517082    Live FreeBSD...Or Die!
>
>  PIC          X  10    VALUE "YES
> COBOL"
> ------------------------------------------------------------
> -------
>
> -------------------------------------------------------------------
>  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/

--

-------------------------------------
Name:Zhao WuGang
Integrated Media System Center
Dept. of Computer Science
Univ. of Southern California
Los Angeles, CA 90089

Home Addr.
2633 Ellendale Place, Apt. 106
Los Angeles, CA 90007
Tel: 213-740-2295(office)
323-731-6509(home)
Email: [EMAIL PROTECTED]
URL: http://shemiran.usc.edu/wugangzh/
 http://shemiran.usc.edu/genesis/
Office: PHE-434


=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to