Re: Simple Modules Question.

2021-11-18 Thread A Z
From: Pieter van den Hombergh Sent: Thursday, 18 November 2021 8:36 PM To: A Z Cc: users@netbeans.apache.org Subject: Re: Simple Modules Question. Dear AZ, You do not state whether this is a maven or an ant project. Assuming it is a maven project (which is advisable), than your files should be

Re: Simple Modules Question.

2021-11-18 Thread Pieter van den Hombergh
Dear AZ, You do not state whether this is a maven or an ant project. Assuming it is a maven project (which is advisable), than your files should be in the folder in C:\Users\User\Documents\NetBeansProjects\JavaApplication1\src*\main\java* \Java1 This conforms to the default setup of a maven

Simple Modules Question.

2021-11-17 Thread A Z
I have a tiny little Java OpenJDK 17 Module file, module-info.java, module JavaApplication { requires java.base; } and Netbeans 12.5 is giving me the following errors: C:\Users\User\Documents\NetBeansProjects\JavaApplication1\src\Java1\Start.java:1: error: file should be on source path, or on