[Java lista] 6-os java eles kornyezetben
bognár attila
attila at netalfa.hu
2008. Sze. 18., Cs, 10:28:48 CEST
Böszörményi Péter írta:
> On 9/18/08, bognár attila <attila at netalfa.hu> wrote:
>
>> JBoss tapasztalatom nincs, de nálunk 1.6 esetén ez okozott gondot:
>> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6434149
>> Valahol olvastam, hogy a JBosst is érint(het)i, bár verzióra és
>> konkrétumra nem emlékszem. Gondolom úgyis teszteltek előtte... :-)
>>
> Hat persze... :)
>
> Hogyan oldottatok meg a dolgot?
>
Az oldalon a megoldás is szerepel, a második pontot alkalmaztuk.
Submitted On 25-JUL-2007
* Neale *
I tripped over this, and thought: JDK6 has broken something.
Now that there is a documented workaround, I think that it could be considered "fixed", as we now have two options:
1) Add -Dsun.lang.ClassLoader.allowArraySyntax=true if you want to use a library for which you don't have the source with JDK6
2) Change loader.loadClass( name ) to Class.forName( name, false, loader ) if you own the code.
If Sun are not intending to fix this to be compatible without the flag, then I think it would be great if we could have a clear statement here to close off this bug
--------- következő rész ---------
Egy csatolt HTML állomány át lett konvertálva...
URL: http://javagrund.hu/pipermail/javalist/attachments/20080918/40e69918/attachment.html
További információk a(z) Javalist levelezőlistáról