pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

will this work headless on linux? #18

Closed FingerlessGlov3s closed 10 years ago

FingerlessGlov3s commented 11 years ago

I have a raspberry pi and I wanted to know if there was a way to run this headless as you cant run because there no GUI so i cant figure it?

also i think this is caused by it.

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-gtk-4233 in java.library.path no swt-gtk in java.library.path Can't load library: /home/pi/.swt/lib/linux/arm/libswt-gtk-4233.so Can't load library: /home/pi/.swt/lib/linux/arm/libswt-gtk.so /home/pi/.swt/lib/linux/arm/libswt-gtk-4233.so: /home/pi/.swt/lib/linux/arm/libswt-gtk-4233.so: cannot open shared object file: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)

    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:331)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:240)
    at org.eclipse.swt.internal.C.<clinit>(C.java:21)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
    at org.eclipse.swt.widgets.Display.<clinit>(Display.java:133)
    at info.ajaxplorer.synchro.Manager.main(Manager.java:164)
cdujeu commented 11 years ago

humm, there's a hidden option to run this as a deamon, but this will not be possible with the current dist, you would have to launch the jar manually

FingerlessGlov3s commented 11 years ago

what argument would i need to put as thats what im doing atm eg "java -jar xx.jar" or am i gettings it wrong.

djpc123 commented 11 years ago

I would too be interested in running this as a daemon on my XBMC media center. I can code java so I might have a go at getting it running.

FingerlessGlov3s commented 11 years ago

yeah would be nice to run it as a daemon. good luck :D :+1:

cdujeu commented 10 years ago

we know have an option to run headless, will be in the 0.8.5 snapshot

FingerlessGlov3s commented 10 years ago

Sweet