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