I'm trying to integrate the java turbovnc viewer with another java
application. The application is a user portal GUI. This is how I'm
currently doing it:

try {
System.out.println("Launching the viewer");
viewer = new VncViewer(viewer_args);
viewer.start();
} catch (Exception e) {
System.out.println("viewer.start failed: " + e);
}

I had to make a slight change to the VncViewer so that my portal app
wouldn't close when the viewer is closed. Everything seems to work fine
(except for fullscreen on OSX). Just wondering if you had a better way to
start a the viewer. Maybe I should do this in a separate thread?

Thanks.

-- 
Kevin Van Workum, PhD
Sabalcore Computing Inc.
"Where Data Becomes Discovery"
http://www.sabalcore.com
877-492-8027 ext. 11

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to