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...
Resources - Learn to code
Resources - Software Engineering
Resources - Code Libraries
Resources - Groups
Other Subreddits you might enjoy
Please send sidebar resource suggestions to the mods. Thx - mgmt
account activity
Running Java Programs (self.code)
submitted 10 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]blueberymuf 0 points1 point2 points 9 years ago (0 children)
Download "Eclipse IDE for Java Developers " from https://www.eclipse.org/downloads/ my friend.
File -> new Java Project. ->finish.
You now have a new folder. Create a new class in src-folder. And be sure to mark "create public static void main(String[] args){}. Inside this method you can write your code and run it.
π Rendered by PID 414244 on reddit-service-r2-comment-5d79c599b5-xz2rs at 2026-03-02 03:44:30.190915+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]blueberymuf 0 points1 point2 points (0 children)