Installing w/ JDK1.3
Submitted by Thursday, 10 February, 2005 - 05:56
on
I need to use JDK1.3 even though other JDK versions are also installed.
So this is what I tried:
- in build.xml, I added target="1.1" and "source=1.3" to the compile target.
- in build.xml, I commented out the jdk14 and jdk15 properties in the init target
/home/java/pc.i86.linux/blackdown-j2sdk.1.3.0/bin/java org.gjt.sp.jedit.jEdit error] AWT-EventQueue-0: Exception occurred during event dispatching: [error] AWT-EventQueue-0: java.lang.NoSuchMethodError [error] AWT-EventQueue-0: at org.gjt.sp.jedit.gui.TipOfTheDay.Even though a window comes up, I can't type anything.(TipOfTheDay.java:94) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2200) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.PerspectiveManager$PerspectiveHandler.endElement(PerspectiveManager.java:344) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parseETag(XmlParser.java:1041) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1112) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parseContent(XmlParser.java:1118) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parseElement(XmlParser.java:947) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parseDocument(XmlParser.java:496) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.doParse(XmlParser.java:176) [error] AWT-EventQueue-0: at com.microstar.xml.XmlParser.parse(XmlParser.java:146) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.PerspectiveManager.loadPerspective(PerspectiveManager.java:81) [error] AWT-EventQueue-0: at org.gjt.sp.jedit.jEdit$5.run(jEdit.java:3450) [error] AWT-EventQueue-0: at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154) [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(EventQueue.java:331) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Any help would be appreciated.
P.S. I need to use JDK1.3 since it supports green threads. Basically, I would like to try running JEdit under the "Stabilizer". See: http://stabilizer.sf.net.