每次我尝试在调试模式下启动时,Glassfish 4.0 final都会给出超时.服务器上的正常运行(来自Eclipse)在没有超时的情况下工作.
我尝试从Eclipse Juno和Eclipse Kepler运行Glassfish 4.0,两者都有正确的调试端口配置(9009),两者都无法在调试中启动Glassfish.
这是一个已知的问题吗?我该如何解决?
我在这里从官方网站下载了Eclipse Kepler 4.3 .
并成功安装了PDT插件(Eclipse -> Help -> Install new software).
问题 :
我需要安装JSDT jQuery插件.
我试过了 :
Help -> Eclipse MarketPlace -> JSDT jQuery (Install)
Run Code Online (Sandbox Code Playgroud)
但让我跟随错误:
在https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite上找不到存储库
提前致谢.
我开始在Eclipse IDE中编写一个Android应用程序.
但是当我运行应用程序(ctrl + f11)时,Android设备选择器在线状态下显示模拟器-5554,即使我还没有启动任何模拟器.

我的问题是:这个模拟器来自哪里?出于什么原因?
我的模拟器启动时我的android设备选择器:

有没有人遇到这个问题并向我解释?谢谢.
有没有人知道如何关闭html页面的实时预览?
在开普勒版本的eclipse中,
当我打开一个html页面或一个jsp页面时,
它会在我的代码中显示实时预览.
这会降低我的系统性能,Eclipse会启动Not Responding.
经过几个小时的工作,eclipse不断显示一些随机错误,
有没有办法阻止eclipse-kepler显示html页面的实时预览?
当我单击Project-> Team-> Show History ...时并未列出所有修订.

正如您所看到的,不存在超过691的修订版.为什么会这样?
我在本地集成在eclipse kepler中的自由配置文件上部署EAR项目时遇到了麻烦.它返回以下错误:
Application 'App-Name' requires feature wasJmsClient,
which is not supported by WebSphere Application Server V8.5 liberty profile.
Reason:
Application 'App-Name' requires feature wasJmsClient,
which is not supported by WebSphere Application Server V8.5 liberty profile.
Run Code Online (Sandbox Code Playgroud)
我已经阅读了IBM文档,该文档表明您需要在server.xml中为此功能添加suppport.我做到了这一点,没有任何恶意.
我的server.xml看起来像这样:
Application 'App-Name' requires feature wasJmsClient,
which is not supported by WebSphere Application Server V8.5 liberty profile.
Reason:
Application 'App-Name' requires feature wasJmsClient,
which is not supported by WebSphere Application Server V8.5 liberty profile.
Run Code Online (Sandbox Code Playgroud)
关于我哪里出错的任何建议?谢谢
我正在使用ECLIPSE KEPLER进行java编程.当我按(Ctrl+ Z)它工作正常并轻松撤消历史记录但问题是当我按(Ctrl+ Y)时,这不能重新撤消历史记录.在KEPLER之前我使用INDIGO它接受上面的标签,但是我如何在KEPLER中达到它.
春天的开始
背景:到目前为止,我一直在研究核心 JAVA,现在我需要切换到 MVC
尝试从本教程制作我的第一个 Spring MVC Hello World 示例 ,我遇到以下错误: pom.xml
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:
2.3.2:compile (execution: default-compile, phase: compile)
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:
2.5:testResources (execution: default-testResources, phase: process-test-resources)
- <packaging>war</packaging>
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-resources-plugin:
2.5:resources (execution: default-resources, phase: process-resources)
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:
2.3.2:testCompile (execution: default-testCompile, phase: test-compile)
Run Code Online (Sandbox Code Playgroud)
在 …
我是第一次开发移动应用程序
环境:Eclipse Kepler,Java 1.7后端:
我按照以下步骤操作:
1)安装Android SDK并运行Android SDK Manager,并安装所需的文件
2)安装的ADT Eclipse ADT插件:https://dl-ssl.google.com/android/eclipse
在一些标准文档的这个阶段,它说你必须现在创建一个AVD,AVD图标被假设出现在我的工具栏中,但我无法在任何地方找到它.
现在,我正在尝试开发我的第一个应用程序,如本网站所示:http://developer.android.com/training/basics/firstapp/index.html
我正在添加我的代码片段,如下所示:
main.xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
</LinearLayout>
Run Code Online (Sandbox Code Playgroud)
strings.xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">My First App</string>
<string name="edit_message">Enter a message</string>
<string name="button_send">Send</string>
<string name="action_settings">Settings</string>
<string name="title_activity_main">MainActivity</string>
<string name="uploading">Uploading…</string>
<string name="hello_world">Hello world!</string>
<string name="title_activity_display_message">DisplayMessageActivity</string>
</resources>
Run Code Online (Sandbox Code Playgroud)
AndroidManifest.xml:
<!-- <?xml version="1.0" encoding="utf-8" standalone="no"?> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.amazon.demo"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion ="20" />
<uses-permission android:name="android.permission.INTERNET" /> …Run Code Online (Sandbox Code Playgroud) 我想为扩展另一个的类生成toString()方法.但是在生成toString()对话框中,没有继承字段的复选框(见下图)

这有什么问题?
eclipse-kepler ×10
eclipse ×6
android ×2
java ×2
ear ×1
glassfish-4 ×1
html ×1
jms ×1
jsp ×1
maven ×1
pom.xml ×1
spring ×1
spring-mvc ×1
subversive ×1
svn ×1
tostring ×1
xml ×1