22 May 2005 19:23
Re: help regarding installation
Per Nyfelt <per_nyfelt <at> users.sourceforge.net>
2005-05-22 17:23:26 GMT
2005-05-22 17:23:26 GMT
You can set an explicit classpath by doing something like: c:\> SET CLASSPATH=C:\MyApp prior to starting the server. Current directory is included in the classpath so c:\>cd C:\MyApp c:\MyApp>ozone -dc:\ozonedb -c will also work I usually copy my apps to a classes directory (e.g. c:\ozone\classes) at the server or jar the files together and put the jar in the ozone lib dir (e.g. c:\ozone\lib) which also makes ozone avare of your classes. For c:\ozone\samples\simple the README file has very clear (I think) instructions about classpath requirements for the server but any of the above methods would work. Best regards, Per Saturday 21 May 2005 22.32 skrev digumarthi venkata sita rama swami: > Respected Sir, > > i am a Student pursuing my M.tech > > and in my final sem thesis > > i am working OODBMS > > and i had a installation problem > > that is: > > how to set OZONE_CLASSPATH > > if my classes are there in c:\ozone\samples\simple > so how should i give this as class path > > is PATH and CLASSPATH are same > > if same then i am > getting the following error when i am compiling a java file using javac > i am getting error like: Org.OZONE.db...... Class.not.found exception > > if not > please tell me how to Set the CLASSPATH > > i could start the server and all the installation of server is also > complete > > but i could not run client programs like MyApp given in the examples > because i think i have not set the CLASS PATH Properly > > > so please solve my problem > > thank u sir > > waiting for ur reply > > sitaram...... ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
RSS Feed