[OpenMap Users] Starting OpenMap

From: John Pearson <rcd2951_at_satx.rr.com>
Date: Fri, 9 Dec 2005 09:30:20 -0600

Hi List:

I recently downloaded the OpenMap 4.6.3 beta version, and set my paths as
required by openmap.bat in the bin directory, but OpenMap fails to start,
throwing the following exception

C:\openmap\bin>openmap.bat
Exception in thread "main" java.lang.NoClassDefFoundError:
com/bbn/openmap/app/OpenMap

I looked in the directory and didn't see any ".class" files, but neither did
I see them in the directory tree for the 4.6.2 release.

As you can see I have OpenMap installed on my C:\ drive in "C:\openmap".,
Java is installed in "C:\Program Files\Java\jdk1.5.0_05".
The contents of openmap.bat are as follows:

        _at_echo off

        rem This will launch the OpenMap application
        rem YOU MUST EDIT THE SETTINGS IN THIS FILE TO MATCH YOUR
CONFIGURATION

        rem Java Virtual Machine
        rem CHANGE THIS TO POINT TO YOUR JAVA INSTALLATION IF JAVA ISN"T IN
YOUR PATH
        set JAVABIN=C:\PROGRA~1\JAVA\jdk1.5.0_05\bin\java.exe

        rem OpenMap top-level directory
        rem THIS POINTS TO THE DIRECTORY ABOVE "BIN". CHANGE THIS IF YOU
MOVE THE
        rem BATCH FILE.
        set OPENMAP_HOME=C:\openmap

        rem CLASSPATH points to toplevel OpenMap directory and share
        rem subdirectory. Add other jar files as available.
        set
CLASSPATH=%OPENMAP_HOME%;%OPENMAP_HOME%\classes\openmap;%OPENMAP_HOME%\share
;%OPENMAP_HOME%\lib\milStd2525_png.jar;%OPENMAP_HOME%\lib\openmap.jar;%OPENM
AP_HOME%\lib\omsvg.jar;%OPENMAP_HOME%\lib\omj3d.jar;%OPENMAP_HOME%\lib\omcor
ba_vb.jar;

        rem OK, now run OpenMap
        %JAVABIN% -Xmx64m -Dopenmap.configDir=%OPENMAP_HOME%\share
-Ddebug.showprogress com.bbn.openmap.app.OpenMap


Any Ideas why I can't get OpenMap to start?

Thanks

JP




--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Dec 09 2005 - 11:26:09 EST

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:07 EDT