I use NetBean IDE 5.5 to write a Java app, it worked well for past few
days (no problems for compiling and execution), all of a sudden, i can
not run Java app, compiling is still fine, when i click "Project" >
"Source Packages" to view Methods, Properties, Constructor, etc of
Java classes, it always shows "Please Wait ...", never moves forward.
I uninstall IDE 5.5 and reinstall it, still no luck, my PC OS is
Windows XP.
Your help would be greatly appreciated.
Thanks,
Bob
Michael Rauscher - 03 Apr 2007 09:15 GMT
bob95226@yahoo.com schrieb:
> I use NetBean IDE 5.5 to write a Java app, it worked well for past few
> days (no problems for compiling and execution), all of a sudden, i can
[quoted text clipped - 4 lines]
> I uninstall IDE 5.5 and reinstall it, still no luck, my PC OS is
> Windows XP.
Reinstalling isn't a good idea since the user's nb directory will not
get removed.
The user's nb directory is called .netbeans/<nb-version> and is usually
located in the root of your profile (documents and settings/username),
e. g.
C:\Documents And Settings\michael\.netbeans\5.5
Try to remove var\cache from this directory. If this doesn't work,
remove var and last the whole .netbeans directory.
HTH
Michael