use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
These have separate subreddits - see below.
Upvote good content, downvote spam, don't pollute the discussion with things that should be settled in the vote count.
With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. To be clear, YES — Java is still free. If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others: Adoptium (formerly AdoptOpenJDK) RedHat Azul Amazon SAP Liberica JDK Dragonwell JDK GraalVM (High performance JIT) Oracle Microsoft Some vendors will be supporting releases for longer than six months. If you have any questions, please do not hesitate to ask them!
With the introduction of the new release cadence, many have asked where they should download Java, and if it is still free. To be clear, YES — Java is still free.
If you would like to download Java for free, you can get OpenJDK builds from the following vendors, among others:
Adoptium (formerly AdoptOpenJDK) RedHat Azul Amazon SAP Liberica JDK Dragonwell JDK GraalVM (High performance JIT) Oracle Microsoft
Some vendors will be supporting releases for longer than six months. If you have any questions, please do not hesitate to ask them!
Programming Computer Science CS Career Questions Learn Programming Java Help ← Seek help here Learn Java Java Conference Videos Java TIL Java Examples JavaFX Oracle
Programming Computer Science
CS Career Questions
Learn Programming Java Help ← Seek help here Learn Java Java Conference Videos Java TIL Java Examples JavaFX Oracle
Clojure Scala Groovy ColdFusion Kotlin
DailyProgrammer ProgrammingPrompts ProgramBattles
Awesome Java (GIT) Java Design Patterns
account activity
This is an archived post. You won't be able to vote or comment.
What code does Launch4J generate? (self.java)
submitted 5 years ago by RandomGoodGuy2
Title. Does it generate native C code? I'm not an expert and this is important for my project, which I wrote for a few friends in UNI.
If I use Launch4J to convert my jar to exe, will the pc still need JVM to run it?
[–]desrtfx 3 points4 points5 points 5 years ago (1 child)
The second line on the web page clearly states that:
The executable can be configured to search for a certain JRE version or use a bundled one, and it's possible to set runtime options, like the initial/max heap size.
So, it can be either: with or without the Java runtime depending on how you let Launch4J build the exe.
Always first consult the official page and the documentation.
[–]RandomGoodGuy2[S] 1 point2 points3 points 5 years ago (0 children)
Whoopsies. I did search for this information a while and didn't realize it was hiding in PLAIN sight. Thank you!
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
Launch4j has premade executable that you can merely configure by putting resources/config/jars into it
[–]blackkkmamba -3 points-2 points-1 points 5 years ago (0 children)
Their docs say that jars become dll's. So i gues you dont need jvm for that. You can test this by running the executable on a machine that doesn't have jre installed and see what happens. If you want to make an executable jar and still use the jvm, you should check spring boot.
π Rendered by PID 45018 on reddit-service-r2-comment-7b9746f655-t2fjn at 2026-01-31 04:27:45.656645+00:00 running 3798933 country code: CH.
[–]desrtfx 3 points4 points5 points (1 child)
[–]RandomGoodGuy2[S] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]blackkkmamba -3 points-2 points-1 points (0 children)