hemantasapkota / j2objc-eclipse-plugin

Eclipse plugin for Google's J2OBJC - A Java to iOS Objective-C translation tool and runtime.
26 stars 12 forks source link

Java libraries existing in workspace not being used properly while compilation #2

Closed hemantasapkota closed 11 years ago

hemantasapkota commented 11 years ago
  1. Create a sample project.
  2. Add an existing library to the project from other existing projects in the workspace. [In the Libraries tab of Java Build Path, Add a jar file using the Add JARs button.]
  3. Refer to any of the classes of the added jar file and try to compile. The compilation should fail.

This mostly happens when the classpath entry has relative path entry, as shown in the image.

Thanks Bob Wood for finding the issue.

Screen Shot 2013-03-04 at 11 42 28 PM