Hi Don,
I already solved the problem.It was a silly problem really. I had
forgotten to make each object of the array of objects I had created.
Thank you for help,
Juan.
----- Original Message -----
From: "Don Dietrick" <dietrick@bbn.com>
To: "Juan Proyecto" <juanproyecto@terra.es>
Cc: <openmap-users@bbn.com>
Sent: Monday, November 11, 2002 1:23 PM
Subject: Re:
Hi Juan,
On Monday, November 11, 2002, at 03:39 AM, Juan Proyecto wrote:
> Hi everybody,
>
> I am working with openmap trying to represent some points on a map
> read from a file.I have found problems in what I think, is my data
> structure but I donīt quite really know if it would be because of
> openmap itself.
>
> It compiles well but when I try to execute I get the message:
>
>
> Layer class not found: "com.bbn.openmap.examples.juan.PuntitosLayer"
> Skipping layer "puntitos"
> Done creating...
This is a classpath problem. The code is not finding the PuntitosLayer
in the classpath at runtime.
I'd make sure that your file is called PuntitosLayer and it is in the
com/bbn/openmap/examples/juan directory.
If you are using the ant mechanism, the class files get placed in the
classes directory. The new compiled classes only get created if you
run make from the top level directory, or if you specify 'make jars'.
This last part is important if your executable classpath is
specifically using the openmap.jar file.
Hope this helps,
Don
>
>
> It is based on the example where "hello world" is written, but
> with my code.It worked well until I changed the data structure to be
> able of making an array of objects (that I previously define in a
> class, Nodo).
>
> I make the assignation in line 249 into a "while" and I have set a
> message that comes out when it gets there.
>
>
> I have try many things but none works. I would appreciate any help
> you could give.
>
>
> Thank you all,
>
> Juan.
> <PuntitosLayer.java>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Don Dietrick, BBN Technologies, dietrick@bbn.com
10 Moulton Street, Cambridge, MA 02138
617-873-3031 [fax]-2794
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Mon Nov 11 10:24:03 2002
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:33 EDT