Hello community, here is the log from the commit of package jpackage-utils checked in at Mon May 29 12:35:29 CEST 2006. -------- --- jpackage-utils/jpackage-utils.changes 2006-01-25 21:37:04.000000000 +0100 +++ jpackage-utils/jpackage-utils.changes 2006-05-29 09:37:45.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 29 09:36:19 CEST 2006 - dbornkessel@suse.de + +- updated README with information about set[Default]Java substitution (Bug #179325) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jpackage-utils.spec ++++++ --- /var/tmp/diff_new_pack.MukeVE/_old 2006-05-29 12:35:12.000000000 +0200 +++ /var/tmp/diff_new_pack.MukeVE/_new 2006-05-29 12:35:12.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package jpackage-utils (Version 1.6.3) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -14,7 +14,7 @@ %define jpackage-ver 1.6 %define jpackage-section free Version: 1.6.3 -Release: 7 +Release: 18 Summary: JPackage Utilities License: GPL Group: Development/Languages/Java @@ -142,6 +142,8 @@ %doc README.SUSE %changelog -n jpackage-utils +* Mon May 29 2006 - dbornkessel@suse.de +- updated README with information about set[Default]Java substitution (Bug #179325) * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Oct 05 2005 - dmueller@suse.de ++++++ README.SUSE ++++++ --- jpackage-utils/README.SUSE 2004-09-29 12:46:41.000000000 +0200 +++ jpackage-utils/README.SUSE 2006-05-29 11:40:32.000000000 +0200 @@ -16,3 +16,19 @@ from the JPackage web site in the short term. We are working on a better solution for 9.3, but we also believe that the intermediate solution is the best compromise to ensure a smooth transition to the JPackage standard. + +== setJava & setDefaultJava == + +Note that due to this switch, commands like setJava and setDefaultJava +are not available anymore. Instead, we use the update-alternative system now! + +For setting the default JRE, call -- as root -- the following command: + + update-alternative --config java + +For setting the default JDK, call -- as root -- the following command: + + update-alternative --config javac + +Right now, there is no replacement for setJava ... +the described commands set the JRE / JDK system wide. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...