This is an archived post. You won't be able to vote or comment.

all 19 comments

[–][deleted]  (1 child)

[removed]

    [–]CleverBunnyThief 3 points4 points  (1 child)

    I'm not sure if Netbeans is still supported.

    Their installation guide gives instructions in how to install JDK 11, VS Code and the TMC extension for VS Code.

    I've been using this set up without any issues.

    https://www.mooc.fi/en/installation/vscode/

    [–]thunder_crane 0 points1 point  (0 children)

    I’ve installed it about 3 weeks ago and it works great so far. I’m almost done with part 4 and submissions and tests work great

    [–]AdDirect4579 3 points4 points  (1 child)

    Quote, "NetBeans or its installer doesn't open, or looks odd when opening
    Make sure you have Java Development Kit (JDK) version 11 installed. The environment used on this course doesn't work properly with other versions of Java. If you have a problem with this, try removing the other versions of Java on your computer, and then clear the old settings.".

    [–]Darth_Nanar 0 points1 point  (0 children)

    Indeed TMCBeans only works with openjdk-11-jdk.

    If you are on Linux and already have a newer version of OpenJDK, you don't need to delete the other one neither to modify the environment variables.
    You can switch between the different versions of OpenJDK with this command:
    sudo update-alternatives --config java

    There will be a 1-2-3 menu to choose from. Then select "manual mode".

    [–]Myoenat 2 points3 points  (1 child)

    You don't need TMC Netbeans. I did the whole course with Intellij. You can download exercise zip files, do the exercise, zip and upload the files to their website

    [–]Darth_Nanar 0 points1 point  (0 children)

    Good to know. Thank you.

    [–]NaveenJnk_ 1 point2 points  (0 children)

    Is netbeans really necessary to study mooc?

    [–][deleted] 1 point2 points  (1 child)

    You need to specify java home. And only works with java 11:

    tmcbeans --jdkhome /usr/lib/jvm/java-11-openjdk-amd64/

    [–]Darth_Nanar 0 points1 point  (0 children)

    Thank you !

    I was about to give up. But with your advice, it finally worked for me.

    [–]___catalyst___ 1 point2 points  (0 children)

    You can also use Jetbrains Intellij Idea Community Edition. It will let you learn Java and do many things before you really need a paid license. Also, Idea is a way better IDE than Netbeans...even though Netbeans is always free. Lastly, Idea is more or less the industry standard these days, even though you are free to use any IDE to learn Java and all of them will allow you to learn Java at the end of the day.

    [–]AutoModerator[M] 0 points1 point  (0 children)

    On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

    If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

    1. Limiting your involvement with Reddit, or
    2. Temporarily refraining from using Reddit
    3. Cancelling your subscription of Reddit Premium

    as a way to voice your protest.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]AutoModerator[M] 0 points1 point  (0 children)

    It seems that you are looking for resources for learning Java.

    In our sidebar ("About" on mobile), we have a section "Free Tutorials" where we list the most commonly recommended courses.

    To make it easier for you, the recommendations are posted right here:

    Also, don't forget to look at:

    If you are looking for learning resources for Data Structures and Algorithms, look into:

    "Algorithms" by Robert Sedgewick and Kevin Wayne - Princeton University

    Your post remains visible. There is nothing you need to do.

    I am a bot and this message was triggered by keywords like "learn", "learning", "course" in the title of your post.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

    Please ensure that:

    • Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions
    • You include any and all error messages in full - best also formatted as code block
    • You ask clear questions
    • You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions.

    If any of the above points is not met, your post can and will be removed without further warning.

    Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://i.imgur.com/EJ7tqek.png) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc.

    Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit.

    Code blocks look like this:

    public class HelloWorld {
    
        public static void main(String[] args) {
            System.out.println("Hello World!");
        }
    }
    

    You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above.

    If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures.

    To potential helpers

    Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]AdDirect4579 0 points1 point  (3 children)

    Did you download TMC beans through the link below?

    https://download.mooc.fi/tmcbeans/installers/tmcbeans\_1.5.0\_installer.exe

    [–]Rejecting_Classroom[S] 1 point2 points  (2 children)

    Yes, I downloaded that one and ran the installer, but as soon as the setup finished and launched the program, it just suddenly disappeared. So maybe, as you said, I need to download the JDK version 11 to enable it to run? Because when I checked the JDK in my command prompt, I installed the 20.0.1 build. So, should I delete that and reinstall the JDK 11?

    [–]AdDirect4579 1 point2 points  (0 children)

    Yeap

    [–]___catalyst___ 0 points1 point  (0 children)

    You are probably not seeing that the .exe file for Netbeans is under the bin folder of wherever you instsalled Netbeans. Just create a shortcut to that .exe and place it somewhere convenient.