how do i use automatic module names in vscode?

they appear as a module in the autocomplete, but always say it cant be resolved to a module
No description
8 Replies
JavaBot
JavaBot2mo ago
This post has been reserved for your question.
Hey @Ferra! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
dan1st
dan1st2mo ago
Are you using a build tool?
JavaBot
JavaBot2mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Ferra
FerraOP2mo ago
Maven
dan1st
dan1st2mo ago
What is the output of mvn verify? Both with and without the requires statement But requiring modules that don't have a module-info.java and also no Automatic-Module-Name is typically a bad idea the best is probably getting the maintainer to add a module descriptor but tbh nd4j might not even be the correct module name I assume it's https://github.com/deeplearning4j/deeplearning4j/tree/master/nd4j? Which artifact specifically?
JavaBot
JavaBot2mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Ferra
FerraOP2mo ago
figured out that it was just VS code having a stroke for hours straight, but works fine now
JavaBot
JavaBot2mo ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?