Lanuch SkinEditorTool

the default launch.cmd is :@echo off

set EMPTYDRV=J:

set THISDIR=d:\shimmer\skintool

set DOMINO=q:/notes/bin/w32/bin

set JAVAKIT=D:/Progra~1/Java/j2re1.4.2/jdk

set PATH=.;%JAVAKIT%/bin;%DOMINO%;c:/winnt/system32;c:/winnt

set CLASSPATH=.;%DOMINO%/Notes.jar

REM Make sure we are at the root

if not exist %EMPTYDRV%\SkinEditor.java subst %EMPTYDRV% %THISDIR%

%EMPTYDRV%

REM Run the demo

java SkinEditor D:/Domino/Data6/iNotes/Forms6.nsf

if not %ERRORLEVEL%==0 pause

I set the environment settings as follows:

My domino server is on server1,and the designer client is on pcadmin,different computers.

THISDIR=C:\SkinEditorTool

set DOMINO=C:\Lotus\Notes\jvm\bin(why this are notes directory?)

JAVAKIT=C:\Program Files\Java\jre6

set CLASSPATH=.;%DOMINO%/Notes.jar I found my Notes.jar is on C:\Lotus\Notes\jvm\lib\ext\ ,and the DOMINO=C:\Lotus\Notes\jvm\bin,

java SkinEditor C:/Program Files/IBM/Lotus/Domino/data/iNotes/Forms8.nsf(the dirctory is on other computer of Domino Server)

I am so confused about the directory config.I start launch.cmd ,some msg:

Exception in thread “main” java.lang.UnsatisfiedLinkError: no nlsxbe in java.lib

rary.path

    at java.lang.ClassLoader.loadLibrary(Unknown Source)

    at java.lang.Runtime.loadLibrary0(Unknown Source)

    at java.lang.System.loadLibrary(Unknown Source)

    at lotus.domino.NotesThread.load(Unknown Source)

    at lotus.domino.NotesThread.checkLoaded(Unknown Source)

    at lotus.domino.NotesThread.stermThread(Unknown Source)

    at SkinEditor.main(SkinEditor.java:104)

how to config this ?any answers.Thanks in advantage.