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

[447 byte] By [RafaTorresa] at [2007-11-27 5:23:11]
# 1

Try checking your compiler output directory.

Just because two classes were written in the one SOURCE file doesn't mean that you will get only one CLASS file produced by the compiler. I would expect that you would get two.

My guess is they you've only uploaded one of the classes to your STB.

Roger

_Roger_a at 2007-7-12 11:48:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
It's true i get two clases, but i only upload one.My fault XDThanks
RafaTorresa at 2007-7-12 11:48:59 > top of Java-index,Java Mobility Forums,Consumer and Commerce...