I already have the jdk (with java 8), But still I'm getting that error message! :-(
On Mon, Jul 3, 2017 at 11:42 PM, Felix Schumacher < [email protected]> wrote: > Am 03.07.2017 um 20:02 schrieb Lakshika Damithri Deshapriya: > >> I executed *"ant install" *command. Then it showed a error message as >> follows,There may be a error with the jre: >> >> >> >> *Unable to locate tools.jar. Expected to find it in C:\Program >> Files\Java\jre1.8.0_91\lib\tools.jar* >> Thank You! >> > JRE (Java Runtime Environment) != JDK (Java Development Kit) > > You need a jdk (with java 8) to compile the source code. The jdk includes > the jre, but not the other way round. > > I think we should mention it on the building.html to make it clear. > > > Felix > >> >> On Mon, Jul 3, 2017 at 11:23 PM, Felix Schumacher < >> [email protected]> wrote: >> >> >>> Am 3. Juli 2017 19:35:50 MESZ schrieb Lakshika Damithri Deshapriya < >>> [email protected]>: >>> >>>> OS-windows >>>> jdk-1.8.0 >>>> >>>> Commands: >>>> ant download_jars >>>> ant setup-eclipse-project >>>> ant [install] >>>> >>> The brackets are trying to tell you, that the word install is optional. >>> But, if you type install you have to drop the brackets. >>> >>> So type >>> >>> ant install >>> >>> Felix >>> >>> Above 3 commands were executed inside the JMeter folder (where >>>> build.xml is existing). And then the below error message was >>>> displayed. >>>> >>>> >>>> *BUILD FAILED* >>>> >>>> *Target "[install]" does not exist in the project "JMeter"* >>>> >>>> Thank You! >>>> :-) >>>> >>>> >>>> On Mon, Jul 3, 2017 at 10:55 PM, Felix Schumacher < >>>> [email protected]> wrote: >>>> >>>> >>>>> Am 3. Juli 2017 19:16:56 MESZ schrieb Lakshika Damithri Deshapriya < >>>>> [email protected]>: >>>>> >>>>>> This is the screenshot of the error message. Thank you for your >>>>>> >>>>> quick >>>> >>>>> response! :-) >>>>>> >>>>> Images get filtered out by the mailing list and are hard to read. >>>>> >>>>> So try to paste the text message in you're mail. >>>>> >>>>> Also, try to explain the steps you have taken, like the OS you are >>>>> >>>> using, >>>> >>>>> the jdk and which commands you typed before ant install. >>>>> >>>>> Felix >>>>> >>>>> On Mon, Jul 3, 2017 at 10:37 PM, Felix Schumacher < >>>>>> [email protected]> wrote: >>>>>> >>>>>> >>>>>>> Am 3. Juli 2017 18:54:34 MESZ schrieb Lakshika Damithri Deshapriya >>>>>>> >>>>>> < >>>> >>>>> [email protected]>: >>>>>>> >>>>>>>> Hello, >>>>>>>> I tried several times to build the source code according to the >>>>>>>> instructions indicated on the JMeter building instructions page ( >>>>>>>> http://jmeter.apache.org/building.html). But "Build Failed" when >>>>>>>> >>>>>>> I >>>> >>>>> executed >>>>>>>> "ant [install]". Could you please provide some more detailed set >>>>>>>> >>>>>>> of >>>> >>>>> instructions for building? >>>>>>>> >>>>>>> It probably gives more error messages than a simple "build >>>>>>> >>>>>> failed". >>>> >>>>> Could >>>>>> >>>>>>> you post those, too? >>>>>>> >>>>>>> Felix >>>>>>> >>>>>>> Thank You! >>>>>>>> >>>>>>> > >
