Menu

#1 Mirrors don't load on Linux in 2.0

open
nobody
None
5
2010-08-17
2010-08-17
No

When I start v2.0, it shows error "Something got wrong with mirror file", and doesn't work. Version 1.0 final works fine.

I guess problem is caused by line
System.getProperty( "user.dir" ) + "\\mirrors.list"
in FileHandler.java You should use path.separator instead of "\" (http://download.oracle.com/javase/tutorial/essential/environment/sysprop.html)

Discussion


Log in to post a comment.