google / j2objc

A Java to iOS Objective-C translation tool and runtime.
http://j2objc.org
Apache License 2.0
5.99k stars 970 forks source link

Eclipse project files look broken #965

Closed priand closed 6 years ago

priand commented 6 years ago

I tried to import the projects within an Eclipse workspace and I got some claspath errors, like:

tomball commented 6 years ago

We don't build with Eclipse, this is just for doing translator development. Since this is the first feedback on these files since the project started, I had assumed I was the only one using them. I'll update them next week.

On Fri, Mar 23, 2018 at 12:10 PM Philippe Riand notifications@github.com wrote:

I tried to import the projects within an Eclipse workspace and I got some claspath errors, like:

  • links to javac.jar instead of tools.jar
  • jre305.jar instead of jre305-3.0.0.jar
  • the procyon jars changed as well These are easy to fix. BTW, wouldn't it be better to not rely on Eclipse here but just on maven, which can anyway be imported in Eclipse?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/j2objc/issues/965, or mute the thread https://github.com/notifications/unsubscribe-auth/AC2krxAV9FI-i62Vq8ZwEVPk55Q8CgJXks5thUifgaJpZM4S5PUl .

tomball commented 6 years ago

Fixed in current source.