Skip to content

osvaldocs/JavaRiwi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaRiwi

This repository is an introduction to starting the advanced Java learning path.

✅ Task

  1. Create a Java file that prints Hello World!.
  2. Install your preferred code editor or IDE.
    • In my case, I installed IntelliJ IDEA Ultimate.

🧪 How to run the Java file

1. Open the project in IntelliJ IDEA

  • Go to File > Open... and select the folder where your HelloWorld.java file is located.

2. Make sure the JDK is installed

  • You can check this via File > Project Structure > Project SDK.

3. Run the program

  • Right-click on the file HelloWorld.java and choose Run 'HelloWorld.main()'.

🚀 Editor used

IntelliJ IDEA Ultimate

Manually installed on Ubuntu 22.04 from the ideaIU-2025.2.1.tar.gz archive.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages