Questions tagged [eclipse-photon]

Photon is the code name for Eclipse 4.8 released on 27th June 2018. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Photon project web site: https://projects.eclipse.org/releases/photon

71 questions
2
votes
0 answers

xquery (.xq) files editor with syntax highlighting in eclipse photon

Are there any plug-ins that enables syntax highlighting and editing for xquery files in eclipse jee-photon. Something like XQDT. This is now replaced by Dynamic Languages Toolkit, but even with that installed there is no syntax highlighting for…
Vidhuran
  • 212
  • 4
  • 16
2
votes
1 answer

Eclipse Photon, Skip Welcome, CheckBox missing

In the Eclipse Photon (1) release C/C++ the CheckBox to skip the Welcome Screen in future sessions is missing. Is there any other way to disable it in the settings? Edit: I do not see checkboxes (but plusses?) in Help->Content->Scope->new
pba
  • 524
  • 3
  • 13
2
votes
2 answers

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Eclipse photon jdk 10 Tomcat 9

I'm working on a project for my university. In that project, we should create a web service with eclipse photon, Tomcat 9 and Java 10. I've already installed the eclipse, tomcat, axis2, and java. eclipse Version: Photon Release (4.8.0) java:…
uwe
  • 21
  • 1
  • 2
2
votes
2 answers

Host plug-in JavaSE has not been found in RCP application with Java 10

I moved my RCP application from Eclipse Oxygen to Photon, and also from Java 8 to Java 10. The code compiles and the application works fine if I start it from Eclipse. However, when I try to build my application, I get an error: plug-in JavaSE_0.0.0…
Darksmilie
  • 193
  • 1
  • 11
2
votes
2 answers

After Eclipse upgrade from Oxygen to Photon Tomcat 8 no longer starting

This question is very similar to this one except for the Eclipse "upgrade from" version, mine was Oxygen to Photon not Mars, and for the platform my office tends to use Windows, so I am on Win7. After upgrade, Tomcat8 would no longer start, I…
2
votes
1 answer

Upgrade from Eclipse Mars to Photon on Ubuntu cause problems

Hi I am wondering if anyone found some similar issues upgrading from ubuntu machine. I upgraded from eclipse mars to eclipse photon and when I try to run my Tomcat 8 server I get the following error. Plug-in "org.eclipse.jst.server.tomcat.core" was…
Jason Delaney
  • 458
  • 8
  • 21
1
vote
1 answer

Liferay Application - Module Integration issue - JAR files not being created

I am working on a LifeRay Application. It is building but jar file is not getting created and AutoDeploy is not working. I am trying to integrate 3 modules into an existing project. Please note - AutoDeploy is enabled IDE - Eclipse Photon Liferay…
mad_greasemonkey
  • 864
  • 2
  • 15
  • 32
1
vote
0 answers

Programmatically pre-populating remote help URL in for Eclipse RCP

I'm trying to build an Eclipse RCP application and have a remote help URL pre-populated in the Preferences > Help > Content table. Is there an extension point or .product setting I can add to build an RCP application with a remote help link…
noob noob
  • 11
  • 2
1
vote
0 answers

Jersey 2.X Rest project with maven without web.xml Eclipse Photon

I am trying to implement a simple Jersey project using Jersey 2.16, and referring Javabrain Kaushik's tutorial of advanced JaxRs. Here the application invocation will be without web.xml but via @ApplicationPath annotation of javax. I am getting 404…
Shubha
  • 55
  • 7
1
vote
1 answer

Scenebuilder/JavaFX polygons mouse event onClick

Link to scenebuilder and some Java code: https://i.stack.imgur.com/yBVJQ.jpg Essentially, navigating and pictures will change based on where the person is going/facing. I have polygons as D-pad arrows and I want to be able to detect when a person…
1
vote
0 answers

Eclipse marketplace cannot be accessed within organization network since http is restricted

Is there a way to install software in eclipse without going marketplace. I have downloaded zips on my machine for installation but still they hit http links of eclipse.
1
vote
1 answer

The type org.hamcrest.Matcher cannot be resolved. It is indirectly referenced from required .class files

Code is working fine in Eclipse Oxygen 3, but the same code showing error in Eclipse Photon. Error : The type org.hamcrest.Matcher cannot be resolved. It is indirectly referenced from required .class files pom.xml : Dependencies for…
patidarsnju
  • 439
  • 5
  • 10
1
vote
3 answers

Firefox is not launching URL through Selenium WebDriver

I am using Eclipse Photon, Firefox version 62.0 Quantum, Selenium 3.14.0, geckodriver version 0.21.0. When I run the code, Firefox opens but doesn't launch the URL. Everything is up-to-date, geckodriver is set as marionette. Please help. My code…
Narcissa
  • 21
  • 1
  • 3
1
vote
0 answers

Why is "Umlaut" in JavaDoc @author tag printed incorrectly under Eclipse Photon?

My user name in eclipse has an ü. If I add an autogenerated javadoc with an @author tag in Eclipse neon, my name is written correctly. In eclipse photon the ü is changed to ü. I can change it manually, but this makes not sense in an autogenerated…
Jürgen
  • 146
  • 12
1
vote
1 answer

Photon Eclipse JEE doesn't launch

In order get the lombok working, After looking into it so much I added a line to the eclipse.ini. But now the eclipse jee photon doesn't launch at all even after deleting the line. Instead it shows a message like this: The eclipse configuration…
Eswar
  • 1,201
  • 19
  • 45