Opened 14 years ago
Closed 14 years ago
#19 closed task (fixed)
Build JPDA classes
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | RC |
Component: | general | Version: | |
Severity: | Keywords: | ||
Cc: |
Description
JPDA stands for Java Platform Debugger Architecture. Disabled for now with OS2_TEMP among other things.
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Priority: | critical → major |
---|
comment:3 by , 14 years ago
Adopted to OS/2 in r249. Tried to step-debug a simple Java application and it works.
The only thing that doesn't is displaying the source text: jdb cannot find .java files despite the fact they are in the current directory. Must be a usual Unix/DOS path thing. I will check.
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is due to a non-empty value CLASSPATH variable not containing the dot. If you either clear CLASSPATH or add the dot there, it works well. So JPDA is done now.
Note:
See TracTickets
for help on using tickets.
This also includes the JDI stuff.