Two classe in the same file
I have this in the same file:
-
public class Oratge{
public Oratge(){}
public void initXlet(...){
.....
Ziper arch = new Ziper(arg1);
.....
}
class Ziper{
.............
}
At xletview runs perfect, but when i try use it in mhp decoder, this tell me that he dont found Ziper class
Why? If you need more information tell me.
Thanks all and sorry my english

