OSEE 0.9.4 Installation [message #544151] |
Thu, 01 July 2010 15:00  |
Eclipse User |
|
|
|
Hi,
I'm new with OSEE. I tried to install OSEE 0.9.4.
However, I got Eclipse dependencies problem.
On which Eclipse version the OSEE 0.9.4 is based on?
I tried 3.5.0 and Helios ... Not working
On the OSEE 0.9.4 download page, I got a "Error 404 File not found" when I click on the Eclipse Dependencies link to got this info
Regards
Carl
|
|
|
Re: OSEE 0.9.4 Installation [message #544493 is a reply to message #544151] |
Fri, 02 July 2010 17:43  |
Eclipse User |
|
|
|
Dear Carl,
I believe that the developers are producing a version that will work with Helios
However, I can confirm (because I am testing to see if I can replicate the problems that Linux users are experiencing) that the following works:
Install Eclipse 3.5.2
Download the 0.9.4 client from the OSEE downloads page
Choose it as an archive in the Eclipse update manager and install it
This will install the OSEE client and everything else it needs EXCEPT the PostgreSQL driver
Download the PostgreSQL driver from the OSEE downloads page
Choose it as an archive in the Eclipse update manager and install it
Download the 0.9.4 server from the OSEE downloads page and unzip it
Unzip the PostgreSQL driver
Copy the two files from the plugins folder in the PostgreSQL driver to the plugins folder of the server
Create an empty PostgreSQL database per the instructions on the OSEE web site
Start the application server, ignoring any messages about tables not existing
In the directory containing your OSEE eclipse, execute the following:
eclipse -application org.eclipse.osee.framework.database.init.configClient -vmargs -Xmx512m -Dosee.log.default=INFO -Dosee.application.server=http://localhost:8089 -Dosee.authentication.protocol=trustAll -Dosee.prompt.on.db.init=false -Dosee.choice.on.db.init="OSEE Demo Database"
This is proven to create a functional demo database under both Windows and Linux (tested on Mandriva 2010)
All the best,
Mark
|
|
|
Powered by
FUDForum. Page generated in 0.03593 seconds