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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to make JavaIDE: Please Help

Status
Not open for further replies.

rpk2006

Technical User
Apr 24, 2002
225
0
0
IN
Hi experts,

I am developing my own Java IDE in VB. In my form, there are two buttons, one for "Compiling" and the other for "Executing". Compilation is done successfully, but executing is giving trouble.

What does this "Javaw.exe" file do ? How to display the output in a window or VB form, if any one here knows ? There is always a new solution for the same problem.

Anonymous
 
First of all, why you want to make a new Java IDE?
There are really good and free IDE´s out there, for example "Eclipse" from IBM.

So, Javaw.exe is the same like Java.exe with the different that it don´t open a Console.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top