Re: how to compile main ozoneApplication
"Wieslaw Faruga" <[email protected]> Thu, 23 Sep 2004 08:01:01 +0200
| Newsgroups | gmane.comp.java.ozone.user |
|---|---|
| Message-ID | <415282BD.27003.1B77F9@localhost> |
Hi, The simplest way is to use a build.xml and ant tool. If you want to use ozone scripts (ozoneAnt, ojvm, etc...) at first you should set OZONE_HOME env variable: set OZONE_HOME=e:\ozone-1.2 Next, a path to ozone bin directory should be added to PATH variable. Good lock... :) Cheers, Wieslaw On 23 Sep 2004 at 11:05, [email protected] wrote: > Thanks for the reply. But pl. tell me how to compile the main file say > (ozoneTest.java) as if I compile it with Javac, it gives me following > error : > > E:\ozone-1.2\samples\test_person>javac ozoneTest.java > ozoneTest.java:12: package org.ozoneDB does not exist > import org.ozoneDB.*; > ^ > ozoneTest.java:22: cannot resolve symbol > symbol : class LocalDatabase > location: class OzoneTest > LocalDatabase db = new LocalDatabase(); > ^ > ozoneTest.java:22: cannot resolve symbol > symbol : class LocalDatabase > location: class OzoneTest > LocalDatabase db = new LocalDatabase(); > ^ > .\PersonInfo2.java:13: package org.ozoneDB does not exist > import org.ozoneDB.*; > ^ > .\PersonInfo2.java:15: cannot resolve symbol > symbol : class OzoneRemote > location: interface PersonInfo2 > public interface PersonInfo2 extends OzoneRemote { > ^ > .\PersonInfo2Impl.java:12: package org.ozoneDB does not exist > import org.ozoneDB.*; > ^ > .\PersonInfo2Impl.java:14: cannot resolve symbol > symbol : class OzoneObject > location: class PersonInfo2Impl > public class PersonInfo2Impl extends OzoneObject implements PersonInfo2 > ^ > ozoneTest.java:40: cannot resolve symbol > symbol : variable OzoneInterface > location: class OzoneTest > OzoneInterface.Public, "PersonInfo2"); > ^ > 8 errors > > E:\ozone-1.2\samples\test_person> > > I am stuck here. pl. suggest. > > regards, > neeta > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Ozone-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ozone-users > > ---------------------------------------------------------------------- > Startuj z INTERIA.PL... >>> http://link.interia.pl/f1834 > > ---------------------------------------------------------------------- Startuj z INTERIA.PL... >>> http://link.interia.pl/f1834 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php