Search code examples
How to pass arguments to a jshell script?...


java-9jshell

Read More
Why do HashSets behave differently in Java 8 and Java 9+?...


javajava-8java-9

Read More
Error:BUG! exception in phase 'class generation' in source unit '_BuildScript_' unsu...


javaintellij-ideagradlejava-9

Read More
Is there a way to remove imports in JShell?...


javaimportjava-9jshell

Read More
Why does array[idx++]+="a" increase idx once in Java 8 but twice in Java 9 and 10?...


javajava-8javacjava-9java-10

Read More
Best approach to dynamically load modules (classes) in Java...


javajava-9java-module

Read More
Error compiling in IntelliJ IDEA: "No MessageCollector"...


javaintellij-ideacompiler-errorskotlinjava-9

Read More
Running Java module from command line breaks when I reverse argument order...


javamodulecommand-line-argumentsjava-9

Read More
Why does Set.of() throw an IllegalArgumentException if the elements are duplicates?...


javacollectionssetjava-9

Read More
Add Java system modules to compile in Eclipse...


javaeclipsejava-9

Read More
Java 9 migration issue - package com.mymodule is declared in unnamed module , module 'newmodule&...


javamigrationjava-9java-moduleunnamed-module

Read More
Stream groupBy to nested maps with casting...


javajava-streamjava-9

Read More
How to pass the Java 9 '--permit-illegal-access' flag to a Webstart application?...


javajava-web-startjnlpjava-9

Read More
ClassNotFoundException for javax.xml.bind.JAXBException with Spring Boot when switch to Java 9...


javaspringspring-bootjava-9

Read More
Is Duration#toDays and Duration#toDaysPart redundant?...


javajava-8java-9java-timeduration

Read More
Package is not visible error...


javajava-9java-modulejava-platform-module-system

Read More
What is an open module in Java 9 and how do I use it?...


javajava-9java-modulemodule-info

Read More
How to tell which module does the package belong to?...


javamodulejava-9java-modulejdeps

Read More
How to make Eclipse RUN patched JRE modules on JDK9+ with the —patch-module java option...


javaeclipsejava-11java-9

Read More
replaceAll with lambda callback not working as expected...


javaregexjava-9

Read More
Make "gradle javadoc" task work with Java 9...


javagradlejavadocjava-9java-platform-module-system

Read More
Java 9: Possible to have 2 modules with same name on module path...


javajava-9java-modulemodule-info

Read More
What is an illegal reflective access?...


javajava-9java-modulejava-platform-module-system

Read More
Can Java 9 run on a 32-bit OS?...


javajava-9

Read More
Which module should I require in Java 9 to use JPA?...


javajpajava-9module-info

Read More
How to suppress the "requires transitive directive for an automatic module" warning proper...


javajavacjava-9java-module

Read More
How to extract the file jre-9/lib/modules?...


javajava-9java-modulejdk-toolsjmod

Read More
SubmissionPublisher on submit not invoking onNext of subscriber...


javapublish-subscribejava-9

Read More
Getting the vendor of the used JRE since Java 9...


javajava-9java-platform-module-system

Read More
How to apply Filtering on groupBy in java streams...


javajava-8java-streamjava-9collectors

Read More
BackNext