Skip to main content

Posts

Showing posts with the label java

Java App-V

This Blog will cover a native installation of Java 8 Update 66 and two App-v sequenced Java 6 Update 45 and Java 7 Update 45 Scenario: Virtualised Java 1.6.0.45 to connect to one java app Virtualised Java 1.7.0.45 to connect to another java app Latest version of Java locally installed on the PC Leave a comment if you would like me to write this blog in detail.

Java App-V

This Blog will cover a native installation of Java 8 Update 66 and two App-v sequenced Java 6 Update 45 and Java 7 Update 45 Scenario: Virtualised Java 1.6.0.45 to connect to one java app Virtualised Java 1.7.0.45 to connect to another java app Latest version of Java locally installed on the PC Leave a comment if you would like me to write this blog in detail.

Java 7 update 45 Enterprise deployment

Java 7 update 45 Enterprise deployment 1. Download the latest version of Java from the Windows Offline download page from the following URL http://www.java.com/en/download/manual.jsp 2. From a Administrator command prompt launch the jre-7u45-windows-i586.exe and wait until the initial 'Welcome to Java' screen appears but do NOT press the 'Install' button. 3. At this stage Java will have expanded the installation files to C:\Users\Administrator\AppData\LocalLow\Sun\Java\jre1.7.0_45 > Copy this folder and contents to C:\temp\jre1.7.0_45 There will be two files: jre1.7.0_45.msi and data1.cab (NOTE: it will be in the LocalLow directory of the user account used to run the command prompt, this example used a local admin account 'Administrator') 4. Use Orca to create an MST file which we can use to transform the MSI for enterprise deployment. Orca is part of the 'Microsoft Windows SDK' can be downloaded here http://www.microsoft.com/en-us/dow...

Java 7 update 45 Enterprise deployment

Java 7 update 45 Enterprise deployment 1. Download the latest version of Java from the Windows Offline download page from the following URL http://www.java.com/en/download/manual.jsp 2. From a Administrator command prompt launch the jre-7u45-windows-i586.exe and wait until the initial 'Welcome to Java' screen appears but do NOT press the 'Install' button. 3. At this stage Java will have expanded the installation files to C:\Users\Administrator\AppData\LocalLow\Sun\Java\jre1.7.0_45 > Copy this folder and contents to C:\temp\jre1.7.0_45 There will be two files: jre1.7.0_45.msi and data1.cab (NOTE: it will be in the LocalLow directory of the user account used to run the command prompt, this example used a local admin account 'Administrator') 4. Use Orca to create an MST file which we can use to transform the MSI for enterprise deployment. Orca is part of the 'Microsoft Windows SDK' can be downloaded here http://www.microsoft.com/...

Java 7 update 21 (1.7.0_21) Enterprise Repackaged Security Medium Deployment with SCCM

------------------------------------------------------------------------------------------------- Java 7 update 45 Enterprise deployment complete walk through http://www.syswow64.co.uk/2013/10/java-7-update-45-enterprise-deployment.html -------------------------------------------------------------------------------------------------- The issue on many blogs and articles is around creating the 'deployment.config' and 'deployment.properties' files for an enterprise deployment.  In my case i wanted to set the security level to 'Medium', but everytime I open the Java control panel it was set to the default HIGH setting. Solution 1 Create the following directory path 'C:\Windows\sun\java\deployment' 2 Create a file called 'deployment.config' in this directory and open with Notepad. Copy the two line below #################### deployment.system.config = file\:\\C\:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties deployment.system.config.mandator...

Java 7 update 21 (1.7.0_21) Enterprise Repackaged Security Medium Deployment with SCCM

------------------------------------------------------------------------------------------------- Java 7 update 45 Enterprise deployment complete walk through http://www.syswow64.co.uk/2013/10/java-7-update-45-enterprise-deployment.html -------------------------------------------------------------------------------------------------- The issue on many blogs and articles is around creating the 'deployment.config' and 'deployment.properties' files for an enterprise deployment.  In my case i wanted to set the security level to 'Medium', but everytime I open the Java control panel it was set to the default HIGH setting. Solution 1 Create the following directory path 'C:\Windows\sun\java\deployment' 2 Create a file called 'deployment.config' in this directory and open with Notepad. Copy the two line below #################### deployment.system.config = file\:\\C\:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties deployment.system...

UAC prompt Java

How to remove the UAC elevation prompt Install Application Compatability Toolkit Right click the Database and Create a new Application Fix Provide a name for the program and vendor, then browser to jucheck.exe (C:\Program Files (x86)\Common Files\Java\Java Update\jucheck.exe) The next page lists the compatibility modes. Locate and select RunAsInvoker from the list and click the Test Run button afterwards to see how the program starts with that new compatibility mode. Save the database of programs by clicking on File > Save As in the menu, e.g. uac-whitelist. The Compatibility Administrator saves the database as an sdb file on the local computer system. The database needs to be installed once. This needs to be done from an elevated command prompt. Click the Windows start button, then All Programs > Accessories. Right-click the Command Prompt entry and select to Run as Administrator from the context menu. Now issue the command sdbinst pathToUAC-Whitelist.sdb

UAC prompt Java

How to remove the UAC elevation prompt Install Application Compatability Toolkit Right click the Database and Create a new Application Fix Provide a name for the program and vendor, then browser to jucheck.exe (C:\Program Files (x86)\Common Files\Java\Java Update\jucheck.exe) The next page lists the compatibility modes. Locate and select RunAsInvoker from the list and click the Test Run button afterwards to see how the program starts with that new compatibility mode. Save the database of programs by clicking on File > Save As in the menu, e.g. uac-whitelist. The Compatibility Administrator saves the database as an sdb file on the local computer system. The database needs to be installed once. This needs to be done from an elevated command prompt. Click the Windows start button, then All Programs > Accessories. Right-click the Command Prompt entry and select to Run as Administrator from the context menu. Now issue the command sdbinst pathToUAC-Whitelist.sdb