You are not logged in.
Hi,
I'm new to Linux and SliTaz.
I am trying to run the Oracle Virtual Desktop Client (version 3) on SliTaz but it does not open.
I believe I successfully installed the program (converted from .deb to .tazpkg) as it appears in the Menu under Internet, but when I execute the program nothing appears.
Is there a way to detect errors or tell what may be stopping the program to open?
Thank you.
You probably need to do a few more converts.
What does it say if you try running it from xterm?
Offline
Sorry, how would I do that?
I am not familiar with Linux. I can see (using the file manager) what looks like the installed files in a folder called 'ovdc' under a folder called 'opt', but how would I get there from xterm; and then execute the program, from the list below?
The ovdc folder contains the following files:
NAME, TYPE
----------
dhcp-app, Unknown
jre-6u26-linux-i586.bin, shell script
libvdc.so, shared library
OVDC.jar, java archive
vdc, shell script
...and a bunch of .pdf (user guide in different languages) files and an html file (link to open the user guide).
Update:
I have now managed to get to the opt/ovdc folder using a combination of cd and ls commands. I tried to execute the vdc file by typing sh vdc and it returned an error:
vdc: line 7: ./jrel.6.0_26/bin/java: not found
I'm stuck again :-)
Update:
It took me a while but I have now extracted 'jre-6u26-linux-i586.bin' within the OVDC folder:
root@slitaz:/opt/ovdc# ls
OVDC.jar UserGuide-KO.pdf dhcp-app
UserGuide-DE.pdf UserGuide-NL.pdf index.html
UserGuide-ES.pdf UserGuide-PT.pdf jre-6u26-linux-i586.bin
UserGuide-FR.pdf UserGuide-TW.pdf jre1.6.0_26
UserGuide-IT.pdf UserGuide-ZH.pdf libvdc.so
UserGuide-JA.pdf UserGuide.pdf vdc
However, now when I execute vdc (using the sh command, if that is correct) I get the following error:
root@slitaz:/opt/ovdc# sh vdc
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/opt/ovdc/libvdc.so: libpcsclite.so.1: cannot open shared object file:
No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.oracle.vdc.control.ClientHandle.<clinit>(ClientHandle.java:9)
at com.oracle.vdc.control.ClientControl.<init>(ClientControl.java:24)
at com.oracle.vdc.gui.OVDC.<init>(OVDC.java:98)
at com.oracle.vdc.gui.OVDC.main(OVDC.java:800)
root@slitaz:/opt/ovdc#
Can you advise further?
Thank you.
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]