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
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ Here's some of the most frequently asked questions. If you can't find the answer
11
11
12
12
### I've got a problem with the TMC plugin
13
13
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.
15
15
16
16
If you can't make it work, ask on the [support channels](/support-and-assistance) or come to the workshop.
17
17
18
-
### Netbeans freezes when the feedback window opens
18
+
### NetBeans freezes when the feedback window opens
19
19
20
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
@@ -30,32 +30,44 @@ Please contact course assistants through the [support channels](/support-and-ass
30
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
+
### 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
+
33
37
### Doing the exercises and returning them is slow on macOS
34
38
35
39
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
40
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".
38
42
39
-
### The installer of Netbeans is not opening on macOS
43
+
### The installer of NetBeans is not opening on macOS
40
44
41
45
Try clicking the installer with the right button of the mouse and then choose "Open".
42
46
43
-
### the tests of part are not working on my mac
47
+
### The tests of part 12 are not working on my Mac
44
48
45
49
Check these instructions: [macOS instructions](/macos-ohjeet).
46
50
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.
48
54
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"
50
56
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
52
60
53
61
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
62
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
56
64
57
65
This usually indicates either passed deadline or wrong course being selected in `TMC`→`Settings`.
58
66
59
67
### I want to apply for study right through the programming MOOC. Is this the right course?
60
68
61
69
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