I’m using Windows 7 and Netbeans 6.8. When I try to open Tools > Options the icon spins for a moment or two and then.. nothing. The Tools menu will expand, it’s Options that is giving me the problem. Any hints?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Netbeans has a directory referred to as
${userdir}.On a windows platform this would be
%USERPROFILE%/.netbeans/6.8.${userdir}/var/log/messages.log${userdir}/var/log/messages.logand see if an exception was logged.If there’s no exception, close NetBeans and edit the file
Look for the lines
OptionsXandOptionsYand set their values to 100.This ensures the options pane is on screen.
OptionsWidthandOptionsHeightshould be roughly600and800respectively.