XSLT and Java 1.4
Submitted by Thursday, 20 May, 2004 - 21:56
on
I tried following the directions to enable the XSLT plugin to work with Java 1.4
I moved xalan.jar, xercesImpl.jar and xmlParserAPIs.jar to
C:\Program Files\jEdit\jars\endorsed and added the directory to the jedit startup as follows
"C:\j2sdk1.4.2_03\bin\javaw.exe" -mx96m -Djava.endorsed.dirs="C:\Program Files\jEdit\jars\endorsed" -jar "C:\Program Files\jEdit\jedit.jar"
The problem is that I get failures for XML.jar and XMLIndenter.jar due to dependencies.
Activity Log output:
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xercesImpl.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xmlParserAPIs.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XmlIndenter.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xalan.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
Do I need multiple copies of the jars? Can I fix the dependencies?
I'm using jedit 4.2pre13
[message] Log: java.version=1.4.2_03
[message] Log: java.vm.version=1.4.2_03-b02
[message] Log: java.runtime.version=1.4.2_03-b02
[message] Log: java.vendor=Sun Microsystems Inc.
[message] Log: java.compiler=null
[message] Log: os.name=Windows XP
[message] Log: os.version=5.1
[message] Log: os.arch=x86
[message] Log: java.home=C:\j2sdk1.4.2_03\jre
[message] Log: java.class.path=C:\Program Files\jEdit\jedit.jar
[notice] jEdit: jEdit version 4.2pre13
[message] jEdit: jEdit home directory is C:\Program Files\jEdit
I moved xalan.jar, xercesImpl.jar and xmlParserAPIs.jar to
C:\Program Files\jEdit\jars\endorsed and added the directory to the jedit startup as follows
"C:\j2sdk1.4.2_03\bin\javaw.exe" -mx96m -Djava.endorsed.dirs="C:\Program Files\jEdit\jars\endorsed" -jar "C:\Program Files\jEdit\jedit.jar"
The problem is that I get failures for XML.jar and XMLIndenter.jar due to dependencies.
Activity Log output:
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xercesImpl.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XML.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xmlParserAPIs.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XmlIndenter.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires xml.XmlPlugin, but xml.XmlPlugin
[error] ErrorListDialog$ErrorEntry: could not be loaded.
[error] ErrorListDialog$ErrorEntry: C:\Program Files\jEdit\jars\XSLT.jar:
[error] ErrorListDialog$ErrorEntry: Requires JAR file C:\Program Files\jEdit\jars\xalan.jar.
[error] ErrorListDialog$ErrorEntry: This JAR file is part of this plugin, but it cannot be found.
[error] ErrorListDialog$ErrorEntry: Try reinstalling this plugin.
Do I need multiple copies of the jars? Can I fix the dependencies?
I'm using jedit 4.2pre13
[message] Log: java.version=1.4.2_03
[message] Log: java.vm.version=1.4.2_03-b02
[message] Log: java.runtime.version=1.4.2_03-b02
[message] Log: java.vendor=Sun Microsystems Inc.
[message] Log: java.compiler=null
[message] Log: os.name=Windows XP
[message] Log: os.version=5.1
[message] Log: os.arch=x86
[message] Log: java.home=C:\j2sdk1.4.2_03\jre
[message] Log: java.class.path=C:\Program Files\jEdit\jedit.jar
[notice] jEdit: jEdit version 4.2pre13
[message] jEdit: jEdit home directory is C:\Program Files\jEdit