Re: Compile the code source ELAN
Up one level
Re: Compile the code source ELAN
Posted by
hasloe
at
2009-12-03 17:18
I think there are two possible approaches.
- running ELAN with your code using the Ant build file, by means of the default target "start". I don't think an "elan.jar" is created in that case. And, you might have to change the "java.library.path", depending on your platform.
- creating a new "elan.jar" using the "jar" target and replacing the original "elan.jar" of an installed ELAN by the one that you have build. The versions should match, i.e. if you downloaded the sources of 3.7.2 you should test in an installed 3.7.2. etc.
This last option might be the easiest since you likely don't have to change library path settings etc.
Hope this helps.
-Han