home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
J A V A
/
Java Development Kit V1.2
/
jdk12-win32(1).exe
/
data1.cab
/
demos
/
demo
/
jfc
/
Notepad
/
README.txt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-01
|
349 b
|
17 lines
To run the Notepad demo on 1.2:
java Notepad
To run the Notepad demo on 1.1.x on Solaris:
setenv SWING_HOME <path to swing release>
setenv JAVA_HOME <path to jdk1.1.x release>
runnit
To run the Notepad demo on 1.1.x on win32:
set CLASSPATH=<path to jdk1.1.x release>\lib\classes.zip
set SWING_HOME=<path to swing release>
runnit