Name: rlT66838 Date: 05/30/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
The Java.exe command line should accept an alternative means of entering
classpaths other than the command line and the environment. Both of these
offer limitations. An alternative solution would be something like this:
java -cp @myClasspathFile MyCode
Where "myClasspathFile" could contain a classpath of arbitrary length.
(Review ID: 105475)
======================================================================
- duplicates
-
JDK-4326573 need @file syntax for all command tools, not just jar/javac/javah
- Closed