vancetang / reflections

Automatically exported from code.google.com/p/reflections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated JAR in Eclipse 64Bits not working

GoogleCodeExporter opened this issue · comments

I have a project which is used as a JAR library in another EAR. When I deploy 
the EAR and run the web application, I get an error that org.reflections 
library cannot find the packages in the jar.

However, if I extract the JAR contents and then create again the JAR, it works 
fine. So apparently, there is a problem with Eclipse 64Bits when generating the 
JAR.

Also I have tried to generate the JAR in another pc with Eclipse 32Bits, and 
also it works fine.

Any idea why is this happening?

Regards.

Original issue reported on code.google.com by jsp...@gmail.com on 12 May 2014 at 12:25

Finally I have found a solution to this issue. The problem is that to correctly 
generate the JAR, is required to mark the checkbox "Add directory entries" in 
the export dialog.

Original comment by jsp...@gmail.com on 12 May 2014 at 3:19

Can you mark the issue as fixed ? 

Original comment by debas...@ensarm.com on 2 Jun 2014 at 12:16

How can I mark it as fixed?

Original comment by jsp...@gmail.com on 2 Jun 2014 at 12:21

don't use eclipse. Intellij is your best friend.

Original comment by ronm...@gmail.com on 5 Jun 2014 at 5:37

  • Changed state: WontFix