Eclipse Mars blurs
location: linuxexchange.com - date: July 12, 2015
After working with Eclipse Luna for a few years I decided to migrate to Mars. I noticed that when I move to the right with the h-scroll it becomes blurred.
I am working with Ubuntu 14.04 in a laptop Compaq 6710b.
Can someone help me with this problem?
Logcat show invisible messages in Eclipse Mars
location: linuxexchange.com - date: August 27, 2015
My PC running on Debian Jessie & Logcat's messages are all invisible on eclipse Mars. I tried a solution here, but no help. What to do now?
---------- UPDATE ----------
I tried the followings:
Change logcat/ddms's metadata settings in com.android.ide.eclipse.ddms.prefs file.
Don't use GTK3 by export SWT_GTK3=0
But both failed to fix the situation.
How do I detach View windows in Eclipse Mars on openSuSE?
location: linuxexchange.com - date: August 20, 2015
First, the basic operation is described in the Eclipse Help here!
Unfortunately, it does not work as described there!
Does anybody get it to work?
Please keep in mind that it may behave differently on different platforms; I am running Eclipse Mars on openSuSE 13.1/KDE 4.11.5, and this may be of course the reason why it will not work at all ... :-(
It worked fine for all previous versions of Eclipse I installed on that machine before.
Eclipse Mars hover over methods is black after update
location: linuxexchange.com - date: June 26, 2015
I updated to Eclipse Mars. Now if I hover over methods I have black text on black background. Before updating from Luna I had yellow background, black text. How can I configure this hover over for methods? I am on Ubuntu 14.04.2 LTS.
Eclipse Mars not showing Jboss Server
location: linuxexchange.com - date: July 7, 2015
Here is the things I tried
In Eclipse Mars go to Help-> Install New Software
Click on add button and paste the URL of the update site which is in our case: Eclipse Mars tools for Jboss
Now select the JBossAS Tools plugin and Click "Next"
EDIT :-
Even after doing above points i am not able to see the Jboss server in eclipse mars so i tried below
Go to eclipse market place - > search for Jboss -> Then from List Red Hat Jboss Developer Studio(Mars) 9.0->Confirm
Even now i am not able to see Jboss server in the eclipse add server list so not able to run my application in Jboss server .
Can any one tell me what can be the issue why Jboss server not listed in the server List?
EDIT 1 :-
Boost Process fails to launch the firefox browser (ubuntu 14.04, eclipse mars CDT)
location: linuxexchange.com - date: January 1, 1970
This snippet of code fails to launch the firefox browser. Note I am trying to invoke the Boost.Process on a boost thread.
#include <iostream>
#include <boost/thread.hpp>
#include <boost/process.hpp>
const std::string BROWSER_EXE = "firefox";
void LaunchStream(std::string url)
{
std::vector<std::string> args;
args.push_back(url);
boost::process::context ctx;
ctx.stderr_behavior = boost::process::redirect_stream_to_stdout();
ctx.stdout_behavior = boost::process::silence_stream();
std::string exe = boost::process::find_executable_in_path(BROWSER_EXE);
boost::process::child proc = boost::process::launch(exe, args, ctx); <---DOES NOT LAUNCH FIREFOX
proc.wait();
}
int main(int argc, char **argv)
{
std::string url = <some url to open>;
boost::thread streamThread(LaunchStream, url);
<wait a long time>
}
What I do observe is a zombie firefox process from: ps -ef | grep "firefox"
What am I doing wrong?
How can I upgrade Eclipse Luna to Mars from Eclipse?
location: linuxexchange.com - date: June 24, 2015
I tried upgrading from Luna to Mars by following the instructions here: https://wiki.eclipse.org/FAQ_How_do_I_upgrade_Eclipse%3F
I added the Mars repository http://download.eclipse.org/releases/mars as an update site and then did check for updates. But I get the exception
An error occurred while collecting items to be installed
session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.epp.package.java,4.5.0.20150603-1639
No repository found containing: binary,epp.package.java.executable.gtk.linux.x86_64,4.5.0.20150603-1639
No repository found containing: org.eclipse.update.feature,org.eclipse.epp.package.common.feature,4.5.0.20150603-1639
No repository found containing: org.eclipse.update.feature,org.eclipse.epp.package.java.feature,4.5.0.20150603-1639
How can I fix this?
Eclipse CDT Mars “Dark Theme” is not completely dark
location: linuxexchange.com - date: January 1, 1970
I've just downloaded Eclipse CDT Mars.1 Release (4.5.1), which ships with its own "Dark Theme". I've activated the theme but my IDE does not become completely dark.
This was also the case with the scroll-bars but I managed to override the color with the following environmental variable:
LIBOVERLAY_SCROLLBAR=1
I've searched for some information in the internet and found some suggestions involving the setting of the following environmental variables:
SWT_GTK3=0
UBUNTU_MENUPROXY=0
I've also found some suggestions about the installation of gtk2/3 engines via:
apt-get install gtk2-engines-* gtk3-engines*
Unfortunately none of this worked in my case.
Eclipse Menus Not Appearing in Ubuntu 10.10 Netbook Edition
location: ubuntuforums.com - date: October 16, 2010
Hi there--I just installed Ubuntu 10.10 netbook edition on an Asus 1000HE netbook, and overall it's really nice.
I'm a developer so I downloaded the latest Eclipse (meaning downloaded from eclipse.org; didn't install via apt-get) and fired it up. It launches fine, but the entire top menu bar (File, Edit, Source, Refactor, etc.) doesn't show up. All that appears is a "File" menu and the only option there is "Close." I tried resizing the window to see if maybe they were just hidden but that didn't help.
Picture's worth 1000 words of course:
http://dl.dropbox.com/u/151780/eclipse_menu_issue.png
Any ideas? This netbook isn't what I develop on every day by any means, but it's really handy when I travel so it's kind of important that Eclipse works.
Thanks for an excellent release!
best distribution for me for C/C++ 3D OpenGL GLSL [eclipse IDE/CDT]
location: linuxquestions.com - date: August 4, 2008
I know everyone hates the question "what is the best distribution", because the question leaves out "best in what ways" and "what bugs and delights the questioner most". So I'll try to ask the question better, and request answers only from people who have tried several distributions.
Here are elements I need (probably some of these are solid in every Linux):
+++ the linux distribution that supports my needs with the least troubles
+++ nvidia driver support (for 7800 and 9800 (and soon 280))
+++ C/C++ development tools with IDE
+++ OpenGL 2.0 or higher
+++ GLSL shader support
+++ GLEE or equivalent
Here are elements I want to have:
+++ the latest release of eclipse IDE (3.4+) and CDT (5.0+) install and work reliably
+++ informative graphics information utilities (like glinfo, glxinfo, GUI equivalents)
+++ latest GLEE installs and works easily (i just include the files into my project)
+++ most helpful and knowledgable distribution experts in the di
please wait...
Page: 1 2 3 4 5 6 7 8 9 10