11,635 questions
1
vote
1
answer
28
views
How can I start developing eclipse plugin project from the scratch?
I need guidance on developing an Eclipse plugin project, as I am unsure how and where to begin. If you know of any articles or resources that can help with Eclipse plugin development, please share ...
0
votes
0
answers
38
views
Receiving 'Unable to access JAR files' error when switching workspaces in Eclipse after installing Spring Tools 4
I'm experiencing an issue with Spring Tools 4 in Eclipse where the language server fails to load correctly when switching workspaces. The specific error is:
Error: Unable to access jarfile C:\Program ...
0
votes
0
answers
67
views
com.ibm.icu plugin conflict in Eclipse Kepler after upgrading
I am developing a desktop application based on Eclipse Kepler plugins. Initially, I used Kepler 4.3.2 (2014) with JDK 1.8.0_231. Later, I use Kepler 4.33 (2024)and JDK 17. During this upgrade, I ...
0
votes
0
answers
29
views
Eclipse RCP login session timeout
We have an Eclipse RCP based application that uses Eclipse 3.6 plug-ins and Java 1.8. I have a need to implement a login session timeout for the application. I am not too familiar with RCP. I googled ...
0
votes
0
answers
22
views
Facing issue - java.lang.ClassCastException: class org.slf4j.helpers.NOPLoggerFactory cannot be cast to class ch.qos.logback.classic.LoggerContext
I am trying upgrade eclipse 4.23 to eclipse 4.31.
while doing this I am facing this issue.
I am using slf4j and logback version,
ch.qos.logback.classic_1.2.13.jar
ch.qos.logback.core_1.2.13.jar
slf4j....
0
votes
0
answers
19
views
Issue with Installing Software in Eclipse IDE via HTTP URL Redirecting to HTTPS
I am trying to install software in Eclipse IDE using the "Install New Software" feature. I have an update site with the following URL:
http://abc.go.net:8000/tool
This URL works fine when ...
0
votes
0
answers
15
views
Images and css in Eclipse InfoCenter
I have a plugin for Eclipse InfoCenter with the following structure:
com.av.help.mega
--css
--html
-----description.html
--images
-----scheme1-7-1.svg
--META-INF
--build.properties
--plugin.xml
--toc....
0
votes
1
answer
38
views
SonarLint not picking up exception throwing inside "instance initializer block" of an anonymous class
When I have this kind of Java code:
@Test
void testExplainJavaS1130_WithAnonymousInstanceInitilizer() throws Exception {
var something = new IllegalStateException() {
private static final ...
0
votes
0
answers
41
views
Dependency from maven does not show up in Plug-in in MANIFEST.MF
I'm in the process of upgrading a large project from Java 17 to Java 21, and I've been changing everything to build via Maven, but now my Eclipse workbench has all kinds of problems. Specifically, ...
0
votes
0
answers
55
views
Launch trim version of Eclipse
I want to host Eclipse Help on a server. I found a discussion on the Eclipse forum about creating help on a server. (I am very grateful to the person on the forum who described everything in detail)
...
0
votes
1
answer
25
views
Description Resource Path Location Type MODE_INFOCENTER cannot be resolved or is not a field
I am creating an RCP application with the help plugin enabled. I added the code to run the help in the ApplicationWorkbenchAdvisor class, but I got the following error:
Description Resource Path ...
0
votes
0
answers
33
views
Eclipse RCP Help in Browser
I have an RCP application that I have attached my help plugin to. Help opens when I click Open Help, then a new window opens with the help. Is there a way to make my help plugin open in a browser ...
0
votes
0
answers
27
views
How can i use the spotbugs eclipse plugin from local spotbugs build?
I wrote a new detector for spotbugs, and part of it requires the project files to be on classpath to work, so I'm trying to build and use the spotbugs eclipse plugin locally. How can i do that?
0
votes
0
answers
22
views
Pitclipse and java module
I use Pitclipse for a while on java <9 projects.
But when I use Pitclipse on java 9+ module-based project it fails:
"Error occurred during initialization of boot layer
java.lang.module....
0
votes
0
answers
71
views
The import javax.smartcardio.CardTerminals cannot be resolved
when I build maven project as a eclipse-plugin then getting issue but with jar packaging its working fine.
issue I get when packaging is eclipse-plugin
import javax.smartcardio.CardTerminals; [ERROR] [...