like i said ,this question is about redistributing JRE.
i wrote a swing app to access Google Docs Service,which named iGoSyncDocs and could be found at http://igosyncdocs.sourceforge.net/. if you're interested in,please try it and send me bugs. thanks ahead.
If it is right to bundle JRE with App.
i should make an installer for all operation system,i think. so i tried a lot. like install4j,exe4j,izpack,and some other stuff,which are free. they're so great that i really liked them,but with the bundle jre function,i'm stucked. the whole jre is almost 100M ,that makes it's difficult to deploy on clients. and,jre itself has a version of 32bit and 64bit,how could i do that? different version into one?
If i really have to decrease rt.jar
app based on java will use this rt.jar , do i should find out what classes i used,and put them into another customised rt.jar ? my most concerns is ,is this legal to customise rt.jar and deploy on clients?
if it is wrong to bundle JRE with app
so,if this is a wrong thought, please tell me anything you did to point me out. how could i make app really cool and steady.