[Mathlib-develop] archive path?
Status: Beta
Brought to you by:
st_mueller
|
From: bb-543437 <bb-...@ve...> - 2008-07-12 09:52:38
|
Dear Stefan,
I still try to compile JMathLib_0.9.0 with eclipse now. I think I did a
step forward.
In my last test I had the idea to remove the bin directory. To my
opinion that directory bin must be created by the compilation of the
source. I get a strange error message:
The archive:
/JMathLib_0.9.0/bin/jmathlib/plugins/dynjava/dynamicjava.jar which is
referenced by the classpath, does not exist. Certainly. a library might
reside everywhere the program has excess to, but a path to a directory
that should be created and is not existent at compile time does not make
any sense to me. As I understand the structure of the code, the library
files of dynamic java are a part of the src here?
I did some different trial runs with Java > Build Path > Classpath
Variables
<javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage)")>
So I tried in the user libraries
jmathlib\plugins\dynjava\dynamicjava.jar
in different variations, for instance
src\jmathlib\plugins\dynjava\dynamicjava.jar,
.\jmathlib\plugins\dynjava\dynamicjava.jar. But the message described
above stays inmdependent of that entry. So one might argue, that there
is a path set anywhere in the sources? Do you have an idea where this
comes from?
So I argue that there is set any path in the source?
By the way
Is there any more help possible?
Regards
BB
|