Java Question Java class with Extends causing wrap issue

giga

Well-Known Member
Licensed User
Longtime User
I am wrapping a java library to work in B4J and one of the classes in it uses "extends Applet", I do not want to use the applet class because I want it to go through B4J.

If I don't use @Hide, in B4J I get the error "package com.test.whatever" already exists and the library is inaccessible.

If I use @Hide, I library shows in B4J but then I cannot see the ShortName annotation or any of the other public methods in the class.

Any ideas appreciated.

Thanks for the help in advance.
 
Top