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 - java.io.FileNotFoundException: C:\Users\ ;L8=KE 5=8A\.netbeans
Summary: java.io.FileNotFoundException: C:\Users\ ;L8=KE 5=8A\.netbeans
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-03-30 08:24 UTC by greyhard
Modified: 2011-11-16 14:29 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 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.