in reply to Crypt::OpenSSL::RSA & Java

I don't think this has anything to do with Eclipse/Epic. My guess is you installed something on your PC that installed an older version of the DLL(s). There are several approaches to fix this. I think the simplest(?) is to put your script and all DLL(s) it uses in the same directory. Also, there are tools available to find out exactly what processes (if any) are loading the DLL if you want to investigate. It might even turn out that no other process uses the DLL, i.e. only installed! Did I say DLL-Hell:)

Cheers,

Harry

Replies are listed 'Best First'.
Re^2: Crypt::OpenSSL::RSA & Java
by Anonymous Monk on Jan 27, 2011 at 14:58 UTC
    listdlls/psexplorer only list loaded dlls, it won't load random dlls and tell you what other dlls it wants :)(unless you know something I don't)

      This is my understanding as well, i.e. it won't load random dlls and tell you what other dlls it wants (would be nice;). Still I think the Process Explorer is a useful start to find out what is going on.

      Harry