You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2007/03/15 03:17:09 UTC

[jira] Commented: (HARMONY-3385) [classlib][swing][netbeans] UIDefaults.getUI() uses wrong classloader

    [ https://issues.apache.org/jira/browse/HARMONY-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481002 ] 

Vasily Zakharov commented on HARMONY-3385:
------------------------------------------

See also HARMONY-3398, it's similar problem.


> [classlib][swing][netbeans] UIDefaults.getUI() uses wrong classloader
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-3385
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3385
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports, Classlib
>            Reporter: Vasily Zakharov
>         Attachments: Harmony-3385-fix.patch, Harmony-3385-test.patch
>
>
> UIDefaults.getUI(JComponent comp) calls getUIClass(comp.getUIClassID()), and getUIClass(String) uses default class loader to load the specified class, that makes loading UI classes accessible by other class loaders impossible.
> This issue was discovered while trying to run Netbeans.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.