ofbiz9.04

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

ofbiz9.04

Gerardo Valdez Andrade

Hi,

i try to install, ofbiz 09.04 but i get this error



i'been installed : java-ee-sdk-5_01-windows




someone could help me , please??

best regards

Gerardo Valdez Andrade

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz9.04

BJ Freeman
did you follow the instruction on the download page?
what was the error?


Gerardo Valdez Andrade sent the following on 9/23/2010 9:49 AM:

>
> Hi,
>
> i try to install, ofbiz 09.04 but i get this error
>
>
>
> i'been installed : java-ee-sdk-5_01-windows
>
>
>
>
> someone could help me , please??
>
> best regards
>
> Gerardo Valdez Andrade
>
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz9.04

Michał Cukierman-2
In reply to this post by Gerardo Valdez Andrade
You have got wrong path. you should try:
java -jar ofbiz.jar ...

or smth like:
"c:\program files\java\sdk\....\bin\java.exe"

The best thing fould be to install jdk 6.0 or add your current sdk to
the PATH variable.

Dnia 2010-09-23, czw o godzinie 09:49 -0700, Gerardo Valdez Andrade
pisze:

>
> Hi,
>
> i try to install, ofbiz 09.04 but i get this error
>
>
>
> i'been installed : java-ee-sdk-5_01-windows
>
>
>
>
> someone could help me , please??
>
> best regards
>
> Gerardo Valdez Andrade
>

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz9.04

pankaj savita
Hi Gerardo,

Better way is to Install JDK1.6 & set following as Environment Variables:

JAVA_HOME
C:\Program Files\Java\jdk1.6.0_20

CLASSPATH
C:\Program Files\Java\jdk1.6.0_20\lib;C:\Program
Files\Java\jdk1.6.0_20\jre\lib

PATH
C:\Program Files\Java\jdk1.6.0_20\bin

Then bulid using ant run-install command if its build successfully start the
server using java -jar ofbiz.jar.
Hope this could help you.

---
Regards,
Pankaj Savita
Mob: 09890262476
Email: [hidden email]

2010/9/24 Michał Cukierman <[hidden email]>

> You have got wrong path. you should try:
> java -jar ofbiz.jar ...
>
> or smth like:
> "c:\program files\java\sdk\....\bin\java.exe"
>
> The best thing fould be to install jdk 6.0 or add your current sdk to
> the PATH variable.
>
> Dnia 2010-09-23, czw o godzinie 09:49 -0700, Gerardo Valdez Andrade
> pisze:
> >
> > Hi,
> >
> > i try to install, ofbiz 09.04 but i get this error
> >
> >
> >
> > i'been installed : java-ee-sdk-5_01-windows
> >
> >
> >
> >
> > someone could help me , please??
> >
> > best regards
> >
> > Gerardo Valdez Andrade
> >
>
>