I have tried the following ways to select the codebase:
Using the pick from workspace button
Using the pick from filesystem button
Using the Compute from Classpath button
In all cases, if i save the changes, close the "Run" dialog and then reopen the "Run" dialog, the entry will be split into many at each space. I also note that while it converts it into a "file://" URL, it does not escape the spaces whatever method I use to add it.
Here is a screenshot of the behaviour it produces:
http://files.lancs.org/rmi_codebase.jpg
Apart from that the plugin works fine, it had no problem when I replaced the string with the 8.3 DOS style version (c:\DOCUME~1\...).
Maybe this is related to my Eclipse version (3.0 M5), but that doesn't seem likely as everything else is working and I would assume the formatting and storing of the string is down to the plugin, but I am unaware of how Eclipse works internally.
genady wrote:Hi,
It may be possible if you enter the filename directly and not pick it using the "pick" buttons. If you use the buttons it would convert the filename to URLs in which case there are no spaces.
Is this your case?
Genady