I have downloaded JDK 1.3.1_01 version from Sun site. This runs out of DOS window in Windows 98. Is there a separate JVM for Windows 98 so that it looks like a Windows apps rather than a DOS app runing under Windows. Thanks Barkat [ August 14, 2002: Message edited by: Barkat Mardhani ]
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
0
You can use javaw to run your programs. Otherwise, take a look at Creating a JAR File for an introduction to creating an executable JAR file.