UNSOLVED

davidec1

updated

17 years ago

D

davidec1

6 Posts

0

3107

December 30th, 2009 07:00

Testing SDK on Ubuntu: Is it possible?

Hello!

I'm developing a Java application which should write on a Centera CAS using the SDK.

The production machine will run a Red Hat Linux, but for development only, I need to use an Ubuntu 9.04 Desktop.

Is it possible? I ran the installation script and added the default installation directory to the PATH environment variable, but I'm having a

java.lang.UnsatisfiedLinkError: com.filepool.natives.FPLibraryNative.setLastError(I)V

when calling

vPool = new FPPool (poolAddress);

The code used to work on Windows, which I cannot temporarily use. I don't need performance or special features, just writing and reading some files...

Thank you advance and have a happy new year!