How to decompile new class specification

Hello:

I tried to decompile some class files that I compiled with jdk1.6, however I got a problem, since it seems that class specification have changed. I tried jdec, jad, jode, cavaj, jreverse, jcavaj, and none of them has been updated to support the new specification (49 and/or 50), so I'd like to know if somebody of you know about any updated decompiler.

Thanks

[386 byte] By [webmailusr-msna] at [2007-11-27 6:05:23]
# 1
To analyze Java Bytecode I have developed my own tool that is written in pure C++. It does not depend of JDK version and Java provider. This is not a decompiler but only a bytecode viewer, which can show Java Bytecode as a tree with with raw data.
vitallisa at 2007-7-12 16:51:18 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
No, what I need is a decompiler like jode, jdec, cavaj.. but that can work with classes compiled with jdk1.6Thanks.
webmailusr-msna at 2007-7-12 16:51:18 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3
JAD / and it's GUI "Front End Plus" do a good job. http://www.kpdus.com/frontend/FrontEnd.zip
webmailusr-msna at 2007-7-12 16:51:18 > top of Java-index,Java HotSpot Virtual Machine,Specifications...