home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Special: HTML & Java
/
Chip-Special_1997-01_HTML-a-Java.bin
/
javasdk
/
sdk-java.exe
/
SDKJava.cab
/
Samples
/
jexegen
/
Hello
/
makeit.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1996-10-10
|
222 b
|
10 lines
@echo off
echo .
echo . Creating hello.exe with the following command:
echo .
echo . jexegen /out:hello.exe /main:Test.Hello Test\*.class
echo .
..\..\..\bin\jexegen /out:hello.exe /main:Test.Hello Test\*.class