About 20,700 results
Open links in new tab
  1. Which free version of Java can I use for production environments …

    Oct 6, 2019 · For Java 17, the Oracle JDK product is available under a new No-Fee Terms and Conditions license, discussed on the Oracle company blog. On my first reading, it appears this …

  2. Is Java (JRE) still free for commercial use? - Open Source Stack …

    Nov 14, 2019 · The Oracle license in your link states free usage for development purpose, but is you intend to use it in production, you should pay I think. It's still unclear for me if the JRE and …

  3. java - Is there any OpenJDK that is fully free and will be available ...

    Jan 21, 2019 · 23 Yes, Java is still free It is vital that you study: Java Is Still Free. Written by key members of the Java community, providing both a summary and all the gory details. Guidance …

  4. How to free memory in Java? - Stack Overflow

    Oct 14, 2009 · Is there a way to free memory in Java, similar to C's free() function? Or is setting the object to null and relying on GC the only option?

  5. How to send SMS in Java - Stack Overflow

    Apr 3, 2010 · What are the possible ways to send and receive sms from Java application? How?

  6. java - What are Runtime.getRuntime ().totalMemory () and …

    Aug 26, 2010 · The names and values are confusing. If you are looking for the total free memory you will have to calculate this value by yourself. It is not what you get from freeMemory();. See …

  7. Java JRE 64-bit download for Windows? - Stack Overflow

    49 I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I …

  8. How can I find Java heap size and memory used (Linux)?

    How can I check heap size (and used memory) of a Java application on Linux through the command line? I have tried through jmap. But it gives information about internal memory …

  9. How do I delete an object in java? - Stack Overflow

    4 You don't need to delete objects in java. When there is no reference to an object, it will be collected by the garbage collector automatically.

  10. Converting docx into pdf in java - Stack Overflow

    This is the only java opensource library that worked for my docx->pdf conversion. I've tried these 3 libraries:,apache POI, fr.opensagres (which use apache POI for conversion) and docx4j.