Skip to content

Instantly share code, notes, and snippets.

@cdennison
Created January 17, 2022 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdennison/f308df30039714cb8a1724ff43a03ce1 to your computer and use it in GitHub Desktop.
Save cdennison/f308df30039714cb8a1724ff43a03ce1 to your computer and use it in GitHub Desktop.
#I'm suprised this isn't mentioned anywhere
Here's what I had to do to run the Netty Examples
1. Import the entire Netty project
2. Disable the option Use '--release' option for cross-compilation' (Java 9 and later) in IDEA's Preferences, section Compiler... https://stackoverflow.com/questions/46477989/intellij-doesnt-see-some-non-public-jdk-9-classes-during-compilation
3. First compile common subproject https://groups.google.com/g/netty/c/lELvv7aylQs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment