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
/
Mapplet
/
makeit.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1996-10-10
|
212 b
|
10 lines
@echo off
echo .
echo . Creating mapplet.exe with the following command:
echo .
echo . jexegen /OUT:mapplet.exe /MAIN:MApplet *.class
echo .
..\..\..\bin\jexegen /OUT:mapplet.exe /MAIN:MApplet *.class