atteo / classindex

Index classes, do not scan them!
Apache License 2.0
263 stars 42 forks source link

The ClassIndexing and runnable jar #33

Closed costaplih closed 9 years ago

costaplih commented 9 years ago

hi , I have an issue with your framework, i use 3.3 version, all is working fine from eclipse but when exporting to runnable jar its not working any more (the jar is runnable and working only the mechanism is not) could you please assist on this ?

costaplih commented 9 years ago

Any updates ?

sentinelt commented 9 years ago

Sorry for late response. Classindex creates indexes during compilation which are later retrieved at run-time. One thing which might be broken is that the index files are not in the runnable jar. Another issue might be that they are overwritten, see https://github.com/atteo/classindex#making-shaded-jar.