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 197218

Summary: java.io.FileNotFoundException: C:\Users\ ;L8=KE 5=8A\.netbeans
Product: projects Reporter: greyhard
Component: AntAssignee: Jesse Glick <jglick>
Status: RESOLVED WORKSFORME    
Severity: normal Keywords: I18N
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description greyhard 2011-03-30 08:24:00 UTC
basic install of Netbeans

try to build simple HelloWorld Java app.

Error:
java.io.FileNotFoundException: C:\Users\;L8=KE 5=8A\.netbeans\6.9\ant\nblib\org-netbeans-modules-ant-browsetask.jar (Синтаксическая ошибка в имени файла, имени папки или метке тома)

file exist C:\Users\Ильиных Денис\.netbeans\6.9\ant\nblib\org-netbeans-modules-ant-browsetask.jar

works when i move netbeans out home directory

# ${HOME} will be replaced by JVM user.home system property
#netbeans_default_userdir="${HOME}/.netbeans/6.9"
netbeans_default_userdir="C:\.netbeans\6.9"
Comment 1 Jesse Glick 2011-10-25 22:54:21 UTC
The first question is why ant/nblib/org-netbeans-modules-ant-browsetask.jar would be in your user directory to begin with; it should be present in the 'java' subdirectory of your NB installation, not in the user dir, unless you accepted some update of this module while the installation was in write-protected directory.

Even when I try to manually copy this module's files to the userdir, simulating such an update, it continues to work normally; e.g. after building Javadoc for a j2seproject, it is displayed in the system web browser.

Perhaps there is some issue with non-Latin characters on Windows? But when on Ubuntu I run from a user directory containing characters with Czech accents (not in ISO-8859-1), it is still fine. As to testing on XP, I cannot convince cmd.exe to include 'č' in a directory name (it is just replaced with 'c'). With your log file attached it might be possible to investigate further, but it is not attached.