Hi chris...
Below are the error i get when i compile the source code in Netbeans.
I am able to run the OPENMAP application though.
Please help ..
-
sandeep
************start errors ************************
com/bbn/openmap/layer/specialist/CSpecPalette.java [35:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [47:1] package com.bbn.openmap.CSpecialist.BitmapPackage does not exist
import com.bbn.openmap.CSpecialist.BitmapPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [48:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.CProjection;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [49:1] package com.bbn.openmap.CSpecialist.CirclePackage does not exist
import com.bbn.openmap.CSpecialist.CirclePackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [50:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.GraphicChange;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [51:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
import com.bbn.openmap.CSpecialist.GraphicPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [52:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.LLPoint;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [53:1] package com.bbn.openmap.CSpecialist.LinePackage does not exist
import com.bbn.openmap.CSpecialist.LinePackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [54:1] package com.bbn.openmap.CSpecialist.PolyPackage does not exist
import com.bbn.openmap.CSpecialist.PolyPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [55:1] package com.bbn.openmap.CSpecialist.RasterPackage does not exist
import com.bbn.openmap.CSpecialist.RasterPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [56:1] package com.bbn.openmap.CSpecialist.RectanglePackage does not exist
import com.bbn.openmap.CSpecialist.RectanglePackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [57:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.Server;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [58:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.ServerHelper;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [59:1] package com.bbn.openmap.CSpecialist.TextPackage does not exist
import com.bbn.openmap.CSpecialist.TextPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [60:1] package com.bbn.openmap.CSpecialist.U2525SymbolPackage does not exist
import com.bbn.openmap.CSpecialist.U2525SymbolPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [61:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.UGraphic;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [62:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.UWidget;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [63:1] package com.bbn.openmap.CSpecialist.UnitSymbolPackage does not exist
import com.bbn.openmap.CSpecialist.UnitSymbolPackage.*;
^
com/bbn/openmap/layer/specialist/CSpecPalette.java [52:1] cannot resolve symbol
symbol : class UWidget
location: class com.bbn.openmap.layer.specialist.CSpecPalette
protected CSpecPalette(UWidget[] widgets, String clientID,
^
com/bbn/openmap/layer/specialist/CSpecPalette.java [76:1] cannot resolve symbol
symbol : class UWidget
location: class com.bbn.openmap.layer.specialist.CSpecPalette
private void createPalette(UWidget[] widgets) {
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [121:1] cannot resolve symbol
symbol : class UWidget
location: class com.bbn.openmap.layer.specialist.CSpecLayer
protected UWidget[] widgets = null;
^
com/bbn/openmap/layer/specialist/JGraphicList.java [25:1] package com.bbn.openmap.CSpecialist.CColorPackage does not exist
import com.bbn.openmap.CSpecialist.CColorPackage.EColor;
^
com/bbn/openmap/layer/specialist/JGraphicList.java [26:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.EComp;
^
com/bbn/openmap/layer/specialist/JGraphicList.java [27:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
import com.bbn.openmap.CSpecialist.GraphicPackage.*;
^
com/bbn/openmap/layer/specialist/JGraphicList.java [28:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.UGraphic;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [124:1] cannot resolve symbol
symbol : class Server
location: class com.bbn.openmap.layer.specialist.CSpecLayer
protected transient Server specialist = null;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [128:1] cannot resolve symbol
symbol : class GraphicChange
location: class com.bbn.openmap.layer.specialist.CSpecLayer
protected GraphicChange notifyOnChange = null;
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [408:1] cannot resolve symbol
symbol : class Server
location: class com.bbn.openmap.layer.specialist.CSpecLayer
public Server getSpecialist() {
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [551:1] cannot resolve symbol
symbol : class Server
location: class com.bbn.openmap.layer.specialist.CSpecLayer
public void setSpecialist(Server aSpecialist) {
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [612:1] cannot resolve symbol
symbol : class UGraphic
location: class com.bbn.openmap.layer.specialist.CSpecLayer
protected UGraphic[] getSpecGraphics(Projection p) {
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [805:1] cannot resolve symbol
symbol : class UGraphic
location: class com.bbn.openmap.layer.specialist.CSpecLayer
public static JGraphicList createGraphicsList(UGraphic[] uGraphics,
^
com/bbn/openmap/layer/specialist/CSpecLayer.java [1,336:1] package com.bbn.openmap.CSpecialist does not exist
protected void updateGraphics(com.bbn.openmap.CSpecialist.UpdateRecord[] updateRec) {
^
com/bbn/openmap/tools/j3d/geometry/Curtain.java [6:1] package javax.media.j3d does not exist
import javax.media.j3d.*;
^
com/bbn/openmap/tools/j3d/MapContent.java [31:1] package javax.media.j3d does not exist
import javax.media.j3d.*;
^
com/bbn/openmap/tools/j3d/MapContent.java [32:1] package javax.vecmath does not exist
import javax.vecmath.*;
^
com/bbn/openmap/tools/j3d/MapContent.java [45:1] package com.sun.j3d.utils.geometry does not exist
import com.sun.j3d.utils.geometry.*;
^
com/bbn/openmap/tools/j3d/MapContent.java [46:1] package com.sun.j3d.utils.image does not exist
import com.sun.j3d.utils.image.TextureLoader;
^
com/bbn/openmap/tools/j3d/MapContent.java [59:1] cannot resolve symbol
symbol : class BranchGroup
location: class com.bbn.openmap.tools.j3d.MapContent
public class MapContent extends BranchGroup implements OM3DConstants {
^
com/bbn/openmap/tools/j3d/OM3DConstants.java [25:1] package javax.vecmath does not exist
import javax.vecmath.*;
^
com/bbn/openmap/tools/j3d/OM3DConstants.java [26:1] package javax.media.j3d does not exist
import javax.media.j3d.*;
^
com/bbn/openmap/tools/j3d/MapContent.java [211:1] cannot resolve symbol
symbol : class Shape3D
location: class com.bbn.openmap.tools.j3d.MapContent
public void add(Shape3D shape) {
^
com/bbn/openmap/tools/j3d/MapContent.java [211:1] add(com.bbn.openmap.omGraphics.OMGrid) is already defined in com.bbn.openmap.tools.j3d.MapContent
public void add(Shape3D shape) {
^
com/bbn/openmap/tools/j3d/MapContent.java [242:1] cannot resolve symbol
symbol : class TransformGroup
location: class com.bbn.openmap.tools.j3d.MapContent
protected void add(TransformGroup transformGroup) {
^
com/bbn/openmap/tools/j3d/MapContent.java [242:1] add(java.util.Iterator) is already defined in com.bbn.openmap.tools.j3d.MapContent
protected void add(TransformGroup transformGroup) {
^
com/bbn/openmap/tools/j3d/OM3DConstants.java [37:1] cannot resolve symbol
symbol : class Point3d
location: interface com.bbn.openmap.tools.j3d.OM3DConstants
public final static Point3d ORIGIN = new Point3d(0, 0, 0);
^
com/bbn/openmap/tools/j3d/OM3DConstants.java [39:1] cannot resolve symbol
symbol : class BoundingSphere
location: interface com.bbn.openmap.tools.j3d.OM3DConstants
public final static BoundingSphere LIGHT_BOUNDS = new BoundingSphere(ORIGIN, BACK_CLIP_DISTANCE);
^
com/bbn/openmap/tools/j3d/OM3DConstants.java [44:1] cannot resolve symbol
symbol : class Color3f
location: interface com.bbn.openmap.tools.j3d.OM3DConstants
public final static Color3f White = new Color3f(1, 1, 1);
^
com/bbn/openmap/layer/specialist/JRaster.java [27:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
import com.bbn.openmap.CSpecialist.GraphicPackage.*;
^
com/bbn/openmap/layer/specialist/JRaster.java [28:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.LLPoint;
^
com/bbn/openmap/layer/specialist/JRaster.java [29:1] package com.bbn.openmap.CSpecialist.RasterPackage does not exist
import com.bbn.openmap.CSpecialist.RasterPackage.*;
^
com/bbn/openmap/layer/specialist/JRaster.java [30:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.XYPoint;
^
com/bbn/openmap/layer/specialist/JObjectHolder.java [26:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.EComp;
^
com/bbn/openmap/layer/specialist/JRaster.java [40:1] package com.bbn.openmap.CSpecialist does not exist
protected transient com.bbn.openmap.CSpecialist.EComp object = null;
^
com/bbn/openmap/layer/specialist/JRaster.java [45:1] cannot resolve symbol
symbol : class ERaster
location: class com.bbn.openmap.layer.specialist.JRaster
public JRaster(ERaster eraster) {
^
com/bbn/openmap/layer/specialist/JRaster.java [85:1] package com.bbn.openmap.CSpecialist does not exist
public void setObject(com.bbn.openmap.CSpecialist.EComp aObject) {
^
com/bbn/openmap/layer/specialist/JRaster.java [89:1] package com.bbn.openmap.CSpecialist does not exist
public com.bbn.openmap.CSpecialist.EComp getObject() {
^
com/bbn/openmap/layer/specialist/JRaster.java [93:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
public void update(com.bbn.openmap.CSpecialist.GraphicPackage.GF_update update) {
^
com/bbn/openmap/layer/specialist/JRaster.java [98:1] package com.bbn.openmap.CSpecialist.RasterPackage does not exist
com.bbn.openmap.CSpecialist.RasterPackage.RASF_update update) {
^
com/bbn/openmap/layer/specialist/JObjectHolder.java [31:1] package com.bbn.openmap.CSpecialist does not exist
public void setObject(com.bbn.openmap.CSpecialist.EComp aObject);
^
com/bbn/openmap/layer/specialist/JObjectHolder.java [33:1] package com.bbn.openmap.CSpecialist does not exist
public com.bbn.openmap.CSpecialist.EComp getObject();
^
com/bbn/openmap/layer/specialist/JObjectHolder.java [35:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
public void update(com.bbn.openmap.CSpecialist.GraphicPackage.GF_update update);
^
com/bbn/openmap/layer/specialist/STextBox.java [26:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/STextBox.java [35:1] cannot resolve symbol
symbol : class _TextBoxImplBase
location: class com.bbn.openmap.layer.specialist.STextBox
public class STextBox extends _TextBoxImplBase {
^
com/bbn/openmap/layer/specialist/STextBox.java [74:1] cannot resolve symbol
symbol : class UWidget
location: class com.bbn.openmap.layer.specialist.STextBox
public UWidget widget() {
^
com/bbn/openmap/layer/specialist/shape/ESRISpecialistRecord.java [29:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/SColor.java [26:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/SColor.java [27:1] package com.bbn.openmap.CSpecialist.CColorPackage does not exist
import com.bbn.openmap.CSpecialist.CColorPackage.*;
^
com/bbn/openmap/layer/specialist/SColor.java [37:1] cannot resolve symbol
symbol : class _CColorImplBase
location: class com.bbn.openmap.layer.specialist.SColor
public class SColor extends _CColorImplBase {
^
com/bbn/openmap/layer/specialist/SColor.java [39:1] cannot resolve symbol
symbol : class EColor
location: class com.bbn.openmap.layer.specialist.SColor
protected EColor self;
^
com/bbn/openmap/layer/specialist/SColor.java [103:1] cannot resolve symbol
symbol : class EColor
location: class com.bbn.openmap.layer.specialist.SColor
public EColor fill() {
^
com/bbn/openmap/layer/specialist/vpf/UsefulCheckbox.java [30:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/SCheckBox.java [26:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/SCheckBox.java [34:1] cannot resolve symbol
symbol : class _CheckBoxImplBase
location: class com.bbn.openmap.layer.specialist.SCheckBox
public class SCheckBox extends _CheckBoxImplBase {
^
com/bbn/openmap/layer/specialist/vpf/UsefulCheckbox.java [38:1] cannot resolve symbol
symbol : class CheckButton
location: class com.bbn.openmap.layer.specialist.vpf.UsefulCheckbox
public UsefulCheckbox(String label, CheckButton[] buttons) {
^
com/bbn/openmap/layer/specialist/vpf/UsefulCheckbox.java [43:1] package com.bbn.openmap.CSpecialist does not exist
com.bbn.openmap.CSpecialist.CheckButton button,
^
com/bbn/openmap/layer/specialist/SCheckBox.java [38:1] cannot resolve symbol
symbol : class CheckButton
location: class com.bbn.openmap.layer.specialist.SCheckBox
protected CheckButton[] buttons_;
^
com/bbn/openmap/layer/specialist/SCheckBox.java [42:1] cannot resolve symbol
symbol : class CheckButton
location: class com.bbn.openmap.layer.specialist.SCheckBox
public SCheckBox(String label, CheckButton[] buttons) {
^
com/bbn/openmap/layer/specialist/SCheckBox.java [52:1] package com.bbn.openmap.CSpecialist does not exist
public void buttons(com.bbn.openmap.CSpecialist.CheckButton[] buttons) {
^
com/bbn/openmap/layer/specialist/SCheckBox.java [55:1] package com.bbn.openmap.CSpecialist does not exist
public com.bbn.openmap.CSpecialist.CheckButton[] buttons() {
^
com/bbn/openmap/layer/specialist/SCheckBox.java [59:1] package com.bbn.openmap.CSpecialist does not exist
com.bbn.openmap.CSpecialist.CheckButton button,
^
com/bbn/openmap/layer/specialist/SCheckBox.java [71:1] cannot resolve symbol
symbol : class UWidget
location: class com.bbn.openmap.layer.specialist.SCheckBox
public UWidget widget() {
^
com/bbn/openmap/layer/specialist/SGraphic.java [26:1] package com.bbn.openmap.CSpecialist does not exist
import com.bbn.openmap.CSpecialist.*;
^
com/bbn/openmap/layer/specialist/SGraphic.java [27:1] package com.bbn.openmap.CSpecialist.CColorPackage does not exist
import com.bbn.openmap.CSpecialist.CColorPackage.*;
^
com/bbn/openmap/layer/specialist/SGraphic.java [28:1] package com.bbn.openmap.CSpecialist.CStipplePackage does not exist
import com.bbn.openmap.CSpecialist.CStipplePackage.*;
^
com/bbn/openmap/layer/specialist/SGraphic.java [29:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
import com.bbn.openmap.CSpecialist.GraphicPackage.*;
^
com/bbn/openmap/layer/specialist/SGraphic.java [41:1] package com.bbn.openmap.CSpecialist.GraphicPackage does not exist
protected com.bbn.openmap.CSpecialist.GraphicPackage.EGraphic eg;
^
com/bbn/openmap/layer/specialist/SGraphic.java [42:1] cannot resolve symbol
symbol : class EColor
location: class com.bbn.openmap.layer.specialist.SGraphic
final private static EColor nullColor = new EColor(null, (short)0, (short)0, (short)0);
^
com/bbn/openmap/layer/specialist/SGraphic.java [43:1] cannot resolve symbol
symbol : class EStipple
location: class com.bbn.openmap.layer.specialist.SGraphic
final private static EStipple nullStipple = new EStipple(null, (short)0, (short)0, new byte[0]);
^
com/bbn/openmap/layer/specialist/SGraphic.java [44:1] cannot resolve symbol
symbol : class EComp
location: class com.bbn.openmap.layer.specialist.SGraphic
final private static EComp nullComp = new EComp(null, "");
^
com/bbn/openmap/layer/specialist/SGraphic.java [47:1] cannot resolve symbol
symbol : class EGraphic
location: class com.bbn.openmap.layer.specialist.SGraphic
public static EGraphic createEGraphic() {
^
com/bbn/openmap/layer/specialist/SGraphic.java [65:1] cannot resolve symbol
symbol : class Graphic
location: class com.bbn.openmap.layer.specialist.SGraphic
public SGraphic(Graphic g, GraphicType gType, RenderType rType,
^
com/bbn/openmap/layer/specialist/SGraphic.java [65:1] cannot resolve symbol
symbol : class GraphicType
location: class com.bbn.openmap.layer.specialist.SGraphic
public SGraphic(Graphic g, GraphicType gType, RenderType rType,
^
com/bbn/openmap/layer/specialist/SGraphic.java [65:1] cannot resolve symbol
symbol : class RenderType
location: class com.bbn.openmap.layer.specialist.SGraphic
public SGraphic(Graphic g, GraphicType gType, RenderType rType,
^
com/bbn/openmap/layer/specialist/SGraphic.java [66:1] cannot resolve symbol
symbol : class LineType
location: class com.bbn.openmap.layer.specialist.SGraphic
LineType lType, DeclutterType dcType) {
^
com/bbn/openmap/layer/specialist/SGraphic.java [66:1] cannot resolve symbol
symbol : class DeclutterType
location: class com.bbn.openmap.layer.specialist.SGraphic
LineType lType, DeclutterType dcType) {
^
com/bbn/openmap/layer/specialist/SGraphic.java [85:1] cannot resolve symbol
symbol : class GraphicType
location: class com.bbn.openmap.layer.specialist.SGraphic
public SGraphic(GraphicType gType, RenderType rType,
^
com/bbn/openmap/layer/specialist/SGraphic.java [85:1] cannot resolve symbol
symbol : class RenderType
location: class com.bbn.openmap.layer.specialist.SGraphic
public SGraphic(GraphicType gType, RenderType rType,
^
com/bbn/openmap/layer/specialist/SGraphic.java [86:1] cannot resolve symbol
symbol : class LineType
location: class com.bbn.openmap.layer.specialist.SGraphic
LineType lType, DeclutterType dcType) {
^
com/bbn/openmap/layer/specialist/SGraphic.java [86:1] cannot resolve symbol
symbol : class DeclutterType
location: class com.bbn.openmap.layer.specialist.SGraphic
LineType lType, DeclutterType dcType) {
^
com/bbn/openmap/layer/specialist/SGraphic.java [98:1] cannot resolve symbol
symbol : class GraphicType
location: class com.bbn.openmap.layer.specialist.SGraphic
public GraphicType gType() {
^
Note: C:\openmap-4.5.4_code\com\bbn\openmap\image\MapRequestHandler.java uses or overrides a deprecated API.
Note: Recompile with -deprecation for details.
100 errors
Errors compiling com.
-----Original Message-----
From: "Esposito, Christopher" <christopher.esposito@boeing.com>
Sent: Mon, 2 Dec 2002 14:39:30 -0800
To: "'jssandeep@onebox.com'" <jssandeep@onebox.com>
Subject: RE: [OpenMap Users] Help Start
Sandeep-
I just successfully built Openmap 4.5.4 with Jdk 1.4 on windows 2000.
What configuration do you have and what sort of error messages are you
getting?
-----Original Message-----
From: jssandeep@onebox.com [mailto:jssandeep@onebox.com]
Sent: Monday, December 02, 2002 11:17 AM
To: openmap-users@bbn.com
Subject: [OpenMap Users] Help Start
Hi everyone..
I want to customise OpenMap for a Course Project.
When I try to compile the Openmap source code it gives lots of errors !!
Can even one help me on this ...please
-
Sandeep
-- [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"] -- [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 Dec 2 23:09:55 2002
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:33 EDT