From: Finn B. <bc...@us...> - 2000-12-11 18:52:30
|
Update of /cvsroot/jython/jython/Demo/javaclasses In directory slayer.i.sourceforge.net:/tmp/cvs-serv32011 Modified Files: readme.txt Log Message: Updated to sue the modern --package option. Index: readme.txt =================================================================== RCS file: /cvsroot/jython/jython/Demo/javaclasses/readme.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** readme.txt 2000/12/04 21:30:39 1.6 --- readme.txt 2000/12/11 18:52:27 1.7 *************** *** 11,15 **** This is just to make sure the Jython code works on your machine ! 2. run "jythonc -package pygraph Graph.py" in this directory This should produce the Java class pygraph.Graph. Because this is --- 11,15 ---- This is just to make sure the Jython code works on your machine ! 2. run "jythonc --package pygraph Graph.py" in this directory This should produce the Java class pygraph.Graph. Because this is |