B4J Question Error With B4JPackajer11

lucdrb

Active Member
Licensed User
Longtime User
Hi,

I got 2 errors with B4JPackajer11, I should miss something but what?

Luc

B4X:
B4JPackager11 Version 1.02
InputJar: C:\Users\lucde\Documents\B4J\3ddbMongo\Objects\3Ddb.jar
Running: C:\Users\lucde\DOCUME~1\B4J\B4JPackager11\Objects\temp\FindDosPath.exe
Running: C:\Java\jdk-11.0.1\bin\jar
Package name: com.softanddata.be
Running: C:\Java\jdk-11.0.1\bin\jdeps
.
.
.
.
.
Explicitly excluded modules: []
Included modules: [java.base, java.desktop, java.instrument, java.logging, java.management, java.management.rmi, java.naming, java.rmi, java.security.jgss, java.security.sasl, java.sql, java.xml, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing, javafx.web, java.scripting, jdk.unsupported, java.datatransfer, jdk.unsupported.desktop, jdk.jsobject, jdk.xml.dom]
Running: C:\Java\jdk-11.0.1\bin\javac
.
.
module-info.java:30: error: cannot find symbol
uses javax.websocket.server.ServerEndpointConfig$Configurator;
                           ^
  symbol:   class ServerEndpointConfig$Configurator
  location: package javax.websocket.server
module-info.java:32: error: cannot find symbol
uses org.eclipse.jetty.io.ssl.ALPNProcessor$Server;
                             ^
  symbol:   class ALPNProcessor$Server
  location: package org.eclipse.jetty.io.ssl
2 errors
 

lucdrb

Active Member
Licensed User
Longtime User
I've forgot a connectionpool with the Jserver library that I used in another version of the program. Your question open my mind :)
I've delete it and uncheck the jserver library and make a new release and now everything work fine.

Thanks
Luc
 
Upvote 0
Top