Hi Dave
The slashes have nothing to do with the problem - at least from a user viewpoint. The visual file dialogs cannot access directories/files without mangling the contents.
To try to show this problem:-
I start jedit using this command
[J:\JAVA\JEDIT]java -jar jedit.jar
No problem starting jedit but I notice that at the top of the screen jedit shows
index.xhtml (J:\JAVA\JEDIT\J:\JAVA\JEDIT\J:\JAVA\OPENJDK6\BIN\I:\Users\peter\HOME\PeterWeb\)
I believe the above should show the file open and being worked on - it definitely should not look like the above.
Then I tried a File, Open. The File dialog opens and then immediately displays this message:-
I/O Error
The following I/O operation could not be completed:
J:\JAVA\JEDIT\J:\JAVA\JEDIT\J:\JAVA\OPENJDK6\BIN\I:\Users\peter\HOME\PeterWeb\:
Cannot list directory
I'm not surprised jedit cannot list the above directory as it does not exist - the above is a mangle of several directories which is a result of some poor coding by the jedit guys.
No, I doubt it is anything to do with slashes that a user can resolve.
Another thing I've noticed is that sometimes - not every time, about 1 in 5 - moving the jedit window causes java/jedit to crash:-
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1cd01238, pid=95, tid=6225945
#
# JRE version: 6.0_27
# Java VM: OpenJDK Client VM (20.0-b12 mixed mode os2-x86 )
# Problematic frame:
# V [JVM+0x51238]
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp#
Whether the above is a result of our "odinized" java1.6 or more coding problems in jedit I do not know.
Regards
Pete