Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The Java classpath (built in API) will be an issue possibly. It's easy to compile third party libraries statically with your app. Just build a fatjar with maven shade and strip it with progaurd. You application will be only the Java runtime and code you're actually calling.

I've tested this with Java console apps and it makes them very small. I'm guessing you could get your app size under 50kb



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: