Skin Editor for Domino Web Access

I am trying to configure the Skin Editor for the Domino Web Access application. Does anyone know what folders or directories to point the launch.cmd configuration to. This tool is very limited to any ‘help’ or how to configure.

Where should EMPTYDRV point to?

THISDIR I guess should point to where the launch.cmd file exists?

DOMINO should point to your ‘bin’ directory on your Domino server?

JAVAKIT points to where? and I cannot find a ‘jdk’ directory? I think I need to download the ‘jdk’ to my workstation.

The other question is how do you execute this application and when?

Anyone with any experience and information on how this works would be greatly appreciated. Thank you in advance!!

The launch.cmd file looks like this:

@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

Subject: Skin Editor for Domino Web Access

Hi Bert,

EMPTYDRV should point to an empty drive letter you have available on the machine you plan to run this tool on. For example I listed L: since I have drive mappings all the way to K. THISDIR points to the launch.cmd location. Domino should point to your server’s bin location. Since I’m using this on my client, I point it to my Notes 6 files instead. (this tool has to be run locally). Java kit points to wherever you install the Java Kit. I downloaded this from http://java.sun.com/j2se/1.4.2/download.html I’m not sure if I downloaded the right one, but I picked the J2EE SDK 1.4. After modifying the launch.cmd and the build.cmd, I created a shortcut from the launch.cmd on my desktop. Again, you have to run the tool locally. So I created a local replica of Forms5.nsf and pointed the cmd files to the local replica. I’ve been able to see the code in the database, but I still haven’t figured out which sections to change the colors. Maybe when you get yours working you can contact me? My email address is: Audie_Franks@tjx.com. Hope this helps you out.