python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Maven osgi.bundle dependency missing
I am trying to build maven package and get a error:
Missing requirement: org.talend.designer.codegen 8.8.8.qualifier requires 'osgi.bundle; org.talend.repository 0.0.0' but it could not be found
But O...
Макар Погорелов
Votes: 0
Answers: 0
OSGi+Websocket+Jetty = ClassNotFoundException: org....WebSocketServerFactory
I am trying to create a WebSocket Server in an OSGi environment:
public class MyServer {
private Server server = null;
public void startServer(String wsHost, int wsPort, String wsPath) throws...
Joe Almore
Votes: 0
Answers: 0
Augmenting the classpath of legacy OSGi bundles in Eclipse Equinox
We are trying to migrate an existing Eclipse IDE Product from Java 8 to Java 11.
Everything worked fine with our own code; but, unfortunately, the product also includes some (quite old) bundles from a...
Stefan Winkler
Votes: 0
Answers: 2
Create Java Plugin
I have two java packages - package-A, package-B
Let us say this is the dependency chains of the packages.
package-A -> package-B
I want to pass custom Java function that would be executed in packa...
mak
Votes: 0
Answers: 1