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

What's the project name of Eclipse 4.9?

I don't mean the name of my own projects, but e.g. "Photon" from Eclipse 4.8 or "Neon" from Eclipse 4.6.
Berny23
  • 348
  • 4
  • 10
17
votes
3 answers

Eclipse Photon does not resolve imports in test sources

I have moved to Eclipse Photon with an existing workspace. I have some Maven projects in this workspace. All projects did not have any errors in Eclipse Oxygen. After opening my workspace in Eclipse Photon all test-classes which import…
LuCio
  • 5,055
  • 2
  • 18
  • 34
13
votes
7 answers

Cannot install Glassfish tools in Eclipse Photon / Eclipse IDE

Eclipse cannot install glassfish tools. under Oracle folder of server there is only options for Webllogic and cloud, The glassfish option appears only ONE time whe I first tried to install it. an after it no longer shows up I have tried to remove…
usertest
  • 2,140
  • 4
  • 32
  • 51
11
votes
1 answer

RCP application run from Eclipse runs fine, exporting it throws InjectionExceptions

I'm trying to execute my RCP application I recently moved from eclipse Indigo to Photon. After changing/updating the required libraries, I have managed to run the application without problems launching the product as an Eclipse application (from the…
Yampeku
  • 583
  • 1
  • 4
  • 21
9
votes
1 answer

Eclipse displaying one of the source folder (src/test) in different color compared to source folder - src/main?

Please, can anyone tell me what is the difference Eclipse is depicting between (1) and (2) the attached image? Tried googling, but couldn't find any proper source stating above :)
Lokeshwar Tailor
  • 341
  • 4
  • 12
8
votes
1 answer

m2e egit connector (for SCM) on Eclipse Photon failure

I'm unable to install above via Marketplace. Detailed error for missing dependency is as follows: Cannot complete the install because one or more required items could not be found. Software being installed: Maven SCM Handler for EGit…
7
votes
1 answer

XML-api.jar classes having issues with JAVA 11 in EClipse 4.9

org.xml.sax and org.w3c.dom classes are not working with JAVA 11 and Eclipse Photon 4.9 & 4.10 RC2 build import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Text; import org.xml.sax.DocumentHandler; import…
user3820339
  • 151
  • 1
  • 4
  • 11
6
votes
2 answers

How do I provide a generator function to Collection.toArray() using JDK 11?

I have upgraded Eclipse Photon 4.8 (http://download.eclipse.org/eclipse/downloads/drops4/S-4.9M2-201808012000/) to support JDK 11 (https://marketplace.eclipse.org/content/java-11-support-eclipse-photon-49). It seems to be working fine (Version:…
skomisa
  • 16,436
  • 7
  • 61
  • 102
4
votes
4 answers

Eclipse WindowBuilder Design Tab is Empty?

I'm new to the WindowBuilder tool of Eclipse (or any frontend dev), and I installed WindowBuilder, SWT to check it out. When creating a new project, I go to: New > Others > WindowBuilder > SWT Designer > SWT/JFace Java Project When creating a new…
4
votes
2 answers

Error: Must declare a named package because this compilation unit is associated to the named module '*******'

I was trying to open a program I made before but for some reason the following error always appeared: Must declare a named package because this compilation unit is associated to the named module '********'
chawks312
  • 51
  • 1
  • 1
  • 4
4
votes
4 answers

Error about sun/misc/BASE64Encoder on Eclipse

when i run my app in mac, and show up this message Errors occurred during the build. Errors running builder 'Android Package Builder' on project 'IMPEXP'. sun/misc/BASE64Encoder but this project is work fine in windows 10 computer, and i don't use…
Zoe
  • 121
  • 1
  • 2
  • 8
3
votes
2 answers

How do I turn off the "Visible only for test sources" feature in Eclipse Photon?

The recently released Eclipse Photon has a feature where it automatically lists libraries with scope set to test with the attribute "Visible only for test sources" set to yes and this can't be turned off. The problem I am facing due to this, none…
AppleGrew
  • 9,302
  • 24
  • 80
  • 124
2
votes
0 answers

Eclipse photon hangs on startup on Ubuntu 16.04

I have been using Eclipse Photon on Ubuntu 16.04 for a little while. Twice now it has had a glitch and prevents me from getting back into it. It hangs on the splash screen saying Loading org.eclipse.tm.terminal.view.ui If I start it from the…
M. A. Wheadon
  • 101
  • 1
  • 8
2
votes
1 answer

Eclipse shortcut key for toolbar run menu arrow?

I'm having a problem because the Eclipse menu item for re-running recent runs is so tiny. Sometimes I miss it slightly and I either hit the run button or the run with coverage button, which I then have to hit stop repeatedly and confirm a whole…
Alex Green
  • 21
  • 2
2
votes
2 answers

Eclipse: Adding Spaces to Parentheses

I am looking for a setting in Eclipse (using Photon) which will alter the auto-completion style of parentheses. Eclipse's default looks like this: function_call(arg1, arg2, arg3); I prefer to write code like so, as I find it more…
Emma K.
  • 23
  • 4
1
2 3 4 5