- Performance Testing with JMeter 3(Third Edition)
- Bayo Erinle
- 127字
- 2021-07-02 19:07:09
Installing Java JDK
Follow these steps to install Java JDK:
- Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html.
- Download Java JDK (not JRE) compatible with the system that you will use to test. At the time of writing, JDK 1.8 (update 131) was the latest, and that's what we use throughout this book.
- Double-click on the executable and follow the onscreen instructions.
On Windows systems, the default location for the JDK is under Program Files. While there is nothing wrong with this, the issue is that the folder name contains a space, which can sometimes be problematic when attempting to set PATH and run programs, such as JMeter, depending on the JDK from the command line. With this in mind, it is advisable to change the default location to something like C:\tools\jdk.
推薦閱讀
- Beginning Java Data Structures and Algorithms
- Android Jetpack開發:原理解析與應用實戰
- 密碼學原理與Java實現
- 兩周自制腳本語言
- SQL for Data Analytics
- C語言程序設計實踐教程
- Java Web開發技術教程
- 用Flutter極速構建原生應用
- Building a Quadcopter with Arduino
- Java程序設計
- Spring+Spring MVC+MyBatis整合開發實戰
- ASP.NET程序開發范例寶典
- Go語言編程
- Android Game Programming by Example
- AMP:Building Accelerated Mobile Pages