Bug #665

ClassLoader problem with ! in path

Added by jiaz over 2 years ago. Updated 10 months ago.

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

related to Bug #899: Pathes starting with -- do not work Feedback 11/11/2009

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 (!).

Updated by jiaz 10 months ago

the issue is caused by our own classloader which uses ! as file/jar seperator. this can be fixed but not that important at the moment

Also available in: Atom PDF