Bug #665
ClassLoader problem with ! in path
| Status: | New | Start date: | 10/06/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | General | |||
| Target version: | JDownloader - FarfarAway | |||
| Revision: | 8821 | Resolution: |
Description
fix or workaround for ! in classloader
if ! is in jd path, classloader no longer works because it uses it as file/jar seperator
TEST IT GOOD!
Related issues
History
Updated by mccartney 10 months ago
This seems to be caused by a generic Java issue. See:
- http://bugs.sun.com/view_bug.do?bug_id=4730642
- http://bugs.sun.com/view_bug.do?bug_id=4523159
(both already >9 years old and unsolved as of July 2011)
So I guess the easiest 'solution' would be to implement a warning mechanism when JDownloader is being installed and/or being run in a path containing exclamation mark (!).