|
From: Tom W. <to...@ss...> - 2002-09-13 04:21:21
|
> From: "Durant Schoon" <si...@mi...> > Date: Wed, 11 Sep 2002 20:30:37 -0700 > > How do I specify the classpath on the jython command line? Since 'jython' is a batch file (script), the easiest thing to do is modify it accoringly. I use several different one for this purpose. For example, one of mine is called 'jyj.bat' and contains: java -mx256m -classpath ".\;c:\jython-21\jython.jar;c:\src\visad\python;.\netcdf2All.jar;.\mcidas.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 Hope that helps. tom -- Tom Whittaker University of Wisconsin-Madison Space Science and Engineering Center Cooperative Institute for Meteorological Satellite Studies Telephone/VoiceMail: 608.262.2759 |