Questions tagged [eclipse-oxygen]

Oxygen is the code name for Eclipse 4.7 released on 28th June 2017. Oxygen.3a (4.7.3a) released in April 2018 supported Java 9 and 10. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Oxygen project web site: https://projects.eclipse.org/releases/oxygen

Note that the initial Eclipse Oxygen release did not support Java 9. Releases from Oxygen.1a (4.7.1a) onwards contain full Java 9 support, see the Eclipse wiki here

Oxygen.3a (4.7.3a) contains support for Java 10.

238 questions
0
votes
1 answer

Spurious errors signalled Eclipse Oxygen Javascript

Just trying to tame a new machine (W10 OS). Installed Eclipse Oxygen (previous machine was Neon). JS files have some curious-spurious errors flagged All of these say helpful things like "No suggestions available". I also observe that they involve…
mike rodent
  • 14,126
  • 11
  • 103
  • 157
0
votes
1 answer

Eclipse Oxygen with Selenium webdriver is showing me error

Just started with my first automation test case using Selenium Webdriver and Java Eclipse. Successfully installed latest versions of JDK 9, Selenium Webdriver 3.8.1 and Eclipse Oxygen. Also, I have created a Project> Configured the build path with…
Riya Roy
  • 1
  • 1
0
votes
2 answers

Unable to delete project from Eclipse Oxygen workspace

When trying to delete a project from Eclipse Oxygen, nothing happens and an exception is written in the logs. I simply right-click on a project in the package explorer and I choose the 'delete' option. I am using Eclipse Oxygen.1a (4.7.1a). Here is…
Emmanuel Guiton
  • 1,315
  • 13
  • 24
0
votes
0 answers

org.eclipse.swt.SWTError: No more handles

Getting Eclipse Error - when Switching from editor to console(Any View, like Logs, Package Window) and coming back to editor view. org.eclipse.swt.SWTError: No more handles at org.eclipse.swt.SWT.error(SWT.java:4559) at…
Abdeali Chandanwala
  • 8,449
  • 6
  • 31
  • 45
0
votes
1 answer

Eclipse Oxygen: set cursor color (to black)

After an update my Eclipse Oxygen picked white for a cursor color, which makes it almost invisible. So, instead of doing my work, I'm spending a Monday morning trying to get it back to normal - black, that is. There are possible workarounds, like…
badbishop
  • 1,281
  • 2
  • 18
  • 38
0
votes
0 answers

Unable to open Eclipse Oxygen editor

Upon opening eclipse, I am greeted with the following error : No editor descriptor for id org.eclipse.ui.internal.emptyEditorTab Snapshot of stack-trace Kindly suggest any possible solutions. Do I need to uninstall/reinstall any plugins?
Abhishek Roy
  • 73
  • 1
  • 3
  • 11
0
votes
1 answer

Eclipse Oxygen's Text Font setting and those derived from it are not respected

I installed the latest Eclipse IDE for C/C++ Developers (Windows 64-bit) recently. When changing Text Font to my personal preference I realized that this setting and those derived from it (C/C++ Editor Text font, C/C++ Build Console Text Font,…
Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
0
votes
1 answer

Error Terrier Java in eclipse with java sample code

Hi everyone, I went through the terrier quickstart tutorial corpus and then I run the code below: import java.util.Arrays; import org.terrier.indexing.Collection; import org.terrier.indexing.SimpleFileCollection; import…
0
votes
1 answer

Adding JAVA to Eclipse Oxygen

I already installed java jdk 9 and Eclipse Oxygen on my pc. I've also added jdk url in environment variable path and created JAVA_HOME variable. I ran cmd and entered javac command, everything went fine. 1. Now, when I right click on a project >…
Jong Onin
  • 215
  • 1
  • 5
  • 12
0
votes
0 answers

Hibernate for Eclipse Oxygen?

I don't find the Hibernate plugin for the last version of my IDE, anyone knows is it's possible that Hibernate last version(5.2.2) is not compatible with Oxygen?
user8899054
0
votes
0 answers

How to use maven with Java9.0.1 and pom packaging in Eclipse Oxygen 1a Release (4.7.1a)?

The maven project example that is given below shows an error in module-info.java in Eclipse Oxygen: log4j.api cannot be resolved to a module. If I remove the line pom from pom.xml the error disappears. However, I need to…
Stefan
  • 10,010
  • 7
  • 61
  • 117
0
votes
1 answer

Issue with cucumber .feature files in Eclipse Oxygen

I have downloaded Natural plugin for cucumber test framework on Eclipse Oxygen.(This plugin is the only one that shows up for cucumber in the marketplace). After successfully installing the plugin (and restarting eclipse),I try to open a .feature…
Kodeffeminate
  • 81
  • 1
  • 10
0
votes
1 answer

Eclipse Oxygen | Installed Drools plugin doesn't show in perspective

I have installed Eclipse Oxygen . I tried installing Drools 7.3.0 in my eclipse. When i try to install i get below scenario. Prior to this i had installed and used drools in Eclipse Luna. I checked the installed software tab in the below…
Vikram
  • 332
  • 3
  • 16
0
votes
1 answer

Eclipse: getting an error installing drjava

I am currently trying to install DrJava plug-in in Eclipse Oxygen and I always get an error saying "could not find jar file" even though I opened it using the Install New Software in the Help menu... I think I have tried everything I could but it…
0
votes
0 answers

NetBeans and Eclipse not recognizing maven dependencies

The IDEs are not recognizing the dependencies. I've already gone through several other similar questions on StackOverflow but so far nothing has worked for me. I have a maven project in which I've already declared mysql-connector-java-8.0.8-dmr and…
JorgeZ
  • 168
  • 8