I am working on a project where I am trying to find some interaction between various bugs in JFreeChart project. However, for this I have to merge different files from different versions of JFreeChart and compile them as one project to see if there is some possible interaction between bugs. But I am finding it difficult to run multiple versions since different versions have compatibility with different java versions? Is there any way to do this?
Asked
Active
Viewed 91 times
1 Answers
1
You can have multiple version of JFreeChart on your system, but only one will be first in the classpath when you build (javac) or run (java) the application. Here's one approach, in outline:
trashgod
- 203,806
- 29
- 246
- 1,045