Hello folks,

I have always used TurboVNC through JavaWS. I generate a .jnlp file and it
launches my turbovnc java client automatically.

Since JavaWS is in its end of life, I am trying to migrate to a solution
where I have a .vnc file that is generated by my web portal and it is
associated with VNCViewer. I am currently using the Java VNCViewer as a
standalone application (on Windows).

I am able to successfully launch the VNCViewer by command line using the
command below (where 44444444 is an OTP):

java -jar VncViewer.jar myuser@10.0.0.1::5902 -Password=44444444
-FullScreen=1

However I don't know how the equivalent .vnc file format would look like. I
have tried the following, but it gives me the following error: ""

[connection]
user=myuser
host=10.0.0.1
port=5902
Password=44444444
FullScreen=1

What am I doing wrong?

Moreover, if I open the VNC connection info dialog box, I get the following:
  JPEG decompression: Unaccelerated
  TurboVNC Helper: Not found

And the following warning on the terminal:
Viewport: WARNING: Could not find TurboVNC Helper JNI library.  If it is in
a
Viewport:   non-standard location, then add -Djava.library.path=<dir>
Viewport:   to the Java command line to specify its location.
Viewport:   Keyboard grabbing will be disabled.

I have tried to put ljtwin64.jar and tvnchelper-win64.jar in my current
directory (c:\temp) and used the following command, but nothing changed...

java -Djava.library.path=c:\temp -jar VncViewer.jar myuser@10.0.0.1::5902
-Password=44444444 -FullScreen=1

Any information would be helpful... Thanks!

Best regards,
Rafael GuimarĂ£es

-- 
You received this message because you are subscribed to the Google Groups 
"TurboVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to turbovnc-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/turbovnc-users/CAMCG4__qzfT%3DzoiMu045iFhYPAFKGqZSbWjzt11SG4oYfQ0oYQ%40mail.gmail.com.

Reply via email to