You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/faq.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,26 +13,26 @@ Here's some of the most frequently asked questions. If you can't find the answer
13
13
14
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.
15
15
16
-
If you can't make it work, come to the workshops and we'll help you :)
16
+
If you can't make it work, ask on the [support channels](/support-and-assistance) or come to the workshop.
17
17
18
18
### Netbeans freezes when the feedback window opens
19
19
20
-
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.
20
+
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.
21
21
22
22
### I think one of the programming exercises has a bug
23
23
24
-
Please make sure the bug is not in your code. You may ask for help to spot a possible bug from one of the course's [support channels](/support-and-assistance). You can also test if there's an update to the exercise in NetBeans by selecting TMC --> Download or update exercises from NetBeans' navigation bar. If the problem still persists, please open a new discussion thread in the course's Moodle-forum where the course assistants can see what's wrong with the exercise and fix the issue.
24
+
Please make sure the bug is not in your code. You may ask for help to spot a possible bug from one of the course's [support channels](/support-and-assistance). You can also test if there's an update to the exercise in NetBeans by selecting `TMC`→`Download` or update exercises from NetBeans' navigation bar. If you still believe there to be an error, notify courseassistants through the [support channels](/support-and-assistance).
25
25
26
26
### I found an error in the material
27
27
28
-
Please open a new discussion thread in the course's Moodle-forum regarding the error you found.
28
+
Please contact course assistants through the [support channels](/support-and-assistance).
29
29
30
-
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-fall-19
30
+
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.
31
31
32
32
33
33
### Doing the exercises and returning them is slow on macOS
34
34
35
-
Follow these instructions to fix the issue: https://materiaalit.github.io/tmc-asennus/macos-verkkoongelma/.
35
+
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.
36
36
37
37
If it doesn't help, try changing the proxy setting on Netbeans to "no proxy".
38
38
@@ -42,24 +42,20 @@ Try clicking the installer with the right button of the mouse and then choose "O
42
42
43
43
### the tests of part are not working on my mac
44
44
45
-
Check these instructions: [macOS ohjeet](/macos-ohjeet)
45
+
Check these instructions: [macOS instructions](/macos-ohjeet).
46
46
47
47
### while running the tests, I get an error about JAVA_HOME
48
48
49
-
Follow these instructions: [https://materiaalit.github.io/tmc-asennus/java_home_not_found/](https://materiaalit.github.io/tmc-asennus/java_home_not_found/).
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.
50
50
51
51
### Netbeans or its installer doesn't open, or looks odd when opening
52
52
53
-
Make sure you have Java Development Kit (JDK) version 8 installed. The environment used on this course doesn't work properly with newer versions of Java. If you have a problem with this, try removing the newer versions of Java on your computer, and then install "Netbeans with TMC" again.
53
+
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).
54
54
55
55
### The buttons to run and to send to the server on Netbeans are gray
56
56
57
-
This usually indicates either passed deadline or wrong course being selected in `TMC`->`Settings`.
57
+
This usually indicates either passed deadline or wrong course being selected in `TMC`→`Settings`.
58
58
59
-
### I want to apply for study right through the programming mooc. Is this the right course?
59
+
### I want to apply for study right through the programming MOOC. Is this the right course?
60
60
61
61
No, you cannot apply for the study right based on this course.
62
-
63
-
### Encountering 'Cannot run program "cmd"' when doing programming exercises
64
-
65
-
The issue is probably due to an error with very recent Java 8 JDK versions. See the [Installation guide](https://www.mooc.fi/en/installation/netbeans) for specifics and solutions.
0 commit comments