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
1
vote
0 answers

libGDX project : "A fatal Error has been detected ... "

I would be really glad if you could help with this unsolvable Problem (atleast for me ). I get the following message when trying to run a LibGDX Project: A fatal error has been detected by the Java Runtime Environment: # # …
J.Doe
  • 125
  • 1
  • 1
  • 10
1
vote
1 answer

Java selenium " The import org cannot be resolved"

I have deleted the earlier version of eclipse I was using also updated the selenium 3.0.1, also added all the .jar files but now I'm getting a new error. "The import org cannot be resolved" Below is the code: import…
1
vote
0 answers

Compiling avr c++ lib with Eclipse Photon CDT Core Builder

I'm trying to compile an Arduino lib I'm writing under Eclipse. This is the basic sketch sx.cpp I'm using, it compiles using standard Arduino IDE 1.8.0: #include #include void setup() { } void loop() { std::vector
Shine
  • 3,788
  • 1
  • 36
  • 59
1
vote
0 answers

Visual Studio keymap for Eclipse is wrong

I tried setting the provided Visual Studio keymap in Eclipse, but the shortcuts just do not seem to match. For example, to comment current line / selection, the Visual Studio hotkey was CTRL+K,C and it does not work in Eclipse. EDIT: Also, in VS the…
PhantomR
  • 605
  • 4
  • 16
1
vote
4 answers

class "org.slf4j.MavenSlf4jFriend"'s signer information does not match signer information of other classes in the same package

I have installed eclipse photon last week and maven build on my project was working fine until it is not updated with the latest. After taken updates, getting below error. [ERROR] Error executing Maven. [ERROR] class "org.slf4j.MavenSlf4jFriend"'s…
Shukant
  • 21
  • 5
1
vote
2 answers

Eclipse_Photon: "Error: Could not create the Java Virtual Machine" while executing java main method

Please, can someone help me resolve this issue? I've tried solution mentioned at https://stackoverflow.com/a/12333879/7415499, however, this also didn't work out for me. Eclipse Version: Version: Photon Milestone 3 (4.8.0M3) Build id: 20171102-1036…
Lokeshwar Tailor
  • 341
  • 4
  • 12
0
votes
2 answers

Connect Weblogic server to Eclipse Error: "does not contain a valid WebLogic Server install or the installed version is not supported"

I'm trying to connect a weblogic server to my eclipse (photon) and I keep getting this error message: Error "does not contain a valid WebLogic Server install or the installed version is not supported" I've tried installing 3 different types of…
StepZ
  • 13
  • 1
  • 7
0
votes
0 answers

Can't add weblogic 12.2.1.4 server to eclipse photon June 2018

When I am trying to add the runtime environment for weblogic 12.2.1.4 eclipse gives me no error but I am not able to proceed further. I have downloaded the latest version of eclipse from oracles website. It gives a warning "No applicable extensions…
vijay
  • 1
  • 1
0
votes
1 answer

Assembly file(.S) throw errors with GNU ARM toolchain in Eclipse Photon

I ported an assembly file from ARMCC syntax to GNU syntax, but it is throwing an error during compilation. Environment: GNU ARM toolchain for ARM7 in Eclipse 4.8 (Photon). Requirement: Porting from Keil ARMCC to GNU ARM toolchain in Eclipse. It…
Utsav
  • 1
  • 1
0
votes
1 answer

Twitter API with a Logic applied to it

I am a beginner in Java programming and I have an assignment where I need to get posts from the Twitter API and implement a logic using Eclipse Java Photon. I managed to get the Twitter posts using Twitter 4j API but I am stuck of how to calculate…
0
votes
1 answer

Not able to download Kotlin plugin from eclipse marketspace

I am using Eclipse Platform Version: Photon (4.8) as my IDE. I want to use kotlin in the same IDE, so I was trying to get it from the market space. But I am not able to download it . I tried two options. My Network Connection Active Provider is…
JITHIN_PATHROSE
  • 1,134
  • 4
  • 14
  • 29
0
votes
2 answers

deleted by mistake an entire package in eclipse ide

I have deleted by mistake an entire package in eclipse. I tried to search in the local history as written in the : "Restoring deleted resources from local history" , but it is still writing that the folders don't exist !! I have searched also in…
0
votes
0 answers

Screen displayed as blank in RCP 4.8 in compatibility mode

While using the same code of RCP 3.6 in 4.8, in compatibility mode, application is started and home page is available. Some of the screens are displayed as blank in 4.8 .Some views are not being rendered. Could anyone please help.
Sneha
  • 1
  • 1
0
votes
0 answers

How add OpenJavafx 11 GUI components on SWT part using OpenJDK 11 and Eclipse photon 2018-12

I am using OpenJDK 11 + OpenJavafx 11 environment in Eclipse Photon 2018-12 and created one plugin GUI project in eclipse. My aim is to add the OpenJavafx components(Button) on SWT Part. These are steps I am following to render the javafx Button on…
0
votes
1 answer

Eclipse C++ Debugger doesn't stop at breakpoints and terminates immediately after debug started

I am following the C++ Debugging tutorial section (https://help.eclipse.org/photon/index.jsp) in the Eclipse Photon documentation. I have followed all the instructions creating the first C++ project and I'm at the 'Debugging project' section. My…
arooney88
  • 195
  • 1
  • 7
  • 21