问题标签 [eclipse-juno]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
465 浏览

eclipse - 无法在 Eclipse Juno 中打开窗口

我刚刚从 Eclipse Indigo 更新到 Eclipse Juno。

当我尝试使用Preferences或之类的选项打开几乎所有窗口时Switch workspace,它什么也不做。我发现我唯一可以打开的是Eclipse Marketplace...and Install new software...

编辑:我刚刚发现我可以Preferences通过Install new software...then访问Available Software Sites

0 投票
4 回答
12943 浏览

eclipse - 如何从 Eclipse Juno 部署到 JBoss AS 7?

我正在使用 Eclipse Juno 并想在 JBoss AS 7 中测试我的 Java Web 应用程序。如何配置 Eclipse 以便它启动 JBoss AS 7 并部署战争?远程调试也应该工作。看来我不能使用 JBoss 工具,因为它们只针对以前的 Eclipse 版本(Indigo 和 Helios)发布。

任何指针?

0 投票
3 回答
2804 浏览

google-app-engine - Eclipse Juno 4.2 Google 插件未安装:无法完成安装,因为找不到一个或多个必需项目

这是我收到的错误消息:

我尝试了很多东西,包括从这里手动下载文件,还窥探了 StackOverflow,我尝试将所有插件从手动下载移动到我的 Eclipse 的插件文件夹中。但这对我没有帮助,因为我的观点没有随插件更新,而且我找不到“创建新的 Web 应用程序”选项。我还阅读了一些关于 XML 文件错误的内容,但我找不到它,而且这些内容是针对其他 Eclipse 版本的,所以我不知道它是否适用于我。

我还尝试排除适用于 Android 3.1.0 的 Google App Engine 工具,但它只是说找不到列表中的下一个。

我很乐意提供更多信息。我正在运行 Eclipse Juno 4.2 和 Java 1.7(不过我也安装了 1.6)。我正在使用 Windows 7 电脑。非常感谢你们!我只想编码:[

0 投票
1 回答
1324 浏览

eclipse - 使用css主题在eclipse juno中删除选定选项卡中的边框

在 Ubuntu GTK Eclipse Juno 主题中,选定的选项卡有一个灰色的底部边框。我想删除这个边框。我怎样才能做到这一点?

我不是在问如何创建、编辑或修改 Eclipse 主题。我正在寻找删除边框所需的特定CSS 样式。

这是带有问题边框的所选选项卡的屏幕截图:

在此处输入图像描述

看到Tab3下那个讨厌的灰色边框了吗?是的。我可以使用什么 CSS 来删除该边框?

0 投票
2 回答
9597 浏览

eclipse - 无法在 Eclipse 中安装 SVN 连接器

我正在运行 Eclipe Juno 并尝试安装 SVN,我包含了http://www.eclipse.org/subversive/latest-releases.php提供的所有 svn jar 。
当我尝试安装时,在选择连接器安装屏幕时出现错误。

Problms occured while performing installation: HTTP Server Unknown HTTP Response Code (-1):http://community.polarion.com/projects/subversive/download/eclipse/3.0/juno-site/context.xml

已解决:
问题是我无法更改的互联网阻止例外规则,因此我现在使用的是 subclipse 而不是颠覆。

0 投票
2 回答
667 浏览

android - Android 布局设计器在 Eclipse 4.2 中不可用

首先让我说我已经检查了其他可以被视为“重复”的问题,但没有一个问题为我解决了问题。

当我在 Eclipse 4.2 中打开一个 Android 布局文件时,我无法在布局设计器中打开它,只能在 XML 文本编辑器中打开。

已经解决了几个类似的问题,接受的解决方案是使用 Open With 或重新启动 eclipse。这两种方法我都尝试了好几次,但 Android 布局设计器不在我的“打开方式”对话框中。有一个旧版 Android 布局编辑器,但它也不显示布局设计器。

如果我有足够的声誉,我会发布一张图片。

0 投票
1 回答
1337 浏览

eclipse - Eclipse e4 和 org.eclipse.help.ui

我正在开发一个纯 Eclipse E4Application 并获得支持帮助系统(org.eclipse.help 插件)的任务。但是当我将它添加到 e4 应用程序时,它无法开始说明它必须添加到应用程序 ID。

这是因为 org.eclipse.help.ui 不是原生的 e4 插件。有哪些整合方式?我已经查看了不同的教程和文章,但无法完成这项工作。我发现的唯一方法是https://github.com/fredrikattebrant/Simple-4x-RCP-app 这个例子是 Lars Vogel 提到的,但似乎有点不同,UI 是由 WorkbenchAdvison、WindowAdvisor 等以旧方式定义的在。我确实需要一个带有帮助支持的纯 e4。

0 投票
1 回答
3298 浏览

c++ - mingw-w64-v2.0.6.tar.gz - 定义环境变量路径

我下载了最新版本的 minGW - mingw-w64-v2.0.6.tar.gz 。然后我提取到C:\MinGW. 正如我在一些文章中看到的,现在我必须定义path环境变量。现在 C:\MinGW有 -

在此处输入图像描述

我试图将路径的变量值设置为C:\MinGW,但是当我在 Eclipse Juno 中为某些项目构建路径时,我得到 -

编辑:

我下载了 GCC+binutils 64 位,提取到c:\mingw64,更改路径c:\mingw64\bin并将构建命令更改为mingw32-make. 现在,当我构建项目时出现错误 -

第二次编辑:

最后我通过选择成功运行了一个项目 -

在此处输入图像描述

请注意,它必须取消选中show project type and toolchians only if they are supported on the platform否则不允许选择Executable Project type 。此外,构建命令应保持在“使用默认构建命令”上。

0 投票
4 回答
14838 浏览

eclipse-juno - 如何在 Eclipse Juno 中打开串行终端?

在以前的 Eclipse 版本中,我已经能够打开一个显示串行终端/控制台的视图。

如何在 Eclipse Juno 中执行此操作?

我打开了一个“终端”视图,其中包含以下文字:

To open a terminal, right-click the Terminal subsystem under the target. Then select 'Launch Terminal' from the context menu.

我真的不知道这是在说什么,而且我已经使用 Eclipse 好几年了!

有人可以对此有所了解吗?

编辑: 我发现“目标下的终端子系统”指的是“远程系统”视图。我找不到串行终端的任何选项。

0 投票
0 回答
1127 浏览

c++ - Eclipse include paths with virtual directories

I have a C++ project in Eclipse Juno and I'm using the Boost Unit Test Framework. I am new to formal Unit Testing, so I am still working on my workflow.

My workspace contains two projects:

(1) my C++ Project

(2) unit test project to test the classes in (1)

As I write each unit test I import the necessary directories and files from (1) into (2) as virtual directories.

This works OK for the source files, but it doesn't seem to work for the header files.

e.g. compiling unit_test.cpp with

#include "foo/bar.h"

returns

../unit_tests.cpp:8:30: error: foo/bar.h: No such file or directory

even though there is a virtual directory foo with bar.h in it.

If I use the Eclipse "Open Declaration" command (F3) on: #include "foo/bar.h" it will open the file, but the compiler can't find the file because it doesn't actually exist in the folder (I guess).

I noticed that the compiler compiles the "real" source files with a non-virtual directory path, but obviously this isn't done automatically for the header files.

I solved my problem by adding a Workspace referenced include path to the compiler. e.g. ${workspace_loc:/my C++ Project} and this solved the problem, but what was the point of having virtual files when I have to create a reference to a real file anyway?

My questions are:

(*) Is this a good work flow?

(*) How can my workflow be improved?

(*) How do other people use Eclipse/IDEs to manage unit tests?