java - netbeans "Please wait - classpath scanning in progress..." -


when try compile netbeans projects message/error : "please wait - classpath scanning in progress..."

and nothing happens , have have wait enternity conmpile "hello world"...

now first thing have moved new office building, laptop same. it's secure enviroment lot of "security", can't connect anywhere almost. have changed user dir in netbeans.conf save data in c:\program files\user

any ideas how fix this? alrady tried reinstalling netbeans, changing save location between standart , newone...

just ideas find problem

  • look @ cpu - netbeans busy (100% on 1 core) or blocking (95% idle)?
  • standard, ant or maven build? libraries , use absolute or relative paths?
  • start simple "hello world" project (no dependencies), add 1 lib (log4j or similiar), located in project folder , - if works - move lib other locations (choose locations similiar libs on real classpath)

there chance, don't have access rights folders/shares contain libraries. or, mentioned security, virus scanner blocks access highly dangerous libs...


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -