Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JNich
  • Order by date
  1. JNich

    Running non-java programs from a java app

    Hmmm, I still get a java.io.IOException: CreateProcess: dir *.jav error=0<br> <br> Any ideas?
  2. JNich

    Displaying a web page from Java

    Something like this oughta work:<br> if(something is true){<br> URL url = new URL("some URL");<br> getAppletContext().showDocument(url);<br> }
  3. JNich

    Running non-java programs from a java app

    How can I execute a C program (or any executable, for that matter) from within a java application. I want to run non-dll stuff.

Part and Inventory Search

Back
Top