Results 1 to 3 of 3
Thread: Running EXE files with Java
- 03-23-2010, 05:28 PM #1
Member
- Join Date
- Feb 2010
- Posts
- 1
- Rep Power
- 0
Running EXE files with Java
I need to run exe file on clicking my Button in Java GUI. I have used exec() and code is as ,
exec("c:\\rr\test.exe")
test.exe is compiled from turbo c++. I am getting error as "Error while setting environment for the application". 16 bit MS-DOS sub system. Please help..!
- 03-23-2010, 05:31 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
do you get the same error when you run that program from the command line?
- 03-23-2010, 06:10 PM #3
Similar Threads
-
Creating and running Java .ini files
By Camzie in forum NetBeansReplies: 4Last Post: 11-25-2009, 12:42 PM -
running two jar files
By gayathri_g in forum New To JavaReplies: 2Last Post: 09-02-2009, 08:05 PM -
Running .java-files won't work/compile does!(Code inside)
By wyldstyle in forum New To JavaReplies: 6Last Post: 02-06-2009, 08:05 PM -
Running batch files thraugh java by passing parameters
By pradeesh in forum New To JavaReplies: 1Last Post: 01-16-2009, 10:14 AM -
Running batch files in java
By pradeesh in forum New To JavaReplies: 10Last Post: 12-04-2008, 09:26 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks