如何将Eclipse Portable与Java Portable集成在一起? [英] How to integrate Eclipse Portable with Java Portable?

查看:79
本文介绍了如何将Eclipse Portable与Java Portable集成在一起?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近下载了 Eclipse Portable ,可以在任何地方进行 Java编程.我还下载了 Java Portable .

I recently downloaded Eclipse Portable to do some Java Programming anywhere. I also downloaded Java Portable.

如何将Java Portable与Eclipse Portable集成?

我知道在这两个的已安装"版本上,我需要设置 CLASSPATH,PATH JAVA_HOME 变量,以便使用Java编译器(javac.exe)

I know that on the "installed" version of these two, I need to set up the CLASSPATH, PATH and JAVA_HOME variables in order to use the Java Compiler(javac.exe)

如何在拇指驱动器上进行设置?如何告诉Eclipse使用我的可移植Java ?

How can I set this up on a thumb drive? How can I tell Eclipse to use my portable Java?

请帮助我,如有可能,请按具体程序进行详细说明.我计划在 Windows XP/7 计算机上部署这些应用程序.

Please help me, and if possible please be specific and detailed procedure-wise. I am planning to deploy these applications on Windows XP/7 machines.

任何回答我的问题的努力将不胜感激!

Any efforts to answer my question will be greatly appreciated!

推荐答案

以下说明以文件夹/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

这篇关于如何将Eclipse Portable与Java Portable集成在一起?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆