I havent touched Flex in months but the need has risen and I'm trying
to build a project that I worked with 2 others on. I wasnt the main
developer.
Anyways, I tried to build the project and got a bunch of errors.
Cairngorm errors, just errors all over the place, and something about
the Java Facet..
I pointed the Library path to "Cairngorm.swc" and that resolved a lot
of the Cairngorm errors.
Anyways I'm concerned on the Java Facet error..
I had jre1.5.0_10 installed.. I checked the dev and prod servers and
they both had 1.5.0_11 installed so I upgraded to that version. The
Java Facet was set to 1.4, however I'm using jre se 1.5.0_11. So
shouldn't 1.5 be an option? My only options are:
1.3
1.4
5.0
6.0
Under properties -> Java Build Path -> Libraries, it shows the JRE
that I added jre1.5.0_11.
I change it to Java 5.0 and no Facet errors however I don't think it
should be set to 5. Shouldnt it be 1.5? If I change back to 1.4 I get
over 100 errors.

Can someone direct me on how to change that?
BTW if I open up a command line and type java -version
I get
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)

which is correct.

Also the only errors I'm getting now are strange errors..
1045: Interface IManaged was not found.

When I click on it Eclipse opens up a VO and the line it marks is a
commented out line..
What kind of crack is eclipse on? There isnt an IManaged anywhere in
the app.. I'm thinking it's bombing on
        [Managed]
        [RemoteClass(alias="com.alltel.rapid.aopscheduler.vo.CityVO")]

The [Managed] there..

I only get 2 other errors but they say the same thing..
1061: Call to a possibly undefined method getRemoteObject through a
reference with static type
com.adobe.cairngorm.business:ServiceLocator.

They just point to 2 different places.
Anyways, I would really appreciate some help with this guys.

Thanks

Reply via email to