[OpenMap Users] CAN NOT FIND com.bbn.openmap.app.OpenMap CLASS

From: Norfleet, Timothy M. <timothy.norfleet_at_gd-ais.com>
Date: Tue, 29 Aug 2006 18:18:20 -0400

Help please
Can someone help me solve the error I am getting.
I am running the code below, and I get the error printed out below that,
what can I do to see the class "com.bbn.openmap.app.OpenMap"

CODE---
String []cmd={"cmd.exe",
"/c","start","C:/openmap4.6/bin/raid_openmap.bat"};
try{
 Runtime.getRuntime().exec(cmd);
}
   catch(IOException ioe){}

ERROR---

C:\openmap-4.6>C:\j2sdk1.4.2\bin\java.exe -mx64m
-openmap.configDir=..\share -Ddebug.showprogress
com.bbn.openmap.app.OpenMap
Exception in thread "main" java.lang.NoClassDefFoundError:
com/bbn/openmap/app/OpenMap
C:\openmap-4.6>

--
[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 Tue Aug 29 2006 - 18:35:00 EDT

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