Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » problems with EclipseShell (BeanShell) (Java source interpreters for Eclipse)
problems with EclipseShell (BeanShell) [message #718768] Thu, 25 August 2011 09:51
stefano casadei is currently offline stefano casadeiFriend
Messages: 5
Registered: October 2010
Junior Member
Hello,

I encountered several problems/bugs when using BeanShell (EclipseShell) from Eclipse/Indigo on Windows 7.
The major one is that the classpath is not communicated correctly from an Eclipse Project to EclipseShell/BeanShell. This is the error message I get as I start EclipseShell after having selected an Eclipse Project:

Sourced file: inline evaluation of: ``cd("G:\local\eclipsew\dominco");'' Token Parsing Error: Lexical error at line 1, column 8. Encountered: "l" (108), after : "\"G:\\"

I can't even add a path to the class path from the EclipseShell commandline, it seems the path is not parsed correctly, apparently due to file separators (/ and \) issues.

I couldn't find a way to contact the project leader (Werner Schuster, alias: murphee), nor did I find any recent updates/information/posts etc.
Thus I wonder: is there anyone who is using EclipseShell?
Are there other ways to interact with Java from a command line?


Thanks,

Stefano
Previous Topic:PATH to Firefox
Next Topic:Why are (static) variables not show in Variables pane during Debug?
Goto Forum:
  


Current Time: Fri Apr 26 03:29:41 GMT 2024

Powered by FUDForum. Page generated in 0.02772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top