Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

alan_fox

Members
  • Joined

  • Last visited

  1. Updated 8u121b13 [Revision 1] Revision 1: Added removing repacked version switch. Fixed /ai3 switch not working properly. Release Notes: http://www.oracle.com/technetwork/java/javase/8u121-relnotes-3315208.html Command line: http://pastebin.com/rphij1Gi
  2. 1. revision version fix this problem. 2. /ai3 switch only remove older version of Java 8. 3. If you want to remove older version of Java and install both arches, run it without any switches, then run with /ai3. Switches are cumulative, but there is a problem. See Answer on 4. 4. By default, Java repack will install on C:\Program Files\Java and C:\Program Files(x86)\Java on x64 systems. But when you want install both arches on D driver together, the command lines should enter in this way. <jre-dual-setup.exe> /ai INSTALLDIR="D:\Program Files (x86)\Java" <jre-dual-setup.exe> /ai2 INSTALLDIR="D:\Program Files\Java" If you type in this way on a x64 systems, x64 Java file will overwrite x86 file on D:\Program Files\Java. They will not be installed together. <jre-dual-setup.exe> INSTALLDIR="D:\Program Files\Java" And type in this way, the repack install will run as <jre-dual-setup.exe> /ai INSTALLDIR="D:\Program Files (x86)\Java" /ai2 INSTALLDIR="D:\Program Files\Java" the repack installer will extract the files and run as msiexec /i x64\jre.msi INSTALLDIR="D:\Program Files (x86)\Java" /ai2 INSTALLDIR="D:\Program Files\Java". This cause a error. When you enter <jre-dual-setup.exe> /aiX xxxxx, it will return to msiexec /i jre.msi xxxxx (windows installer property).
  3. Updated 8u121b13 Release Notes: http://www.oracle.com/technetwork/java/javase/8u121-relnotes-3315208.html

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.