python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error: Module java.base not found, required by while trying jlink on Fedora
When trying to use jlink on Fedora from this plugin https://github.com/openjfx/javafx-maven-plugin
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
&...
Alcamech
Votes: 0
Answers: 1
javax.xml.rpc.Service - not present in JDK 11?
I am migrating a legacy Java 8 project to Java 11.
The project is using this class javax.xml.rpc.Service
It was being picked up from a library/jar before (I mean in Java 8): jaxrpc.jar
But since I'm m...

peter.petrov
Votes: 0
Answers: 1
Is there a way to set the dimensions of a paragraph in itext7?
Trying to set the height along with setting the rotation on a Paragraph object results in the following error:
ERROR c.i.layout.renderer.BlockRenderer - Rotation was not correctly processed for Paragr...

Bogdan Gherasim
Votes: 0
Answers: 1
Java build issues - Java 8 to Java 11 migration
We're migrating from Java 8 to Java 11.
We have a legacy project Y which depends on another legacy project X.
The project X has no sources, it's just a collection of about 300 jars.
The build is ant-b...

peter.petrov
Votes: 0
Answers: 1