且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将Eclipse Portable与Java Portable集成在一起?

更新时间:2023-02-07 23:25:13

以下说明以文件夹/apps 为例,但是任何文件夹都可以使用.

The following instructions use the folder /apps as an example, but any folder should work.

  1. 下载 Eclipse Portable 并将其安装到任何文件夹.( 64位便携式Java运行时环境
  1. Download and install Eclipse Portable to any folder. (64 bit or 32 bit)
  2. Download and install the Portable Java Runtime Environment
    • For 64 bit users: Install Java Portable (64 bit) to /../CommonFiles/Java64
    • For 32 bit users: Install Java Portable (32 bit) to /../CommonFiles/Java

32位

 -vm
 E:/Apps/CommonFiles/Java/bin/javaw.exe

对于64位

 -vm
 E:/Apps/CommonFiles/Java64/bin/javaw.exe