Questions tagged [eclipse-cdt]

Eclipse CDT (C/C++ Development Tooling).

The CDT Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers.

47 questions
2
votes
2 answers

How can i fix port conflicts between apache tomcat (8080) and default http (8080)?

I am using Ubuntu 12.10, and in Eclipse I've to run the PHP scripts and C/C++ codes, but when I am starting synchronization of tomcat 7 server it shows the error as, "Several ports (8005, 8080) required by Tomcat v7.0 Server at localhost are…
Vikas Agrawal
  • 33
  • 1
  • 1
  • 4
2
votes
0 answers

Eclipse will not start with Ubuntu 18.04

When I start eclipse, the error log mentions: SESSION Wed Jun 13 12:41:45 SRET 2018 ----------------------------------------- !ENTRY org.eclipse.equinox.launcher 4 0 2018-06-13 12:41:45.433 !MESSAGE Exception launching the Eclipse…
Deena
  • 21
0
votes
1 answer

Failed install of Eclipse Neon CDT (4.4.0-83-generic #106-Ubuntu)

I am a beginner C++ self-teaching student. I need it to improve my job performance but I am not supposed to spend time learning it in the workplace, so I am setting up a development environment at home. Eclipse looked easier than a vim+gcc setup. I…
Benari
  • 11
0
votes
1 answer

I can't open eclipse

I can't open my Eclipse. When I am opening it from terminal, it shows me the following error: (java:3312): GLib-GObject-WARNING **: cannot register existing type `GdkDisplayManager' (java:3312): GLib-CRITICAL **: g_once_init_leave: assertion…
0
votes
1 answer

Eclipse not running: "An error has occured"

After I upgraded from Ubuntu 16.04 to 18.04, when I run Eclipse CDT, after selecting the workspace, I get an error message An error has occured. See the Log file. /home/workspace/.metadata/.log. I've tried a newer version of Eclipse with the same…