如何从官网下载到旧版本的JProfiler(4.x或3.x版)?

JProfiler是一个很好的Java Profiler工具,我们可以官网上下载到最新版(写此文时最新版是5.2.2),但有时候我们需要用一下旧版的,比如: 4.x 或 3.x,网络上能搜到的旧版也多数是Windows版,找不到*nix版本。这次一个偶然的机会发现了如何从官网下载到旧版本的JProfiler的办法:
3.x版:

http://www.ej-technologies.com/download/jprofiler/version3.html

4.x版:

http://www.ej-technologies.com/download/jprofiler/version4.html

5.1版:

http://www.ej-technologies.com/download/jprofiler/version5.html

最新版:

http://www.ej-technologies.com/download/jprofiler/files.html

 

另外附一个JProfiler有关的网址,也许会用得着:

http://www.chinacracks.com/list/e/e8.html

 

 

==============================

纠正一下:

发现了官网其实也是能直接找到旧版本的。

你可能感兴趣的:(html,windows)