aboutsummaryrefslogtreecommitdiff
path: root/java/javavmwrapper/src/javavmwrapper.sh
Commit message (Expand)AuthorAgeFilesLines
* java/javavmwrapper: Match currently supported versionsGreg Lewis2024-02-041-35/+11
* java/javavmwrapper: Add support for 18 as a versionGreg Lewis2022-04-161-11/+14
* java/javavmwrapper: Add support for 17 as a versionGreg Lewis2021-11-241-10/+13
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
* Add support for 16 as a version specifierGreg Lewis2021-02-231-9/+12
* Add support for 15 as a versionGreg Lewis2020-09-071-8/+11
* Teach javavmwrapper about "14" as a version specifierGreg Lewis2020-03-211-7/+10
* * Teach javavmwrapper about "13" as a version specifierGreg Lewis2019-11-271-6/+9
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-8/+1
* Fixes to pkg-install and version handlingGreg Lewis2019-08-101-6/+10
* Sort VMs by version numericallyGreg Lewis2019-07-261-4/+6
* Support for newer Java versionsGreg Lewis2019-07-261-11/+32
* . Prepare for JDK9 support.Greg Lewis2017-10-141-3/+6
* . Update internal fallback logic, including:Greg Lewis2014-04-121-39/+13
* . Cope with legacy versions "1.5" (expands to 1.6) and "1.5+" (expands toGreg Lewis2012-12-111-7/+4
* . Make the version numbers consistent so they can be compared correctly.Greg Lewis2012-07-131-76/+53
* Fix "realpath: : No such file or directory" error from the latest realpath.Jung-uk Kim2010-05-131-10/+10
* . Add support for JAVA_VERSION of 1.7.Greg Lewis2010-01-171-7/+11
* . Add support for openjdk6.Greg Lewis2009-05-221-7/+23
* Try jman(1) from ports/japanese/man instead of man(1) for japanese manualJung-uk Kim2008-04-301-2/+7
* - Add support for 1.6 VMs.Jung-uk Kim2008-04-281-7/+10
* . Add manvm(1). This is similar to javavm(1), but allows one to view theGreg Lewis2006-06-121-170/+215
* . Introduce the JAVAVM_DRYRUN variable. If this is set, then javavm willGreg Lewis2006-06-081-4/+15
* . ! -z -> -n for clarity.Greg Lewis2006-06-041-25/+25
* . Allow the setting up of command line options to be passed to theGreg Lewis2006-06-031-6/+46
* . Avoid stomping on environment variables by prefixing variable names withGreg Lewis2006-04-261-123/+121
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationGreg Lewis2005-11-021-7/+10
* . Add a couple of comments.Greg Lewis2005-06-201-0/+14
* . Check the user can read/write the configuration file and that it existsGreg Lewis2005-06-201-7/+10
* One more place to reflect existence of jdk 1.5.Alexey Zelkin2005-01-211-4/+7
* . Some minor comment and formatting fixes (should have probably have beenGreg Lewis2004-12-071-7/+31
* . javavmwrapper uses PATH to make sure it gets the system version ofGreg Lewis2004-11-121-0/+4
* . Usher in javavmwrapper 2.0, a rewrite of the wrapper scripts designed toGreg Lewis2004-11-111-33/+436
* Long overdue fix: correctly process arguments with spaces.Maxim Sobolev2002-02-021-4/+3
* Revert previous fix - it was not properly thought out.Maxim Sobolev2001-12-031-2/+3
* Use "$@" instead of "$*" to pass parameters to a subshell. This ensures thatMaxim Sobolev2001-11-261-3/+2
* Add "unset JAVA_HOME" to make javavmwrapper working with some brain damagedMaxim Sobolev2000-06-201-0/+2
* Fix typo.Maxim Sobolev2000-06-121-1/+1
* Handle comments in all places.Maxim Sobolev2000-06-121-3/+4
* Initial import of javavmwrapper - a simple shell script which would allowMaxim Sobolev2000-06-121-0/+120