百度了一下,按照网上说法,将配置文件修改如下
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
将其修改为如下内容,即可启动Eclipse
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx256m
=================================华丽的分割线=========================================
接着在运行,Eclipse提示:The Eclipse executable launcher was unable to locate its companion shared libray.
继续百度~,没有找到一个很好的方法。
观察了一下配置文件,发现所以然,我又将
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx256m
修改了一下改为:
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
嗯,现在正常啦,看来还是配置文件的问题。
相关推荐
在Java工程中脱离Eclipse运行的主要优点是可以在不安装Eclipse的情况下运行Java程序,提高了程序的可移植性和灵活性。 在实现Java工程脱离Eclipse运行的过程中,需要注意以下几点: 1. 选择正确的JAR文件类型,...
### 达尔维克虚拟机 (Dalvik Virtual Machine) #### 引言 随着移动设备的兴起,各种操作系统和开发环境应运而生。在众多移动操作系统中,Android 系统以其开源性和高度定制化能力脱颖而出。为了支持 Android 应用...
JamVM is a new Java Virtual Machine which conforms to the JVM specification version 2 (blue book). In comparison to most other VMs (free and commercial) it is extremely small, with a stripped ...
在软件开发和部署过程中,遇到“应用程序配置不正确”是一种常见的问题。这类问题通常发生在应用程序试图执行其依赖的组件、动态链接库(DLLs)或者某些必要的运行时库找不到,或者版本不兼容时。本文针对“应用程序...
在Java开发环境中,Eclipse是一个广泛使用的集成开发环境(IDE),用于编写和管理Java应用程序。然而,为了在没有Java环境的计算机上运行程序,我们需要将其转换为可执行的二进制文件,例如Windows平台下的.exe文件...
当出现提示说: Call requires API level 9 (current min is 8): android.os.StrictMode#setThrea 也就是说版本低
在windows环境下的eclipse或者idea中编写spark应用时,有时为了验证程序功能需要以本地模式运行...java.io.Exception: Could not locate executable null\bin\winutils.exe in the Hadoop binarie 本文件可以解决此异常
- **.comment**: Contains the name and version of the compiler used to create the file. - **.debug**: Contains debugging information. #### String Table The string table section is a null-terminated ...
By the end of this book you will have gained a sound understanding of the Java language and be able to write your own Java programs and compile them into executable files that can be run on any Java-...
选择`Executable project`,然后指定交叉编译前缀和交叉编译路径。 3. 调用静态库 在新建的项目上右键`Properties`->`C/C++ Build`->`Settings`->`Miscellaneous`->`Other Objects`:在文件系统中找到*.a文件并...
2. Start the RLM executable to float the solidangle.lic If you already have a RLM server up and running just copy the .lic and .set file to your RLM directory and reread/restart your server. Note: ...
本主题将深入探讨如何利用集成开发环境(IDE)Eclipse 和构建自动化工具 Ant 来进行 Python 项目的开发。Eclipse 是一个广泛使用的开源 IDE,最初是为 Java 开发设计的,但通过插件扩展,它也支持多种其他语言,包括...
在开始使用Eclipse之前,需要确保安装了Java运行环境(JRE)或Java开发工具包(JDK),因为Eclipse是基于Java开发的。安装完成后,可以到Eclipse官网下载适用于Linux系统的压缩包,例如eclipse-cpp-juno-linux-gtk....
为了使Eclipse正常运行,需要确保计算机上已安装Java Development Kit (JDK),并且正确配置了JAVA_HOME环境变量。 - **安装MinGW** MinGW是一个用于Windows平台的开源编译器集合,它是进行C/C++开发的重要工具之...
Design and create video games using Java, with the LibGDX software library. By reading Beginning Java Game Development with LibGDX, you will learn how to design video game programs and how to build ...
The JDK includes the Java compiler (`javac`) for translating source code into bytecode, the Java Virtual Machine (JVM) for running compiled programs, and various tools for debugging, packaging, and ...
- 构建工程时,Eclipse会编译源码,生成Dalvik Executable (DEX) 文件,并将其打包成APK。 - 通过签名和zipalign优化,APK准备就绪后可安装到Android设备。 7. **测试与性能优化**: - 单元测试:使用JUnit进行...
For a process to access 3 GB of address space, the executable image must have been linked with the /LARGEADDRESSAWARE flag or modified using Imagecfg.exe. It should be pointed out that SQL Server was ...