From: Finn B. <bc...@us...> - 2000-11-24 17:11:58
|
Update of /cvsroot/jython/htdocs/applets In directory slayer.i.sourceforge.net:/tmp/cvs-serv23577 Modified Files: README Log Message: Added reminder that applets must be compiled with a java1.1 jvm. Index: README =================================================================== RCS file: /cvsroot/jython/htdocs/applets/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** README 2000/11/13 10:05:04 1.1 --- README 2000/11/24 17:11:54 1.2 *************** *** 7,10 **** --- 7,14 ---- jythonc --core --deep --jar appletdemo.jar *.py + Remember that the applets must be compiled with the same version of java as + they will use in the browser. The demo applets on the website must be + compiled with a JDK1.1. I have used JDK1.1.7A + appletdemo.jar: This file is create by the command above. |