Dear JBrek,
I installed Jamvm on my DS410j following this procedure. It is the only procedure I have found on internet to installe easyly java on the synology :
http://monkieblankie.blogspot.com/2011/04/install-java-on-synology-nas-via-ipkg.htmlAfter that and installing Syno2Flickr (keys, folders), when launching syno2flickr I get a horrible error :
**********************************************************************
* Syno2Flickr v0.1.1 03/2012 *
* *
*
https://github.com/syno2flickr/ *
**********************************************************************
Properties file 'syno2flickr.properties' loaded successfully.
java.lang.reflect.InvocationTargetException
at java.lang.reflect.VMMethod.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:327)
at jamvm.java.lang.JarLauncher.main(JarLauncher.java:50)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.VMMethod.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:327)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
at java.lang.reflect.VMMethod.invoke(Native Method)
...2 more
Caused by: java.lang.UnsatisfiedLinkError: Native library `gconfpeer' not found (as file `libgconfpeer.so') in gnu.classpath.boot.library.path and java.library.path
at java.lang.Runtime.loadLibrary(Runtime.java:763)
at java.lang.System.loadLibrary(System.java:670)
at gnu.java.util.prefs.gconf.GConfNativePeer.<clinit>(GConfNativePeer.java:283)
at gnu.java.util.prefs.GConfBasedPreferences.<clinit>(GConfBasedPreferences.java:83)
at gnu.java.util.prefs.GConfBasedFactory.<clinit>(GConfBasedFactory.java:52)
at java.lang.reflect.VMConstructor.construct(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:319)
at java.lang.Class.newInstance(Class.java:1154)
at gnu.classpath.ServiceProviderLoadingAction.run(ServiceProviderLoadingAction.java:140)
at java.security.AccessController.doPrivileged(AccessController.java:195)
at gnu.classpath.ServiceFactory$ServiceIterator.loadNextServiceProvider(ServiceFactory.java:529)
at gnu.classpath.ServiceFactory$ServiceIterator.<init>(ServiceFactory.java:435)
at gnu.classpath.ServiceFactory.lookupProviders(ServiceFactory.java:305)
at gnu.classpath.ServiceFactory.lookupProviders(ServiceFactory.java:229)
at java.util.prefs.Preferences.getFactory(Preferences.java:214)
at java.util.prefs.Preferences.userRoot(Preferences.java:156)
at java.util.prefs.Preferences.userNodeForPackage(Preferences.java:276)
at org.jickr.Auth.getDefaultAuthUser(Auth.java:214)
at ch.jachen.dev.flickr.Syno2Flickr.authenticationToFlickr(Syno2Flickr.java:157)
at ch.jachen.dev.flickr.Syno2Flickr.main(Syno2Flickr.java:298)
at java.lang.reflect.VMMethod.invoke(Native Method)
...5 more
Any idea ?
Thanks in advance
Gyom