Submitted On 29-JAN-2005
YATArchivist
What OS? I can't reproduce with java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64) Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing) running on Debian Woody.
Submitted On 29-JAN-2005
Mark_McKay
I
Submitted On 29-JAN-2005
Mark_McKay
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]
Submitted On 31-JAN-2005
dhkramer
I just tested your file on Win XP 5.1..2600 SP2 Build 2600
with javadoc build 1.5.0-b64 and it runs fine, generating all the docs with no errors,
If classpath is set as an environment variable, try unsetting it.
C:>"c:\program files\java\jdk1.5.0\bin\javadoc" -d html com.kitfox.violet
Loading source files for package com.kitfox.violet...
Constructing Javadoc information...
Standard Doclet version 1.5.0
Building tree for all the packages and classes...
Generating html\com/kitfox/violet/\Main.html...
Generating html\com/kitfox/violet/\package-frame.html...
Generating html\com/kitfox/violet/\package-summary.html...
Generating html\com/kitfox/violet/\package-tree.html...
Generating html\constant-values.html...
Building index for all the packages and classes...
Generating html\overview-tree.html...
Generating html\index-all.html...
Generating html\deprecated-list.html...
Building index for all classes...
Generating html\allclasses-frame.html...
Generating html\allclasses-noframe.html...
Generating html\index.html...
Generating html\help-doc.html...
Generating html\stylesheet.css...
Submitted On 02-FEB-2005
Mark_McKay
I unset my classpath, and it started working again. Thanks.
Submitted On 03-FEB-2005
dhkramer
It seems we could implement a better trap for this classpath error and
output a meaningful error message.
Can you please tell me what the classpath had been set to?
Was it pointing to a pre-5.0 version of tools.jar ?
Submitted On 18-MAR-2005
calab
I had the same exact problem with the same config Win XP 5.1.2600 SP2 Build 2600 with javadoc build 1.5.0-b64 everytime I ran javadoc. I unset my classpath and it worked fine. Also my classpath points to the one in J2SE 5.0 Dated 10/20/2004 12:12 AM
Submitted On 10-SEP-2005
PeterLynch
Running windows 2000 server, I had the same problem against javadoc 1.5.0_04.
My classpath was corrupt and removing it fix the problem. it seems someone was looking for an example classpath that would recreate the problem.
Her is what I had:
.;.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;%systemroot%\java\classes;.
Submitted On 30-APR-2008
I think this happens when the CLASSPATH variable contains variable references along the lines of %systemroot% - the parse util treats the % as an escape sequence indicator and therefore hits a brick wall trying to parse potentially bogus escape sequences.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|