');
//-->
READ THIS FIRST
Default
JAVARUNNER
What it is
Javarunner is a program that creates programs.
The programs that it creates makes it easy to run
Java Applications.
Why do I need it ?
Javarunner creates Exe files.
Javarunner replaces those batch files.
Batch files are easier to corrupt than Exe files.
Exe files run on a 'click much more reliably.
This is good if you write java.
Javarunner generates an 8.3 executable (SCREEN SHOT)
Here you enter the name
of the Exe file that will be created.
With
the example shown, when you click Go a file called hello.exe is created.
It is does the same thing as this batch file
Download
Download
Download
echo *
echo * Start hello.class
echo *
@echo on
java hello.class
@echo off
back
to top
back
to top
JAVA RUNNER HELP
created MAY 15 1999
updated 5:55 PM 4/30/2004
mark burns springer vze4k4bh@verizon.net
ASSUMPTIONS
i) you already have a JDK installed.
ii) the installed JDK is in your Path statement.
=================================================================
extract everything from the zip file into the directory that contains
the class file that you wish to run.
type javarunner and hit enter.
=================================================================
1.. PUT THE NAME YOU WANT THE EXECUTABLE FILE TO HAVE IN THE FIRST BOX.
( NO EXTENSIONON THE FILE NAME)
2.. PUT THE NAME OF THE CLASS YOU WANT THE EXECUTABLE TO LOAD IN THE SECOND BOX.
( NO EXTENSIONON THE FILE NAME)
3.. CLICK THE 'GO' BUTTON
4.. JAVA RUNNER WILL CREATE AN EXE FILE WITH THE NAME YOU CHOSE.
5.. COPY THE EXE FILE TO
THE DIRECTORY WHERE THE CLASS FILE IS
=====================================================================
try giving three or four spaces as the class name.
and an Executable name of help
you get a help file which shows the options screen
|