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

From: Don Dietrick <dietrick_at_bbn.com>
Date: Tue, 29 Aug 2006 19:25:05 -0400

Hi Tim,

The shell that is getting started doesn't have the classpath set
properly. The shell is starting a new jvm, so you need to configure
the classpath for that process. I'd just modify the raid_opemap.bat
to include a -classpath flag in the execute statement.

- Don


On Aug 29, 2006, at 6:18 PM, Norfleet, Timothy M. wrote:

> 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>



=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Don Dietrick, dietrick_at_bbn.com
BBN Technologies, Cambridge, MA
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


--
[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 - 19:25:38 EDT

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