¡@

Home 

java Programming Glossary: bundling

Application is using Java 6 from Apple instead of Java 7 from Oracle on Mac OS X?

http://stackoverflow.com/questions/14806709/application-is-using-java-6-from-apple-instead-of-java-7-from-oracle-on-mac-os-x

Java platform at Oracle is talking on DEVOXX about how app bundling for Oracle Java 7 is working in great detail. Solution To create..

Loading Image in Java Applet

http://stackoverflow.com/questions/1763053/loading-image-in-java-applet

images after it is loaded Or would you be better served bundling necessary image resources in the jar with your applet I work..

Loading resources using getClass().getResource()

http://stackoverflow.com/questions/2343187/loading-resources-using-getclass-getresource

from your .jar or classpath directory . If you are bundling an app it's nice to have altogether so you could include the..

Stripping the JRE to be bundled with an application - what can I omit?

http://stackoverflow.com/questions/4283388/stripping-the-jre-to-be-bundled-with-an-application-what-can-i-omit

be bundled with an application what can I omit I've been bundling JRE with my app by simply copying the files from JAVA_HOME jre..

What are good InstallAnywhere replacements for installing a Java EE application?

http://stackoverflow.com/questions/759855/what-are-good-installanywhere-replacements-for-installing-a-java-ee-application

configuration files extracting ZIPs etc. Must support bundling a specific version of JRE at the very least by including a ZIP.. easier in install4j. install4j has better support for JRE bundling When creating installers on Linux the look feel of install4j..

JAR installer that auto-detects if Java is there and autostarts the application

http://stackoverflow.com/questions/995881/jar-installer-that-auto-detects-if-java-is-there-and-autostarts-the-application

install4 has pretty nice flexible options for JRE bundling detecting. You can include a JRE statically or dynamically shared..