Install ofbiz windows 10

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

Install ofbiz windows 10

Mitch Honeysett
Hi!

Installed ofbiz

run

gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin
-PuserLoginId=admin

but get this

ERROR: JAVA_HOME is not set and no 'java' command could be found in your
PATH.

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.

set variable

Java_Home

C:\Program Files\Java\jre-10.0.2\bin\

in the Java config desktop path is C:\Program
Files\Java\jre-10.0.2\bin\javaw.exe

Please help

Mitch

Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

Deepak Dixit-5
Hi Mitch Honeysett,

Your email has been moderated, Please subscribe to mailing list,
http://ofbiz.apache.org/mailing-lists.html

On Tue, Jul 31, 2018 at 8:16 AM, Mitch Honeysett <[hidden email]
> wrote:

> Hi!
>
> Installed ofbiz
>
> run
>
> gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin
> -PuserLoginId=admin
>
> but get this
>
> ERROR: JAVA_HOME is not set and no 'java' command could be found in your
> PATH.
>
> Please set the JAVA_HOME variable in your environment to match the
> location of your Java installation.
>
> set variable
>
> Java_Home
>
> C:\Program Files\Java\jre-10.0.2\bin\
>
> in the Java config desktop path is C:\Program
> Files\Java\jre-10.0.2\bin\javaw.exe
>
> Please help
>
> Mitch
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

Sandeep Kose
Hi Mitch,

Please follow this link
<https://www.mkyong.com/java/how-to-set-java_home-on-windows-10/> to set
$JAVA_HOME in windows 10, I hope it will resolve your problem.

Thanks & Regards,
--
Sandeep Kose
www.hotwaxsystems.com

On Tue, Jul 31, 2018 at 11:29 AM, Deepak Dixit <[hidden email]> wrote:

> Hi Mitch Honeysett,
>
> Your email has been moderated, Please subscribe to mailing list,
> http://ofbiz.apache.org/mailing-lists.html
>
> On Tue, Jul 31, 2018 at 8:16 AM, Mitch Honeysett <
> [hidden email]
> > wrote:
>
> > Hi!
> >
> > Installed ofbiz
> >
> > run
> >
> > gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin
> > -PuserLoginId=admin
> >
> > but get this
> >
> > ERROR: JAVA_HOME is not set and no 'java' command could be found in your
> > PATH.
> >
> > Please set the JAVA_HOME variable in your environment to match the
> > location of your Java installation.
> >
> > set variable
> >
> > Java_Home
> >
> > C:\Program Files\Java\jre-10.0.2\bin\
> >
> > in the Java config desktop path is C:\Program
> > Files\Java\jre-10.0.2\bin\javaw.exe
> >
> > Please help
> >
> > Mitch
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

Jason RJ
In reply to this post by Mitch Honeysett
On 31/07/2018 03:46, Mitch Honeysett wrote:

> Hi!
>
> Installed ofbiz
>
> run
>
> gradlew "ofbiz --load-data readers=seed,seed-initial"
> loadAdminUserLogin -PuserLoginId=admin
>
> but get this
>
> ERROR: JAVA_HOME is not set and no 'java' command could be found in
> your PATH.
>
> Please set the JAVA_HOME variable in your environment to match the
> location of your Java installation.
>
> set variable
>
> Java_Home
>
> C:\Program Files\Java\jre-10.0.2\bin\
>
> in the Java config desktop path is C:\Program
> Files\Java\jre-10.0.2\bin\javaw.exe
>
> Please help
>
> Mitch
>
Hi Mitch,

JAVA_HOME should put to a JDK not the JRE, but also I sometimes find
using the 8.3 notation is more successful:

SET JAVA_HOME=C:\PROGRA~1\Java\JDK18~1.0_1

You can check the correct 8.3 file names for your setup with DIR /X

Jason
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

William Cunningham
Please remove me from your group

Sent from my iPhone

> On Jul 31, 2018, at 4:14 AM, Jason RJ <[hidden email]> wrote:
>
>> On 31/07/2018 03:46, Mitch Honeysett wrote:
>> Hi!
>>
>> Installed ofbiz
>>
>> run
>>
>> gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin
>>
>> but get this
>>
>> ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
>>
>> Please set the JAVA_HOME variable in your environment to match the
>> location of your Java installation.
>>
>> set variable
>>
>> Java_Home
>>
>> C:\Program Files\Java\jre-10.0.2\bin\
>>
>> in the Java config desktop path is C:\Program Files\Java\jre-10.0.2\bin\javaw.exe
>>
>> Please help
>>
>> Mitch
>>
> Hi Mitch,
>
> JAVA_HOME should put to a JDK not the JRE, but also I sometimes find using the 8.3 notation is more successful:
>
> SET JAVA_HOME=C:\PROGRA~1\Java\JDK18~1.0_1
>
> You can check the correct 8.3 file names for your setup with DIR /X
>
> Jason
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

William Cunningham
In reply to this post by Sandeep Kose
Please remove me from your group

Sent from my iPhone

> On Jul 31, 2018, at 2:05 AM, Sandeep Kose <[hidden email]> wrote:
>
> Hi Mitch,
>
> Please follow this link
> <https://www.mkyong.com/java/how-to-set-java_home-on-windows-10/> to set
> $JAVA_HOME in windows 10, I hope it will resolve your problem.
>
> Thanks & Regards,
> --
> Sandeep Kose
> www.hotwaxsystems.com
>
>> On Tue, Jul 31, 2018 at 11:29 AM, Deepak Dixit <[hidden email]> wrote:
>>
>> Hi Mitch Honeysett,
>>
>> Your email has been moderated, Please subscribe to mailing list,
>> http://ofbiz.apache.org/mailing-lists.html
>>
>> On Tue, Jul 31, 2018 at 8:16 AM, Mitch Honeysett <
>> [hidden email]
>>> wrote:
>>
>>> Hi!
>>>
>>> Installed ofbiz
>>>
>>> run
>>>
>>> gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin
>>> -PuserLoginId=admin
>>>
>>> but get this
>>>
>>> ERROR: JAVA_HOME is not set and no 'java' command could be found in your
>>> PATH.
>>>
>>> Please set the JAVA_HOME variable in your environment to match the
>>> location of your Java installation.
>>>
>>> set variable
>>>
>>> Java_Home
>>>
>>> C:\Program Files\Java\jre-10.0.2\bin\
>>>
>>> in the Java config desktop path is C:\Program
>>> Files\Java\jre-10.0.2\bin\javaw.exe
>>>
>>> Please help
>>>
>>> Mitch
>>>
>>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

William Cunningham
In reply to this post by Deepak Dixit-5
Please remove me from your group

Sent from my iPhone

> On Jul 31, 2018, at 1:59 AM, Deepak Dixit <[hidden email]> wrote:
>
> Hi Mitch Honeysett,
>
> Your email has been moderated, Please subscribe to mailing list,
> http://ofbiz.apache.org/mailing-lists.html
>
> On Tue, Jul 31, 2018 at 8:16 AM, Mitch Honeysett <[hidden email]
>> wrote:
>
>> Hi!
>>
>> Installed ofbiz
>>
>> run
>>
>> gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin
>> -PuserLoginId=admin
>>
>> but get this
>>
>> ERROR: JAVA_HOME is not set and no 'java' command could be found in your
>> PATH.
>>
>> Please set the JAVA_HOME variable in your environment to match the
>> location of your Java installation.
>>
>> set variable
>>
>> Java_Home
>>
>> C:\Program Files\Java\jre-10.0.2\bin\
>>
>> in the Java config desktop path is C:\Program
>> Files\Java\jre-10.0.2\bin\javaw.exe
>>
>> Please help
>>
>> Mitch
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

William Cunningham
In reply to this post by Mitch Honeysett
Please remove me from your group

Sent from my iPhone

> On Jul 31, 2018, at 1:56 AM, Mitch Honeysett <[hidden email]> wrote:
>
> Hi!
>
> Installed ofbiz
>
> run
>
> gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin -PuserLoginId=admin
>
> but get this
>
> ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
>
> Please set the JAVA_HOME variable in your environment to match the
> location of your Java installation.
>
> set variable
>
> Java_Home
>
> C:\Program Files\Java\jre-10.0.2\bin\
>
> in the Java config desktop path is C:\Program Files\Java\jre-10.0.2\bin\javaw.exe
>
> Please help
>
> Mitch
>
Reply | Threaded
Open this post in threaded view
|

Re: Install ofbiz windows 10

Deepak Dixit-4
Please help yourself
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit


On Tue, Jul 31, 2018 at 4:11 PM, William Cunningham <
[hidden email]> wrote:

> Please remove me from your group
>
> Sent from my iPhone
>
> > On Jul 31, 2018, at 1:56 AM, Mitch Honeysett <[hidden email]>
> wrote:
> >
> > Hi!
> >
> > Installed ofbiz
> >
> > run
> >
> > gradlew "ofbiz --load-data readers=seed,seed-initial" loadAdminUserLogin
> -PuserLoginId=admin
> >
> > but get this
> >
> > ERROR: JAVA_HOME is not set and no 'java' command could be found in your
> PATH.
> >
> > Please set the JAVA_HOME variable in your environment to match the
> > location of your Java installation.
> >
> > set variable
> >
> > Java_Home
> >
> > C:\Program Files\Java\jre-10.0.2\bin\
> >
> > in the Java config desktop path is C:\Program Files\Java\jre-10.0.2\bin\
> javaw.exe
> >
> > Please help
> >
> > Mitch
> >
>