Skip to main content
0 votes
2 answers
103 views

I am developing an Eclipse plugin (OSGi environment) and trying to use OkHttp 4.11.0 to send HTTP requests. However, I get the following runtime error: java.lang.ClassNotFoundException: okio.Buffer ...
kiruba T's user avatar
2 votes
0 answers
73 views

I'm creating an Eclipse batch application that applies source cleanups (equivalent of right-click menu Source -> Clean Up) from a profile file. It's an XML file listing the rules and whether they'...
Sybuser's user avatar
  • 1,604
0 votes
0 answers
41 views

I have "Eclipse IDE for Java Developers (includes Incubating components) Version: 2025-09 (4.37.0)". When I go to the Marketplace client, there is no "favorites" tab that shows my ...
Zaxxon's user avatar
  • 182
0 votes
0 answers
23 views

We are developing plugins for Eclipse and we have a plugin (let's call it pluginA) that has a p2.inf under /pluginA/META-INF. This file contains some configuration instructions when installed/updated. ...
Che's user avatar
  • 31
0 votes
0 answers
77 views

I would like to generate some test code (testdata and stubs) during the build of an eclipse-test-plugin, using java, and package both the generator and the generated code to the plugin such that other ...
Árpád Magosányi's user avatar
0 votes
1 answer
66 views

The following test is failing: package io.github.magwas.inez.parse; import static org.junit.jupiter.api.Assertions.assertEquals; import java.util.Map; import org.junit.jupiter.api.Tag; import org....
Árpád Magosányi's user avatar
0 votes
1 answer
71 views

Eclipse gives me the following error: The method delete(Sumti) is undefined for the type SumtiRepository DeleteBridiTest.java The relevant parts of DeleteBridiTest.java: public class DeleteBridiTest ...
Árpád Magosányi's user avatar
0 votes
1 answer
55 views

I have a multi-module project. The modules are the following: <modules> <module>inez.target</module> <module>inez.parser</module> ...
Árpád Magosányi's user avatar
0 votes
0 answers
55 views

When I run my eclipse product, The first error (among many similar) is: !ENTRY inez-parser 4 0 2025-08-17 10:04:02.509 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could ...
Árpád Magosányi's user avatar
0 votes
0 answers
49 views

I have an model module in my project, which follows parser in the pom. Both have eclipse-plugin as packaging. parser generates an artifact inez-parser-<version>-testing.jar, which is deployed to ...
Árpád Magosányi's user avatar
1 vote
1 answer
55 views

My Application class currently works as both the main application class and osgi bundle activator: @Singleton public class Application implements IApplication, BundleActivator { public static ...
Árpád Magosányi's user avatar
0 votes
0 answers
230 views

My codebase is on JDK21.0.7. When I try to add Weblogic 14.0.2 server in Eclipse(Eclipse2025-03) along with JDK21.0.7 it doesn't allow me to go forward with the installation and keep's giving me the ...
Learning Java's user avatar
0 votes
0 answers
71 views

I want to install some features in the PDE Eclipse runtime, but not in the Eclipse installation. However, the features actually used by the PDE Eclipse runtime are those selected when starting the ...
Bourbon_7's user avatar
  • 351
1 vote
2 answers
50 views

I am running my Tycho build and I am building Acceleo plugin projects. I have a few of these projects and in my templates (mtl) I am importing some modules/templates on other projects so I have those ...
Che's user avatar
  • 31
0 votes
0 answers
67 views

What is the difference between the following two areas for a bundle? xxx/eclipse/workspace/.metadata/.plugins/<Bundle SymbolicName> e.g. xxx/eclipse/workspace/.metadata/.plugins/org.eclipse....
Bourbon_7's user avatar
  • 351

15 30 50 per page
1
2 3 4 5
775