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
0
votes
1 answer

Eclipse/RAP/GEF Indigo to Eclipse/RAP/GEF Kepler

I am not an Eclipse/RAP developer, but over a year ago I was tasked with getting a particular application to run. The development environment was Eclipse/RAP using Java. The application was already almost done -- I just needed to make a few…
Sean
  • 431
  • 2
  • 6
  • 14
0
votes
2 answers

Issues with start levels for gogo console bundles

I just migrated an older OSGi project to the current equinox version (Kepler SR1). When using the gogo console I encountered a problem when starting the gogo bundles with start level 1 (that's what I usually do with all relevant framework bundles).…
MikeR
  • 51
  • 5
0
votes
2 answers

JavaScript content assist not working for JSP file in Eclipse Kepler

I am using Eclipse Kepler to develop App Engine application.The autocomplete feature is not working for JSP files and am not sure if I am missing any Property settings. Would be glad if someone can let me know what needs to be done to enable…
Raj
  • 2,368
  • 6
  • 34
  • 52
0
votes
3 answers

jars are not automatically deploy in tomcat using eclipse keplar

Till now we are using myeclipse to for development. Now we started development using eclipse keplar. My first problem is jars are not deployed in webapps lib directory which we solved by referring [link] Adding 3rd party jars to WEB-INF/lib…
Darshan Patel
  • 3,176
  • 6
  • 26
  • 49
0
votes
1 answer

Eclipse Kepler: switching to the Web perspective

How can I switch to the Web perspective in Eclipse Kepler, so that i can see the Servers tab in the console? Or is there any other way i can access servers tab in Eclipse Kepler? Please note that the Web Perspective is not available in Eclipse…
0
votes
1 answer

Configure Eclipse to allow Tomcat connector under address other than localhost (issue with startup timeout)

I'm attempting to get Tomcat running in Eclipse with an IP address specified for the connector other than localhost. I'm running into an issue though with Eclipse hitting it's startup timeout. I get this error: Server Tomcat v7.0 Server at…
malificent
  • 1,441
  • 14
  • 18
0
votes
0 answers

Eclipse Kepler CDT - Symbol 'HWND' could not be resolved

I went through a small tutorial on creating GUIs with C++. http://www.jose.it-berater.org/smfforum/index.php?PHPSESSID=1f234ca7a3e61aebeeaae8b8f73a7125&topic=3389.msg14548#msg14548 When I tried it out with Eclipse Kepler CDT I only got lots of…
0
votes
2 answers

Upgrading Eclipse 3.6.1 to eclipse 4.3.1

I'm trying to update my project from Eclipse 3.6 to eclipse 4.3.1 .I downloaded the latest eclipse and followed the "File->Import->install->from existing installation" method to get the configuration from my existing eclipse…
decoder
  • 137
  • 3
  • 12
0
votes
1 answer

kepler glassfish on ubuntu

I've recently installed Kepler Edition on Ubuntu and I'm trying to get my Glassfish 4.0 (open source edition) server runtime set up. I installed Glassfish separately via the zip file. My directory looks like: /home/matteo/glassfish4/glassfish In…
hteo
  • 315
  • 1
  • 4
  • 11
0
votes
2 answers

Unable to install new software/check for updates eclipse

I'm trying to install subclipse on my desktop so i can use subversion. When I was at school with my laptop, the installation worked well and i was able to update and commit on the subversion, but, while i was at home, i tried to update and nothing…
Equinox
  • 137
  • 1
  • 1
  • 9
0
votes
1 answer

Empty content.jar after mirroring Eclipse Kepler repository

I have a scheduled job, which is mirroring the P2 Kepler repository (http://download.eclipse.org/releases/kepler/). The mirroring seems successful but i if i open the "install new software" dialog in Eclipse and pointing it to the mirrored directory…
0
votes
1 answer

adding jars to a project in eclipse is not under any folder

I'm working on eclipse-kepler. when I try to add external jars, they are added under the project and not under any folder (that is under the project), Is there a way I can abbreviate (shorten/shrink) them so it wouldn't be so annoying?
ifatfle
  • 111
  • 1
  • 5
0
votes
0 answers

Javafx application gives error when minimized in Mac

I build a project just like ODesk Tracker which take snapshots after intervals. The application is working fine in windows and linux. But in Mac when i minimize the application. It gives Error and a popup displays Java Quit Unexpectedly. A fatal…
Anuj Sharma
  • 4,294
  • 2
  • 37
  • 53
0
votes
0 answers

Failures in the Eclipse editor

I'm using Eclipse Kepler (Build id 20130919-0819) with ADT plugin on Ubuntu (version 13.04) and I'm facing some problems with Eclipse editor that is small but it's really annoying. Whenever I start to write a small gray block stays over the next…
Tiago Maluta
  • 153
  • 1
  • 1
  • 9
0
votes
1 answer

Eclipse Kepler RCP CoolBar Actions CSS

Similar to this question's screenshot, my RCP App has those annoying spaces between actions on the coolbar. My guess is that it's because I'm using deprecated extensions in the plugin.xml (i.e. viewActions actionSets). For now, I don't want to begin…
Georgian
  • 8,795
  • 8
  • 46
  • 87