Finally got this to work today. After discussing the issues with one of our onsite Java specialists, we determined the problem. The names of the .jar files did not all match what was in the java folder. Thank you for the information. Ken -----Original Message----- From: Kimmo Koivisto [mailto:kimmo.koivisto at surfeu.fi] Sent: Wednesday, April 12, 2006 3:20 PM To: fedora-directory-users at redhat.com Cc: Ken Morehouse Subject: Re: Startconsole issues on Windows Ken Morehouse kirjoitti viestiss??n (l?hetysaika Wednesday 12 April 2006 17:16): > Hello all. I just recently installed Fedora Directory Server v1.0.2-1. > I'm able to get the startconsole script to start up without an issue > on the RedHat server, but have been having considerable issues trying > to get the code to run on my workstation. Hello Ken I had troubles too when I tried to use java and lib directories from FDS 1.0.2. Then I copied those dirs from 1.0.1 and got it working. My .bat file <console.bat> @echo off set ADMINUSER=admin set ADMINURL=http://repository:9000/ echo Starting Console java -ms8m -mx64m -cp .;.\nmclf10.jar;.\base.jar;.\ldapjdk.jar;.\mcc10.jar;. \nmclf10_en.jar;.\mcc10_en.jar;.\jss3.jar -Djava.library.path=..\lib\jss -Djava.util.prefs.systemRoot=.\.java -Djava.util.prefs.userRoot=. com.netscape.management.client.console.Console -D -u %ADMINUSER% -a %ADMINURL% </console.bat> Maybe this helps you? Regards Kimmo