This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 7576 - Can't display class structure
Summary: Can't display class structure
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows 95/98
: P4 critical (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-04 20:15 UTC by grtbeard
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grtbeard 2000-09-04 20:15:02 UTC
When I start NetBeans from runide_w98.bat it can't display class structure -
message "Please wait..." stays forever in filesystem list.
I tried Sun JDK 1.2.2, Sun JDK 1.3, IBM JDK 1.3 - the same issue. But if I run
runidew.exe or runide.exe all work properly. I use Windows 98 SE (Russian).

What's wrong?
Comment 1 Svata Dedic 2000-09-05 13:23:59 UTC
Please, can you provide us with more information ?
- does the IDE display some sort of dialog box a while after you expand the
source node ?
- can you, please, run the IDE with parameter -J-Dnetbeans.debug.exceptions=true
and attach a log file from that IDE session ?
- can you expand the structure for at least SOME classes ? If so, can you send
me the sources for classes that you cannot expand ?

Please check, if the CLASSPATH environment variable is not too long, since
Windows98 has restricted environment variable length. Also check permissions for
the files causing you the problem. Also, I'd like to know if you are trying to
display a structure of a .java file or .class file.
Comment 2 Svata Dedic 2000-09-07 14:43:59 UTC
Launching the .bat files is not the _preffered_ way to run the IDE in Windows,
since Windows may attach .pif files (with different current directory setting)
and because of flaky handling of spaces in pathnames etc.
They exists for convenience and to help better customize IDE's startup.
The path of the IDE's basedir contains a space. While it probably does not cause
this bug, it may lead to other problems when launching external tools (since not
all tools can parse those paths correctly).
Comment 3 Quality Engineering 2003-07-01 13:11:15 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-07-01 13:18:46 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.
Comment 5 Quality Engineering 2007-09-20 10:39:05 UTC
Reorganization of java component