Java, business and... NetBeans ! [[ Jonathan Lermitage ]]

Java SE

Java SE tips, tutorials and downloads.  

Entries feed - Comments feed

Saturday 9 February 2013

Download a Java Runtime without the Ask.com or McAfee ads

More and more users complain about the Ask.com toolbar or McAfee program's automatic installation with the JRE (if you don't uncheck it during installation). They probably downloaded the JRE from the www.java.com website.

Tip: to avoid this annoyance, you can simply download your JRE from http://www.oracle.com/technetwork/java/javase/downloads/index.html. The JRE installers don't ask for Ask.com and McAfee programs installation. In addition, to avoid their installation during an automatic update, please do not enable these famous automatic updates and simply ask for a reminder.

Second tip : to disable automatic updates (or reminder) on Windows, go to Control Panel / Programs / Java. It will launch the Java Control Panel. In the Update tab, simply uncheck the Check for Updates Automatically checkbox.
First alternative : launch the Windows msconfig tool and disable the autostart of Java(TM) Platform SE Auto Updater 2 0 (this is the jusched.exe program).
Second alternative, via CCleaner : disable the autostart of jusched.exe.
Restart your computer : auto-updates are gone.

Enjoy !

This news is also available at http://www.dzone.com/links/(...).
PS : a petition is available at https://www.change.org/petitions/oracle-corporation(...).

Friday 30 December 2011

TikiOne-INI: another Java library to handle INI text files

I'd like to present a small Java library I have developed: TikiOne-INI. This library is designed to provide advanced support for INI text files. There are Java 1.4 and Java 5 versions, and main characteristics are:

  • it handles INI files only. It has not been complicated to support extra formats like Windows Registry REG files, etc: one library for one goal.
  • it is documented (Javadoc + tutorials) and easy to use.
  • it is highly configurable: you can customize INI file format support, disable and enable a lot of features, and tweak some performance aspects.
  • it supports most common INI features: basic and advanced features like UTF-8 escapes, line concatenation, shortcuts to sections/keys, calls to System properties, etc.

TikiOne-INI is OpenSource and distributed under the GPL license. You can find it at : Sourceforge.net TikiOne-INI website