| Summary: | Cannot set additional Java classpath for Rhino Javascript debugging | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Jim Garrison <jgarrison> |
| Component: | Debug | Assignee: | Project Inbox <jsdt.debug-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | Michael Rennie <Michael_Rennie> |
| Severity: | normal | ||
| Priority: | P3 | CC: | thatnitind |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Jim Garrison
Additional info - In debug view, the process properties show the command line as C:\Program Files\Java\jre6\bin\javaw.exe -Dfile.encoding=Cp1252 -cp C:\dev2\tools\eclipse\plugins\org.mozilla.javascript_1.7.2.v201005080400.jar;C:\dev2\tools\eclipse\plugins\org.eclipse.wst.jsdt.debug.transport_1.0.0.v201008101442.jar;C:\dev2\tools\eclipse\plugins\org.eclipse.wst.jsdt.debug.rhino.debugger_1.0.200.v201103080228.jar org.eclipse.wst.jsdt.debug.rhino.debugger.shell.DebugMain -port 64796 -suspend y -version 170 -encoding Cp1252 -opt -1 -f C:\dev\src\clarity\product\applications\clarity-client\src\scripts\test.js What is needed is a way to add libraries and class directories to the classpath used here. *** This bug has been marked as a duplicate of bug 343142 *** |