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

编程入门 行业动态 更新时间:2024-10-07 10:17:25
本文介绍了如何将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.

  • 下载 Eclipse Portable 并将其安装到任何文件夹.( 64位或 32位)
  • 下载并安装便携式Java运行时环境
    • 对于64位用户:安装 Java可移植(64位)到/../CommonFiles/Java64
    • 对于32位用户:安装 Java Portable(32位)到/../CommonFiles/Java
    • Download and install Eclipse Portable to any folder. (64 bit or 32 bit)
    • 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集成在一起?

    本文发布于:2023-11-23 22:06:10,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1622984.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:如何将   Eclipse   Java   Portable

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!