windows - How to Manage Java SDK/JRE Installs -



windows - How to Manage Java SDK/JRE Installs -

i know how best manage java sdk/jre installs on windows environment. periodic java updated released, process of managing things seems little cumbersome.

presently next on regular basis:

realize new update exists (via notification or via news) download new version install new version update java_home latest version. update path using java_home (add %java_home%\bin path if not included) remove previous installation(s). update apps may depend on java (i.e. eclipse, netbeans, glassfish, etc)

my problem that, seems lot of manual steps

i found info setting java_home,setting path, multiple installations, multiple versions, java ee install, java ee install issues

this doesn't consider 32 vs 64 version type questions or possible problems when removing versions

is there improve way manage this?

the short answer: no.

the longer answer:

many developers rely on having multiple installations of jdk/jre in order test applications on variety of versions. why? because different devices run on different java versions, because businesses (especially big corporations) slow update, , because users users , there downright reject update. in addition, developers want see if given update or environment break application, in order see need prepare it.

as updating eclipse/netbeans/etc., don't release updates based on new versions of java; utilize updated jdk/jre.

java windows

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -