A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
How to run a java File using RunTime
Ramesh Shanmugam
Ranch Hand
Joined: Sep 13, 2004
Posts: 132
posted
Apr 17, 2008 01:33:00
0
I have
java
file which is running on Websphere Application Studio (WSAD). From the Java file i need to invoke a java file to run as like it runs on command prompt. So what i did is i got the RunTime instance and tried to execute the java file like
Runtime.getRunTime.exec("java -cp classpath JavaFilename);
the system was not showing any result or error. Please help me to get it resolved and run the java file
Ramesh Shanmugam - SCJP 1.5
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
Apr 17, 2008 01:48:00
0
Try using an absolute path for "java", i.e. something like "/usr/bin/java". You may also have to use absolute file paths in the classpath.
You should also read
this article
; you may have to handle I/O as described in it.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://aspose.com/file-tools
subject: How to run a java File using RunTime
Similar Threads
Any Solution for this.
running another application from java
executable without any JDK???
executing java program
Problem running exe file in program files thru java
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter