Name: rlT66838 Date: 06/21/99
This works:
c:\src\java\tiltactics>appletviewer index.html
This does not:
c:\src\java\tiltactics>appletviewer -Jverbose:gc index.html
Exception in thread "main" java.lang.NoClassDefFoundError: verbose:gc
c:\src\java\tiltactics>appletviewer -J verbose:gc index.html
Exception in thread "main" java.lang.NoClassDefFoundError:
c:\src\java\tiltactics>appletviewer -J -verbose:gc index.html
Exception in thread "main" java.lang.NoClassDefFoundError:
These responses from appletviewer are not very helpful in identifying the problem
Again after rereading the tool docs i discovered what WOULD work
c:\src\java\tiltactics>appletviewer -J-verbose:gc index.html
I was surprized how picky appletviewer would be about that "space" and "dash" :-)
The documentation should be more clear as well as output messages!
(Review ID: 53565)
======================================================================
- duplicates
-
JDK-4359498 Better error message for -J -Xmx128m
-
- Closed
-
- relates to
-
JDK-4423637 Java launcher needs to support 64-bit
-
- Resolved
-