Open Jdk 6

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Open Jdk 6

BJ Freeman
I just had an opportunity to bring up a couple of servers from scratch.
I forgot that I had to add to the OpenJDK.
on Centos(5.5) the distro has the OpenJDK with just jre.
you have to pull in the full openJK 1.6 to run ofbiz.
I then added
export JAVA_HOME =/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/
to the ant in the OBIZ_HOME
when I used the rc.ofbiz
I had to export JAVA_HOME home.

encase someone wants to add this to the setup docs.

========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>

Reply | Threaded
Open this post in threaded view
|

Re: Open Jdk 6

Matt Warnock
I just tried that on Debian and was unsuccessful for 10.04 and trunk,
though 9.04 worked fine.  At least I couldn't make them work with
openjdk.
--
Matt Warnock <[hidden email]>
RidgeCrest Herbals, Inc.

On Fri, 2010-05-28 at 17:13 -0700, BJ Freeman wrote:

> I just had an opportunity to bring up a couple of servers from scratch.
> I forgot that I had to add to the OpenJDK.
> on Centos(5.5) the distro has the OpenJDK with just jre.
> you have to pull in the full openJK 1.6 to run ofbiz.
> I then added
> export JAVA_HOME =/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/
> to the ant in the OBIZ_HOME
> when I used the rc.ofbiz
> I had to export JAVA_HOME home.
>
> encase someone wants to add this to the setup docs.
>
> ========================
> BJ Freeman
> http://bjfreeman.elance.com
> Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
> Specialtymarket.com <http://www.specialtymarket.com/>
>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Linkedin
> <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>

Reply | Threaded
Open this post in threaded view
|

Re: Open Jdk 6

BJ Freeman
ah right, will be bringing those up later today.
but I am running the daily, pre-compiled, builds for trunk and 10.4 with
no problems on  one server. have not checked if I can build from svn.

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


Matt Warnock sent the following on 5/29/2010 11:45 AM:
> I just tried that on Debian and was unsuccessful for 10.04 and trunk,
> though 9.04 worked fine.  At least I couldn't make them work with
> openjdk.