- Performance Testing with JMeter 3(Third Edition)
- Bayo Erinle
- 60字
- 2021-07-02 19:07:09
On Unix
For illustrative purposes, assume that you have installed Java JDK at /opt/tools/jdk:
- Open up a Terminal window.
- Export JAVA_HOME=/opt/tools/jdk.
- Export PATH=$PATH:$JAVA_HOME.
It is advisable to set this in your shell profile settings, such as .bash_profile
(for bash users) or .zshrc (for zsh users), so that you won't have to set it for each
new Terminal window you open.
推薦閱讀
- JavaScript:Functional Programming for JavaScript Developers
- Java面向對象思想與程序設計
- Java Web應用開發技術與案例教程(第2版)
- Tableau 10 Bootcamp
- SQL Server實用教程(SQL Server 2008版)
- ServiceNow:Building Powerful Workflows
- C# and .NET Core Test Driven Development
- 零代碼實戰:企業級應用搭建與案例詳解
- 青少年學Python(第2冊)
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- CryENGINE Game Programming with C++,C#,and Lua
- Docker on Windows
- R語言:邁向大數據之路
- Mastering Unity 2017 Game Development with C#(Second Edition)
- Python程序設計現代方法