Installing JDK for JBoss but not Glassfish -
i'm trying environment set match client. they're using jboss 4.0.5. installation docs indicate need install jdk 5.0 separately. far can tell, jdk installation tied glassfish app server--installing jdk gets me gf , uninstalling gf removes jdk. there way jdk?
the jdk can installed , used separately other application , can have multiple versions running on same machine. (which case when working different clients/projects).
if jdk installation tied glassfish application server, used "java ee sdk" installer ( http://www.oracle.com/technetwork/java/javaee/downloads/index.html ). bundles need starting development on javaee.
you can normal, jdk-only installer @ http://www.oracle.com/technetwork/java/javase/downloads/index.html (go previous releases jdk 5) can install jdk @ separate location on computer.
after installing jdk 5, have tell jboss use 1 instead of glassfish/system java version. setting java_home
path desired jdk jboss startup scripts should enough.
you can have many jdk/jre installations on computer need. sure each application requires specific version configure java_home
correctly.
Comments
Post a Comment