Re: [Mathlib-develop] errors again
Status: Beta
Brought to you by:
st_mueller
From: Stefan M. <st...@he...> - 2008-07-07 19:10:23
|
Dear BB, what kind of development tool do you use? I am using Eclipse: there simply add the jar file in jmathlib/plugins/dynjava/dynamicjava.jar to your library directories. On the command line I compiled the java file jmathlib/plugins/dynjava/JavaPlugin.java like the following javac -classpath .;jmathlib/plugins/dynjava/dynamicjava.jar jmathlib/plugins/dynjava/JavaPlugin.java You need to include the path to dynamicjava.jar In case you do not want to try on: just remove the dynjava-directory and errors with might follow. Hope this helps, Stefan. bb-543437 wrote: > I actually downloaded the version JMathLib 0.9.0 from June 8, 2008. > But Again I have the seven errormessages as in the version befor: > > So 6. Jul 18:33:02 CEST 2008 > jmathlib/plugins/dynjava/JavaPlugin.java:8: package > koala.dynamicjava.interpreter does not exist > import koala.dynamicjava.interpreter.*; > ^ > jmathlib/plugins/dynjava/JavaPlugin.java:9: package > koala.dynamicjava.parser.wrapper does not exist > import koala.dynamicjava.parser.wrapper.*; > ^ > jmathlib/plugins/dynjava/JavaPlugin.java:29: package > koala.dynamicjava.interpreter does not exist > private koala.dynamicjava.interpreter.TreeInterpreter djInterpreter; > ^ > jmathlib/plugins/dynjava/JavaPlugin.java:54: package > koala.dynamicjava.interpreter does not exist > public koala.dynamicjava.interpreter.Interpreter getJavaInterpreter() > ^ > jmathlib/plugins/dynjava/JavaPlugin.java:38: cannot find symbol > symbol : class TreeInterpreter > location: class jmathlib.plugins.dynjava.JavaPlugin > djInterpreter = new TreeInterpreter(new JavaCCParserFactory()); > ^ > jmathlib/plugins/dynjava/JavaPlugin.java:38: cannot find symbol > symbol : class JavaCCParserFactory > location: class jmathlib.plugins.dynjava.JavaPlugin > djInterpreter = new TreeInterpreter(new JavaCCParserFactory()); > ^ > jmathlib/plugins/dynjava/JavaPlugin.java:70: cannot find symbol > symbol : class InterpreterException > location: class jmathlib.plugins.dynjava.JavaPlugin > catch(InterpreterException e) > ^ > 7 errors > > There is something wrong withhthis source. > > regards > > bb > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Mathlib-develop mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/mathlib-develop > |