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
2 answers

Eclipse Kepler - Unhandled event loop execution

Installed Eclipse Kepler - Java EE version in my Windows 7 PC and getting this error message, whenever I click on Editor. I have 'Package Explorer' opened on the left side and a Java file opened on the right side Editor, I click on something on…
SyAu
  • 1,651
  • 7
  • 25
  • 47
0
votes
1 answer

Creating part programmatically not working in kepler

I'm creating one RCP application in Juno. In that app I'm creating programmatically Part based on PartDescriptor like following. MPart part = partService.createPart("discripto.id"); part.setElementId("element.id"); And it was working…
Sumit Singh
  • 15,743
  • 6
  • 59
  • 89
0
votes
1 answer

Delete key sometimes doesn't work in HTML Editor of Nodeclipse NTS (Based on Eclipse 4.3 Kepler)

I noticed that Delete key sometimes doesn't work in HTML Editor of Nodeclipse NTS (Based on Eclipse 4.3 Kepler). Is it only in my installation / my PC (I use Eclipse on Window 7)? Also I can't save file with Ctrl+S or via clicking disket on menu…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
-1
votes
1 answer

Plotting Elliptical Orbits

I am trying to plot elliptical orbits using python. Using formula r=a(1-e^2)/(1+ecos(theta)). The data points needed to be plotted are: values of a: 0.39, 0.72, 1.00, 1.52 values of e: 0.205, 0.007, 0.017, 0.093 values of theta (Degrees): 77.5,…
H.G
  • 11
  • 2
-1
votes
1 answer

Launched failed. Binary not found c++ eclipse

I have no idea why my c++ file will not compile correctly. I added the MinGW installer in the right environment path. I selected my Binary parser to PE Windows Parser.
-1
votes
1 answer

Error installing Glassfish tools for Eclipse Kepler

I get this error, how do I fix it? Cannot complete the install because one or more required items could not be found. Software being installed: GlassFish Tools 5.3.0.201307081547 (oracle.eclipse.tools.juno.glassfish.feature.group…
-1
votes
1 answer

Xhtml option is not available in eclipse

While creating JSF project, xhtml option is not available in my eclipse kepler... I have also tried downloading JBoss Tools(Kepler)4.1.2 Final So please help me
Yash Sonar
  • 13
  • 5
-1
votes
2 answers

Eclipse Kepler And DataBase

Please somebody tell me how to install and connect a Database with Eclipse-Kepler. I did a try with Apache Derby.But it shows Error. I am a newbie in Programming,so please help.
Sam
  • 364
  • 2
  • 6
  • 17
-1
votes
1 answer

Is Eclipse Luna plus ADT good

Has anyone tried eclipse luna + adt? How is it? Is it worth upgrading? Just found out about the dark theme and it looks really sweet. And how do i upgrade from kepler to luna? I tried to check for updates doesn't seem to do it. Thanks guys!
Lendl Leyba
  • 2,287
  • 3
  • 34
  • 49
-1
votes
3 answers

jsf2.2 application with primefaces

I am a beginner in developping web applications i am trying to use jsf2.2 with primefaces4.0 and html5 for the design of the pages but i don't know how to start and what to do. i read some books but i still can't figure out how to create the pages…
MeknessiHamida
  • 185
  • 1
  • 8
  • 28
-2
votes
4 answers

Importing .war file using cmd

I'm developing an Installer for a project team to reduce the amount of work they have to do installing it manually. We are using: Windows 7 x64, Eclipse Kepler Right now I'm looking for a way to import a .war file using the commandline. Is there any…
tr4pt
  • 317
  • 3
  • 15
-4
votes
1 answer

Simple Java If Statement not working properly with Sevlet or Java class

I am working with eclipse Keplerr IDE for a Dynamic Web Project The Problem occuring is that, even if java conditional if statement is correct, simple with right data, its not returning the 1st (True) part of IF statement even if its true. my…
-9
votes
2 answers

LOOK - else if statement: where do i put it

I don't know where to put my ELSE statement, if I put it in the for loop, after the IF statement, it repeats the thing inside the else statement loads of times. But if I put whats in ELSE statement that I want to be outputted, eg 'sorry this…
rav
  • 1
  • 2
1 2 3
31
32