Java Update Windows 7 Failed To Download Required Installation Files



  1. Windows update failed to install First of all, Temporarily Disable security software (antivirus) if installed, And check again for updates. Check and make sure you have a working internet connection to download update files from the Microsoft server. If you are using VPN, disconnect from and again check for Windows updates.
  2. The value should be installation directory: “C: Program Files Java jdk1.6.011 bin” The new path takes effect in each new Command Prompt window you open after setting the PATH variable. Java program can be written using a plain text editor and compiled using command window.
Download
Hi
I had have lots of problem deploying our newest Java version through our GPO.
When deploying newest Java 7 update 21 MSI packages the installer hangs on forever in the windows logon screen uninstalling the last Java version.
This problem is because that inside the Java 7 packages it deletes first half of the Java folder and deletes the essential java installer.dll file from the installation that are needed for the Java installation.
The Java installation needs installer.dll located in
C:Program FilesJavajre7bininstaller.dll installer.dll
The problem is that for few computers that installer.dll is already missing, before the java msi package has been deployed into gpo.
So naturally I thought the solution to fix this is to make a cmd script to create/xcopy the file and folders to right place.
Here is my script I have been working at
First problem I encountered in the script that uac/admin rights are needed on standard computer.
Make some research to lunch cmd file as admin with the password inside the cmd file. First thing I found was the runas command, but it won’t work because you can’t save in plain text the password.
The next thing I tried, was the lsrunas.exe “here is the link of the program and commands”
lsrunas : runas and passing the password (sanur replacement)
Found out pretty fast it can only lunch exe files sow I tried to convert the cmd to exe and after that lunch the cmd program, but again no success. UAC was there again even I had a admin and password put in the cmd file.
More explained that I want to do is to lunch this cmd file through netlogon.bat with admin rights.
And regarding Java msi packages already tried this.
How to get java.msi for GPO-deployment
Of some reason the packages don’t work.
Another thing I could also add here that I have 150 computers that has randomly Java 7 update 13,15,17,21.
I really don’t want to go through installing 150 computers manually.
Hopefully I put this in the right forum and explained clearly what I want to do.

Java Update Windows 7 Failed To Download Required Installation Files Pdf

Note: If the JDK version is older than the recommended JDK 7 Update 10, download and install the latest JDK update from Java SE Downloads page and restart the NetBeans IDE installer. You can run the NetBeans IDE on JDK 6 as an alternative. Review the license agreement and click Continue.