Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1256369

Win32 java -help gives wrong classpath delimiter ( is colon not semicolon )

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.1
    • 1.0.2
    • tools
    • 1.1
    • sparc
    • solaris_2.5
    • Not verified

      On Windows platforms, java -help needs to specify the classpath delimiter as ;
      It currently specifies the classpath delimiter as :

      customer email follows:

      > From ###@###.### Thu Jun 20 07:19:29 1996
      > From: "Michael L. Taylor" <###@###.###>
      > MIME-Version: 1.0
      > To: Casey Cameron <Casey.Cameron@Eng>
      > Subject: Re: java bug
      > Content-Transfer-Encoding: 7bit
      >
      > This is a command line
      > problem of the Java interpreter "java". Using the WinNT32 ver-
      > sion (1.01 and 1.02), java entered without parameters to produce
      > the help options, says that the -classpath option is followed
      > by a list of <directories separated by colons>. What was meant
      > was a SEMI-colon. I found this out because my CLASSES environ-
      > ment variable was not set appropriately and the interpreter
      > could not find the classes.zip or the class I was trying to in-
      > terpret in the current directory. It's a minor thing, but it
      > held me up for a long time when I could not enter the class path
      > correctly.
      >
      > -- Michael
      >
      > > From ###@###.### Wed Jun 19 12:52:21 1996
      > > Date: Wed, 19 Jun 1996 12:51:17 -0700
      > > From: "Michael L. Taylor" <###@###.###>
      > > MIME-Version: 1.0
      > > To: java@java
      > > Subject: java bug
      > > X-URL:
      > http://java.sun.com/products/JDK/1.0.2/installation-win32-x86.html#Troubles
      > hooting
      > > Content-Transfer-Encoding: 7bit
      > >
      > > java -classpath path;path
      > >
      > > not
      > >
      > > java -classpath path:path
      > >
      > > as the directions say in java -help
      > >
      > > separated by a SEMI-colon, not colon.
      > >
      > > -- Michael
      >

            busersunw Btplusnull User (Inactive)
            bhagen Benjamin Hagen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: