Samuel> I used the Jsch library to tunnel port 3306 through SSH. It
Samuel> works fine when I run from Netbeans (Java jdk). But, When I use
Samuel> it as an extension for Netlogo, I get this error:
Samuel> Session.connect: java.security.NoSuchAlgorithmException: DH
Samuel> KeyPairGenerator not available
Try launching NetLogo without the -Djava.ext.dirs= flag, see if the
problem goes away.
(We include that in the default launch flags to prevent system-installed
versions of JOGL from conflicting with the JOGL version bundled with
NetLogo. If you're not using the 3D view, it shouldn't matter.)
--
Seth Tisue | Northwestern University | http://tisue.net
lead developer, NetLogo: http://ccl.northwestern.edu/netlogo/
>>>>> "Samuel" writes: