解决NWDS启动问题"problem during startup"

直奔主题,安装好打开SAP NetWeaver Develop studio 7.0就出现了这个问题:

原因是NWDS只能识别jdl1.4.2,所以解决的办法就是再安装一个JDK1.4.2(原来的jdk版本删不删随你),重新配置好环境变量。记得配置好之后再cmd测试一下:java -version

然后删掉快捷方式,重新再sap nwds安装目录下打开SapIde.exe即可。

顺便说一句,NWDS7.1以上支持JDK1.5,至于 多少支持jdk1.6我就没关注了,反正7.3能支持jdk1.6

时间: 2024-09-27 04:25:11

解决NWDS启动问题"problem during startup"的相关文章

解决tomcat启动 startup.bat的时候一闪而过(就是java环境变量的配置)

系统变量配置:(解决tomcat启动 startup.bat的时候一闪而过) JAVA_HOME C:\Program Files (x86)\Java\jdk1.7.0_25 ================================== CLASSPATH .;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar ================================== Path 加入: C:\Program Files (x86)\Java\

myeclipse能启动tomcat但是用startup.bat无法启动

myeclipse能启动tomcat但是用startup.bat无法启动 这个问题困扰了我一天,把一天的周末时间白白花费了.各种百度,各种尝试都没办法解决.在江湖上闯,难道就只有百度一招吗? 不是,我们要学会的还是见招拆招! 这里说一下原理!!! stratup.bat 向谁发出请求? 是   CATALINA_HOME 里的catalina.bat catalina.bat 再跑去找 java_home 到了java_home这里,jre_home自然就找到了 但是,我运行 catalina.

解决JVM启动报错:Unrecognized VM option '+HeapDumpOnOutOfMemeryError'

今天再搞一些OutOfMemery的相关知识探索,我想在JVM遇到OOM错误的时候,能够打印出heap dump,以便事后用Eclipse Memory Analyzer Tool(MAT)等内存分析工具分析内存的占用情况.我使用了JDK1.6.0_37和JDK1.7.0_60版本进行试验,到网上找了下,知道-XX:+HeapDumpOnOutOfMemoryError可以让JVM在探测到内存OOM的时候打印dump.但是在JVM启动参数添加这个参数的时候,JVM启动失败: Unrecogniz

Android: 亲测解决模拟器启动慢的问题

1.首先在对应的sdk manager里面下载一个4.03以上的api. 这里我选择的是4.2.2 (api17) 2.选择里面的" Intel Hardware Accelerated Execution Manager" "Intel x86 Atom System Image" 来下载. 当然其他必备的也要下载. 看我勾选的项: 3. 下载完后. 对应的目录找到这个文件,安装.一直默认即可.然后重启电脑. 4. 创建模拟器 剩下的就是享受了.试试看 转自:ht

解决myeclipse启动慢的问题

去掉拼写检查:windows->preferences->General->Editors->Text Editors->Spelling 将"Enable spell checking"前的勾取消掉,就不进行拼写检查了. 去掉验证:windows->preferences->MyEclipse Enterprise Workbench->Validation 保留Manual,将Build列的勾全部取消. 去掉启动时不用的插件启动:wi

如何解决apache启动时错误:Could not reliably determine the server's fully qualified domain name

启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [[email protected] httpd-2.2.4]# /usr/local/apache/bin/apachectl start httpd: Could not reliably determine the server's fully qualified domain name, using 127.0

解决apache启动错误httpd: Could not reliably determine the server's fully qualified domain name

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this messagehttpd (pid 1068) already running 编辑httpd.conf文件,搜索"#ServerName",添

C# 解决SharpSvn启动窗口报错 Unable to connect to a repository at URL 'svn://....'

在远程机打开sharpsvn客户端测试,结果报错 Svn启动窗口报错 Unable to connect to a repository at URL 'svn://...' 咋整,我在win10我的开发环境上没报错啊, 一时间各种的想象, 昨天先是svn客户端不能再win7上运行,后来编译平台换成X86模式,sharpsvn.dll 换成x86,问题解决 .注意:必须删除原先生成的bin文件,当时我只删除了exe文件,结果还是报错,debug 模式和 Release 都要换到x86 . 接着点

解决apache启动错误:Could not reliably determine the server's fully qualified domain name

启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [[email protected] httpd-2.2.4]# /usr/local/apache2/bin/apachectl start httpd: Could not reliably determine the server's fully qualified domain name, using ::1