home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 14
/
IOPROG_14.ISO
/
soft
/
sdkjava
/
sdkjava.exe
/
SDKJava.cab
/
Samples
/
AFC
/
JNotepad
/
make.bat
< prev
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1998-03-05
|
292 b
|
11 lines
@echo off
rem Compiles JNotepad
jvc /d classes src\*.java
echo
echo To run JNotepad, go to the classes directory and type 'jview JNotepad'.
echo Or, to create a standalone Win32 exe, go to the classes directory and
echo run 'buildexe.bat'. This will create JNotepad.exe.
echo