Hi Shigeru How can one create CtClass that does not have default Superclass java.lang.Object?
By deafaul ClassFile.initSuperclass() assign java.lang.Object as super class even when I'm creating "java.lang.ObjectÐ. In general we want to create J2ME CLDC API classes base on its descriptors. API descriptors are defined in XML so we just need to create STUB classes. Vlad Skarzhevskyy http://www.microemu.org/ http://jour.sourceforge.net/signature.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133516#4133516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133516 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
