I finally got the Sync Manager GUI to run by creating my own command
file and setting the classpath.  It's very disappointing that I had to
jump through these hoops.  

Firstly, I needed the following additional jar files:

    swt.jar
    sapdbc-7.6_00_12_4339.jar

I then created my own command file as follows (Each "set" statement is
on one line, but I broke them up for formatting purposes):

    @echo off

    set EXTERN=C:\Program Files\SDB\programs\app\syncman\extern
    set SYNCMANLIB=C:\Program Files\SDB\programs\app\syncman\lib

    set ECLIPSE=%EXTERN%\swt.jar;
        %EXTERN%\org.eclipse.core.runtime_3.1.0.jar;
        %EXTERN%\org.eclipse.jface.text_3.1.0.jar;
        %EXTERN%\org.eclipse.jface_3.1.0.jar;
        %EXTERN%\org.eclipse.osgi_3.1.0.jar;
        %EXTERN%\org.eclipse.swt.win32.win42.x86_3.1.0.jar;
        %EXTERN%\org.eclipse.swt_3.1.0.jar;
        %EXTERN%\org.eclipse.text_3.1.0.jar

    set SYNCMAN=%SYNCMANLIB%\msgserver.jar;
        %SYNCMANLIB%\syncmanacc.jar;
        %SYNCMANLIB%\syncmangui.jar;
        %SYNCMANLIB%\syncservice.jar

    set J2EE=%EXTERN%\j2ee.jar
    set SAPDBC=%EXTERN%\sapdbc-7_6_00_12_4339.jar

    set CLASSPATH=%ECLIPSE%;%SYNCMAN%;%J2EE%;%SAPDBC%

    set PATH=%PATH%;%EXTERN%

    java -classpath "%CLASSPATH%" com.sap.sdb.syncMan.gui.SyncManGUI






On Tue, 23 Aug 2005 10:05:20 -0400, "Derek M. A. Lee-Wo"
<[EMAIL PROTECTED]> said:
> I grabbed these jars and tried it, but I get the same error with respect
> to the main class not being found.  Here is the contents of my
> programs\app\syncman\extern directory (I'm using Windows)
> 
>  Directory of C:\Program Files\SDB\programs\app\syncman\extern
> 
> 08/23/2005  09:56 AM    <DIR>          .
> 08/23/2005  09:56 AM    <DIR>          ..
> 08/22/2005  04:23 PM         1,726,090 j2ee.jar
> 06/27/2005  04:42 PM           453,884
> org.eclipse.core.runtime_3.1.0.jar
> 06/27/2005  04:41 PM           670,638 org.eclipse.jface.text_3.1.0.jar
> 06/27/2005  04:41 PM           667,433 org.eclipse.jface_3.1.0.jar
> 06/27/2005  04:42 PM           743,067 org.eclipse.osgi_3.1.0.jar
> 06/27/2005  04:42 PM         1,402,943
> org.eclipse.swt.win32.win32.x86_3.1.0.jar
> 06/27/2005  04:42 PM             1,611 org.eclipse.swt_3.1.0.jar
> 06/27/2005  04:41 PM           183,103 org.eclipse.text_3.1.0.jar
> 06/27/2005  04:41 PM           315,392 swt-win32-3138.dll
>                9 File(s)      6,164,161 bytes
> 
> I have everything list below plus the j2ee.jar file.
> 
> Can anyone that has the sync manager GUI working check their extern
> directory to see if there are any other jars that I need?
> 
> 
> > 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')
> -- 
> Derek M. A. Lee-Wo
> Email: (Home) [EMAIL PROTECTED]  (Work) [EMAIL PROTECTED]
> Fax:     (US) 413-826-0641      (UK) 08701 338414
> 
> Family Portal: http://www.LeeWo.net
> Personal Blog: http://www.DereksPerspective.com
> 
>     "Those who will not risk cannot win" - John Paul Jones
> 
> 
> -- 
> MaxDB Discussion Mailing List
> For list archives: http://lists.mysql.com/maxdb
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
> 
-- 
Derek M. A. Lee-Wo
Email: (Home) [EMAIL PROTECTED]  (Work) [EMAIL PROTECTED]
Fax:     (US) 413-826-0641      (UK) 08701 338414

Family Portal: http://www.LeeWo.net
Personal Blog: http://www.DereksPerspective.com

    "Those who will not risk cannot win" - John Paul Jones


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

Reply via email to