[jdom-interest] JDOM problems since switching to JSDK 1.4

Jason Hunter jhunter at acm.org
Mon Feb 18 13:25:20 PST 2002


> In NetBeans
> ===========
> 
> Error on line 2: Relative URI: "com/bygsystems/lde/DTDs/TmplDesc.dtd"; can
> not be resolved without base URI.
> 
> Here is the beginning of my XML file:
> 
>   <?xml version="1.0" encoding="UTF-8" standalone="no"?>
>   <!DOCTYPE TmplDesc SYSTEM "com/bygsystems/lde/DTDs/TmplDesc.dtd">

You're probably passing a stream to the builder, and so the builder has
no way to resolve the relative URI there.  Pass a file instead.  It's
just like the error msg says.

> In Forte
> ========
> 
> ...
> FINE: [bygsystems.lde.TemplateManager] Looking for templates in
> C:\Java\Forte4J\DPE_proj\LessonDataEditor\Template Descriptors
> FINE: [bygsystems.lde.TemplateManager] Processing 7 TLDs...
> 
> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION o
> 
> ****************
> Another exception has been detected while we were handling last error.
> Dumping informatccurred at PC=0x6D35DDFE
> Function=JVM_InitializeCompiler+0x874C
> Library=C:\Java\j2sdk1.4.ion about last error:
> ERROR REPORT FILE = (N/A)
> PC                = 0x6D35DDFE
> SIGN0\jre\bin\client\jvm.dll

That looks like a JVM bug.

-jh-



More information about the jdom-interest mailing list