# java_helloworld **Repository Path**: drainkeng/java_helloworld ## Basic Information - **Project Name**: java_helloworld - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-23 - **Last Updated**: 2023-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java_helloworld # Sample Hello World Java application This is a classic simple Java console application that prints Hello World! to the command line console. The template and image buttons point to a Coder deployment and use a custom image with JetBrains IntelliJ IDEA Ultimate. (currently Version: 2021.3.2) Changelog 13 March 2022 | MM | added MANIFEST.MF, jar, and a package to the .java file 11 March 2022 | MM | update IntelliJ IDEA to Ultimate 2021.3.2 (previously Community edition) ##### from template ###### clean.demo.coder.com [![Open in Coder](https://clean.demo.coder.com/static/image/embed-button.svg)](https://clean.demo.coder.com/wac/build?template_oauth_service=625ff6b7-9e0fbb71f34a2ed66ae5a2e5&template_url=git@github.com:mtm20176/java_helloworld.git&template_ref=main&template_filepath=.coder/coder.yaml) ##### from image ###### clean.demo.coder.com [![Open in Coder](https://cdn.coder.com/embed-button.svg)](https://clean.demo.coder.com/workspaces/git?org=61e9578b-2f1f7c4b2fa01ad7647b6f69&image=61e957c4-2fd22d3cc4a4ce2c5c059969&tag=ubuntu&service=github&repo=git@github.com:mtm20176/java_helloworld.git) ###### demo-2.cdr.dev [![Open in Coder](https://cdn.coder.com/embed-button.svg)](https://demo-2.cdr.dev/workspaces/git?org=default&image=5ff73c05-362e4005262ec41e885db783&tag=ubuntu&service=gitlab&repo=git@github.com:mtm20176/java_helloworld.git) ###### Languages, frameworks used: * Java 11 * Gradle 6.7 ###### Notes / To run this app after cloning, we recommend: * To compile, type javac helloworld.java * To run, type java HelloWorld * ( it is case sensitive, since it is the name of the Class within the Java file )