Questions tagged [eclipse-kepler]

Kepler is the code name for Eclipse version 4.3 that was released on June 26, 2013. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Official site for Eclipse Kepler: https://eclipse.org/kepler/

Help for Eclipse Kepler: https://help.eclipse.org/kepler

478 questions
3
votes
4 answers

fragment_display_message : My first Android app error

I am developing a Mobile app for the first time Environment : Eclipse Kepler, Java 1.7 Backend : I have followed the following steps : 1) Installed Android SDK and run the Android SDK Manager, and installed the required files 2) Installed ADT…
user3868051
  • 1,147
  • 2
  • 22
  • 43
3
votes
2 answers

Eclipse Glassfish launch configuration - VM arguments are ignored

I am struggling to set up Glassfish 4 with Eclipse Kepler. No matter what I do, the VM arguments of the Glassfish launch configuration are not passed on to the VM running the server. Not even the argument…
Ralf
  • 6,735
  • 3
  • 16
  • 32
3
votes
1 answer

console view not displaying in eclipse when debug perspective is selected

Eclipse IDE console view is not displaying in Debug perspective is selected. If I select Console view from Window -> Show View -> Console then there is no Console View is displayed it is hiding. How to display Console view in Eclipse IDE when Debug…
UdayKiran Pulipati
  • 6,579
  • 7
  • 67
  • 92
3
votes
0 answers

Getting Eclipse's C++ parser to work with Emscripten

I'm having a few problems with Eclipse's C++ parser. I've been using it with Emscripten and found the code completion, call hierarchy, documentation popup, code analysis and related features to be very useful, but it's been bothering me that the…
bobajeff
  • 131
  • 6
3
votes
0 answers

size_t type not resolved but other types definitions in stddef.h available

I am having a rather odd problem with my C project. I need to use a variable of type size_t. For this purpose, I have included stddef.h, but my environment (Kepler) is unable to resolve type size_t. I spent efforts in verifying the include paths…
3
votes
1 answer

Stop java code execution until mysql query completes in Java?

I am working on a project that uses REST service(Jersey implementation) for some features like login,register etc. At the login time i want to store the current user details in DB and that is successfully done with the below piece of…
Vikas Sharma
  • 579
  • 1
  • 5
  • 15
3
votes
1 answer

Adding a dictionary to Eclipse for spell checking other than the english one

How to add (or create) a foreign dictionary for spell checking in Eclipse Kepler ?
mounaim
  • 1,132
  • 7
  • 29
  • 56
3
votes
1 answer

Difference Between Eclipse Juno and Eclipse Kepler

What is the difference between eclipse juno and eclipse kepler, I have done a web project in juno. can I import it in to kepler ?
droidev
  • 7,352
  • 11
  • 62
  • 94
3
votes
1 answer

Eclipse CDT not recognizing

Now I know this means I need to add my include path somewhere. So I have gone to properties, C/C++ General, Paths and Symbols, GNU C++ and then I have added /usr/include/c++/4.8 (to debug and release), but intellisense still cant detect and it the…
user997112
  • 29,025
  • 43
  • 182
  • 361
3
votes
2 answers

Get Eclipse to prefer static imports of nested classes

Assume we have a class FooCollection which contains a somewhat long list of static nested classes*: public class FooCollection { public static class FooA implements Foo { // ... } public static class FooB implements Foo { …
Ingo Bürk
  • 19,263
  • 6
  • 66
  • 100
3
votes
1 answer

shortcut not working in eclipse

I am using ECLIPSE KEPLER for java programing. When I press (Ctrl+Z) it working fine and easily undo the history but the problem is when I press (Ctrl+Y) , this is not working to re-undo the history. Before KEPLER I use INDIGO it's accept above tags…
Zeb
  • 2,687
  • 7
  • 28
  • 36
3
votes
3 answers

wasJmsClient not supported in websphere 8.5 liberty profile

I'm having trouble deploying an EAR project on liberty profile locally integrated in eclipse kepler. It comes back with the following error: Application 'App-Name' requires feature wasJmsClient, which is not supported by WebSphere Application…
cianBuckley
  • 1,264
  • 2
  • 18
  • 25
3
votes
4 answers

Syntax error not shown in eclipse kepler Navigator view

I am using eclipse kepler. In that for any syntax error in file it won't show me error mark in Navigator view. Is there any settings which I need to change specific to eclipse kepler? Note: For same project it works in eclipse helios.
Meet
  • 242
  • 1
  • 4
  • 13
3
votes
1 answer

Eclipse: How to install uml2 Tools SDK in Eclipse 4.3 (kepler)?

I have tried to install UML2 Tools SDK plugin according to this tutorial in Eclipse 4.3 (kepler) version. I am working with windows 7 OS. But i did't get the solution. will you help me?
Rajan
  • 199
  • 1
  • 5
  • 20
2
votes
2 answers

Exception while visiting module-info.class java.lang.IllegalArgumentException, Payara Server

When I try to start my payara server unknown illegalArgumentException on module-info.class error occurs, 2017-07-17T20:06:58.042+0530|Info: Created HTTP listener http-listener-1 on host/port 0.0.0.0:8080 2017-07-17T20:06:58.057+0530|Info: Created…
BalaajiChander
  • 139
  • 3
  • 21