[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Class.forName problem on NT



Gerd Mueller wrote:
> 
> Hi,
> 
> Did you tried the examples of ozone and do they work ?

Yes, I did and they don't work for me.
"java MyApp create" and "opp CarImpl" failed: ClassNotFound ...

Afterwards I tried to compile these:

  public interface TestObject extends DE.softwarebuero.ozone.OzoneRemote
{
  }

  public class TestObjectImpl extends DE.softwarebuero.ozone.OzoneObject
  implements TestObject {
  }

But "opp TestObjectImpl" failed.

 -hannes