|
From: Marco R. <mar...@tx...> - 2000-05-12 11:08:40
|
Hello, This is my first message to this list, so let me spend some words about me. My name is Marco and I live in Italy. I enjoy programming since about 1980 (rather old guy...). I'm following the evolution of jEdit since about one year. (I subscribed to the list from my IBM address - I spent 10(!) years of my life in "big blue". Now I joined a smaller company and I'm focusing on e-business applications). In my modest opinion, jEdit is the best editor I've ever seen. I'm sorry, I'm not actively contributing to jEdit Development. I have some ideas for possible plugins, but I have absolutely no spare time to implement anything... maybe later... Now I am having problems installing some jEdit plugins on my new PC (PIII 500, Win 2000 adv.server, 128M RAM, JDK 1.3). When I install PluginHolder, it is reported as "unknown author / unknown version" by the Plugin manager. The "About Plugins" plugin reports it as Kevin Burton / version 0.0.1. I also downloaded the plugin from the web site instead of using the Plugin Manager, and I'm sure I downloaded version 0.0.3, not 0.0.1. The same thing happens to Project Viewer. It is reported as version 0.01. Attached is the activity log (only plugin holder installed, not the project viewer) The following lines are the output of the console window: [error] java.net.ConnectException: Connection refused: no further information [error] at java.net.PlainSocketImpl.socketConnect(Native Method) [error] at java.net.PlainSocketImpl.doConnect(Unknown Source) [error] at java.net.PlainSocketImpl.connectToAddress(Unknown Source) [error] at java.net.PlainSocketImpl.connect(Unknown Source) [error] at java.net.Socket.<init>(Unknown Source) [error] at java.net.Socket.<init>(Unknown Source) [error] at org.gjt.sp.jedit.jEdit.main(jEdit.java:174) |