ps7 Posted April 12, 2004 Posted April 12, 2004 Hi there,Hope that you are having a good day. I was wondering if anyone knows how to install J2sdk and jre (which is contained in j2sdk) silently.I have tired to look up in the forum and so far I got this: ECHO Installing Sun Java VM 1.4.2ECHO Please wait...start /wait %systemdrive%\Install\Applications\SunJava\j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"However, as you know this only install JRE. Thanks in advance.Parvindar
airmr Posted April 12, 2004 Posted April 12, 2004 Heyas,just take this line: j2re-1_4_2_01-windows-i586.exe /s /v"/qn and it does an complete install
Swerver Posted April 14, 2004 Posted April 14, 2004 Here is the command line for installing in silent mode with all options available<jre>.exe [/L<language ID>] /s /v "/qn [ADDLOCAL=jrecore[,extra][,other_US] | ALL] [iEXPLORER=1] [NETSCAPE6=1] [MOZILLA=1] [iNSTALLDIR=<drive>:\<install_path>] [REBOOT=Suppress] [JAVAUPDATE=0] [WEBSTARTICON=0]" Do you want to install the full sdk, as in all components?start /w jwhatever.exe /s /v "/qn ADDLOCAL=ALL IEXPLORER=1that should do the trickThe URL for this + extra info:http://java.sun.com/j2se/1.4.2/docs/guide/...nt.html#running
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now