this purely personal work. messing around stuff doesn't bother me if cause problems others trying use code.
basically want allow of projects able import common jar use same way can done in built jars in java.
for example
import javax.swing.*; import common.stuff.*;
i able without having import external jars on every project make.
thanks in advance :)
i'm not sure possible archive default eclipse settings, can next trick:
- go
window -> preferences
- click
java -> installed jres
- find default jre, click
edit
- click
add external jars
so you'll add libraries want in every project putting them default jre libraries.
Comments
Post a Comment