Stripping down JOGL

I am compiling my app into a .exe file (so people dont need the JVM to run it). Problem is the resulting folder is 30Mb. . .most of which is JOGL. The app will be deployed on windows.

Which JOGL classes can I completely remove from the compilation? I dont really want to have to traul through all the source code. If anyone already has a cut down version please send :)!