Skip to content

Commit b4dfaf5

Browse files
Porting FAQ answers from Finnish course
1 parent c274d08 commit b4dfaf5

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

data/faq.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Here's some of the most frequently asked questions. If you can't find the answer
1111

1212
### I've got a problem with the TMC plugin
1313

14-
Make sure you've got the newest version of the TMC plugin by clicking `Help` -> `Check for Updates` on the top bar of Netbeans.
14+
Make sure you've got the newest version of the TMC plugin by clicking `Help` -> `Check for Updates` on the top bar of NetBeans.
1515

1616
If you can't make it work, ask on the [support channels](/support-and-assistance) or come to the workshop.
1717

18-
### Netbeans freezes when the feedback window opens
18+
### NetBeans freezes when the feedback window opens
1919

2020
This problem shouldn't be present in the newer version of the plugin. You can download it at `Help` → `Check for updates` and following the instructions.
2121

@@ -30,32 +30,44 @@ Please contact course assistants through the [support channels](/support-and-ass
3030
If you are able to fix the error yourself, for example if it's a typing error, you can open a pull request in the course material's Github repository: https://github.com/rage/java-programming.
3131

3232

33+
### How can I download the next part's exercises?
34+
35+
The TMC addon for NetBeans will suggest downloading the next part's exercises once you have gained 25% or more of the last part's programming exercise points.
36+
3337
### Doing the exercises and returning them is slow on macOS
3438

3539
Follow these instructions to fix the issue: https://materiaalit.github.io/tmc-asennus/macos-verkkoongelma/. The instructions are in Finnish but the images should be of assistance until the instructions are translated.
3640

37-
If it doesn't help, try changing the proxy setting on Netbeans to "no proxy".
41+
If it doesn't help, try changing the proxy setting on NetBeans to "no proxy".
3842

39-
### The installer of Netbeans is not opening on macOS
43+
### The installer of NetBeans is not opening on macOS
4044

4145
Try clicking the installer with the right button of the mouse and then choose "Open".
4246

43-
### the tests of part are not working on my mac
47+
### The tests of part 12 are not working on my Mac
4448

4549
Check these instructions: [macOS instructions](/macos-ohjeet).
4650

47-
### while running the tests, I get an error about JAVA_HOME
51+
### While running the tests, I get an error about JAVA_HOME
52+
53+
Follow these instructions: [https://materiaalit.github.io/tmc-asennus/java\_home\_not\_found/](https://materiaalit.github.io/tmc-asennus/java_home_not_found/). The instructions are in Finnish but the images should be of assistance until the instructions are translated.
4854

49-
Follow these instructions: [https://materiaalit.github.io/tmc-asennus/java_home_not_found/](https://materiaalit.github.io/tmc-asennus/java_home_not_found/). The instructions are in Finnish but the images should be of assistance until the instructions are translated.
55+
### While running the tests, I get an error about "Permission denied"
5056

51-
### Netbeans or its installer doesn't open, or looks odd when opening
57+
Open the Terminal and run the command `chmod +x /path/to/mvn`, where `/path/to/mvn` is the path that ends with `mvn` from the error message. If you require assistance, ask through one of the [support channels](/support-and-assistance).
58+
59+
### NetBeans or its installer doesn't open, or looks odd when opening
5260

5361
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](/remove-netbeans-settings).
5462

55-
### The buttons to run and to send to the server on Netbeans are gray
63+
### The buttons to run and to send to the server on NetBeans are gray
5664

5765
This usually indicates either passed deadline or wrong course being selected in `TMC` → `Settings`.
5866

5967
### I want to apply for study right through the programming MOOC. Is this the right course?
6068

6169
No, you cannot apply for the study right based on this course.
70+
71+
### The next part should be opened today but I cannot access it
72+
73+
There is no guarantee on the exact time a course part will become available. Usually the material has been released around midday, but the release time may vary greatly. Thank you for your patience!

0 commit comments

Comments
 (0)