-
I tried #249 with the faktor-ips archetype, looks like my system was set to use Java 7 (due to prior testing). Archetype generation failed: IMO it should have used whatever Java version is currently running Eclipse |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Can you check |
Beta Was this translation helpful? Give feedback.
-
Right, Java 7 was set as the default JRE. So it's easy to fix once you know it, but I think it'd be safer to use whatever JDK is running Eclipse, since it'll be 17 minimum now. |
Beta Was this translation helpful? Give feedback.
-
@fbricon that is default behavior of the m2e launcher that the archetype uses internally, so would need to be a general change. |
Beta Was this translation helpful? Give feedback.
-
@fbricon can we close this as it "works as desigend" here? Or do you think we should convert this to an Q&A? |
Beta Was this translation helpful? Give feedback.
-
I think it would be good to have that behavior documented somewhere |
Beta Was this translation helpful? Give feedback.
Can you check
Preferences > JDK
what is selected as the default JDK? I think that is what m2e uses.