Link to home
Start Free TrialLog in
Avatar of longtree
longtree

asked on

using two versions of jgoodies forms at the same time

Matlab has a very nice interface to java, which allows you to write your own java code and integrate it into matlab transparently. I'm having a problem doing this though. Apparently matlab, for its UI, is using a version of JGoodies from 2006. The code that I wrote up uses a newer version of this library. When I try to integrate the classpath with the two libraries there is a conflict as the new version is not backwards compatible. I'm not sure how to resolve this effectively. The only thing I can think of is to recompile and repackage the forms library under a new path. Are there other better solutions?
ASKER CERTIFIED SOLUTION
Avatar of Frelling
Frelling
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of longtree
longtree

ASKER

thanks for your help.