Hello Derek,

you wrote:
>I installed 7.6.0.12 and I'm trying to run the sync manager GUI.  I
have
>the 1.4.2 JDK, the j2ee.jar file and the SWT files.  I've placed the
>jars and SWT files in app\syncman\extern which I saw in some
>instructions that I need to do.

>When I run the CMD file syncmangui.cmd, I get a dialog with the error
>"Could not find the main class.  Program will exit".  Normally, with
>Java, I would expect some kind of stack trace that would tell me "what"
>class it was looking for, but I guess this been caught or disabled.

the Java VM of the gui is run as 'javaw' under windows.


>Is there anything else I need to do?  Do I need to setup a specific
>classpath?

You should not have to setup a specific classpath. At
run time of any of the 'syncman*' commands the content
of the 'extern' directory is scanned. Every jar file found
there is included in the internal classpath of the command.
Similarly, the 'extern' directory is included in the shared 
library path of the java VM.


You probably miss some of the jars/libs needed to run the gui.
Our input to documentation was a bit unspecific then.



On windows you need the following jars/dlls in 'extern'. 
These can be extracted from (e.g.) 
the 'Eclipse Platform Runtime Binary' download:

org.eclipse.core.runtime_3.1.0.jar
org.eclipse.jface.text_3.1.0.jar
org.eclipse.jface_3.1.0.jar
org.eclipse.osgi_3.1.0.jar
org.eclipse.swt.win32.win32.x86_3.1.0.jar
org.eclipse.swt_3.1.0.jar
org.eclipse.text_3.1.0.jar
swt-win32-3138.dll (must be extracted from the above
'org.eclipse.swt.win32.win32.x86_3.1.0.jar')


On linux, using the gtk widget set, 'extern' would look like this:

libswt-atk-gtk-3138.so
libswt-awt-gtk-3138.so
libswt-cairo-gtk-3138.so
libswt-gnome-gtk-3138.so
libswt-gtk-3138.so
libswt-mozilla-gtk-3138.so
libswt-pi-gtk-3138.so
org.eclipse.core.runtime_3.1.0.jar
org.eclipse.jface_3.1.0.jar
org.eclipse.jface.text_3.1.0.jar
org.eclipse.osgi_3.1.0.jar
org.eclipse.swt_3.1.0.jar
org.eclipse.swt.gtk.linux.x86_3.1.0.jar
org.eclipse.text_3.1.0.jar

The *.so libs are extracted from the
'org.eclipse.swt.gtk.linux.x86_3.1.0.jar'.



Sorry for the inconvenience,
regards,

Markus



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to