06-19-2009 02:23 AM
has anyone gotten the error message where eclipse says vector class source is not found?
i am refering to rim.util.vector and in my lib i only have 1 file in this folder
C:/Documents and Settings/Owner/My Documents/eclipse/eclipse/plugins/net.rim.eide.com
anyone know whats going on?
sometimes i get the same error for object.class and onetime i got it for PersistantObject.class
06-21-2009 01:58 AM
guys
i get this annoying error message for the past week and icant move anywhere with this:
the jar file net.rim.eide.componentpack4.5.0_4.5.0.16\component
// (version 1.1 : 45.3, super bit) public final class net.rim.device.api.system.PersistentObject implements net.rim.device.api.util.Persistable { // Method descriptor #34 ()V public native void commit(); // Method descriptor #34 ()V public native void forceCommit(); // Method descriptor #42 (Ljava/lang/Object;)V public static native void commit(java.lang.Object arg0); // Method descriptor #42 (Ljava/lang/Object;)V public static native void forceCommit(java.lang.Object arg0); // Method descriptor #46 ()Ljava/lang/Object; public synchronized native java.lang.Object getContents() throws net.rim.device.api.system.ControlledAccessExceptio
n; // Method descriptor #50 (Lnet/rim/device/api/system/CodeSigningKey;)Ljava/ lang/Object; public synchronized native java.lang.Object getContents(net.rim.device.api.system.CodeSigningK ey arg0) throws net.rim.device.api.system.ControlledAccessExceptio n; // Method descriptor #53 (Lnet/rim/device/api/system/CodeSigningKey;Lnet/ri m/device/api/system/CodeSigningKey;)Ljava/lang/Obj ect; public native java.lang.Object getContents(net.rim.device.api.system.CodeSigningK ey arg0, net.rim.device.api.system.CodeSigningKey arg1) throws net.rim.device.api.system.ControlledAccessExceptio n; // Method descriptor #42 (Ljava/lang/Object;)V public synchronized native void setContents(java.lang.Object arg0) throws net.rim.device.api.system.ControlledAccessExceptio n; // Method descriptor #62 (Ljava/lang/Object;I)V public native void setContents(java.lang.Object arg0, int arg1) throws net.rim.device.api.system.ControlledAccessExceptio n; // Method descriptor #64 (Ljava/lang/Object;IZ)V public native void setContents(java.lang.Object arg0, int arg1, boolean arg2) throws net.rim.device.api.system.ControlledAccessExceptio n; // Method descriptor #69 ()Lnet/rim/device/api/system/ControlledAccess; public native net.rim.device.api.system.ControlledAccess getControlledAccess(); // Method descriptor #71 (I)V public native void setReservedMemorySize(int arg0); }
09-17-2009 12:53 AM