Search:

Type: Posts; User: javapenguin

Search: Search took 0.13 seconds.

  1. Re: How would you run jar file with a java program?

    How would you know if the JRE is on the client machine or not? And if it's not, how do you get it there?
  2. Re: How would you run jar file with a java program?

    Say I had a file called file.jar, how would I pass that using the Runtime.getRuntime() and Process exec() method then?
  3. How would you run jar file with a java program?

    I tried the Runtime.getRuntime() and the Process exec() method, but it said that the jar wasn't a valid Win 32 Application. So what should I do instead of going the route like I would with an .exe?
Results 1 to 3 of 3