Bug 32383

Summary: 'javavm' doesn't work if more than 1 argument is specified
Product: Ports & Packages Reporter: dglo <dglo>
Component: Individual Port(s)Assignee: Maxim Sobolev <sobomax>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dglo 2001-11-29 23:30:01 UTC
	'javavm' only passes the first argument to the java
	executable.

Fix: Apply the following patch:
How-To-Repeat: 	Run 'javavm -classpath foo:bar baz', and it will print

		-classpath requires class path specification
		Usage: java [-options] class [args...]

	because only '-classpath' is passed to the executable.
Comment 1 Dave Glowacki 2001-11-29 23:31:54 UTC
Oops, the subject line on this PR should, of course, be:
  'javavm' doesn't work if more than 1 argument is specified

Sorry about that!
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-11-29 23:33:12 UTC
Responsible Changed
From-To: freebsd-ports->sobomax

Over to maintainer
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2002-02-18 08:16:58 UTC
State Changed
From-To: open->closed

The problem has been fixed.