Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
[image: image.png] On Sat, Jan 15, 2022 at 3:21 PM Jack W. wrote: > > > On Sat, Jan 15, 2022 at 3:17 PM Helmut Leininger > wrote: > >> Just a guess. Is there a module-info file? If yes, you may try to delete >> it >> >> > No file with the string "module" in the name in my project nor in the >

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
On Sat, Jan 15, 2022 at 3:17 PM Helmut Leininger wrote: > Just a guess. Is there a module-info file? If yes, you may try to delete it > > No file with the string "module" in the name in my project nor in the imported .jar -- Jack Woehr # If it doesn't work in Firefox, Box 51, Gol

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
Hi John .. I had that thought, so I jumped out of NetBeans, chose Java 11, and my code compiles and runs as-is. So I'm not sure what NetBeans is enforcing that straight Java 11 does not? $ export JAVA_HOME=`/usr/libexec/java_home -v 11` $ java --version openjdk 11.0.12 2021-07-20 OpenJDK Runtime

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Helmut Leininger
ch-does-not-export-it >> > > >> > > -- >> > > >> > > Mark A. Flacy >> > > >> > > mfl...@verizon.net >> > > >> > > On 2022 M01 15, Sat 10:53:21 CST Jack W. wrote: >> > > > NB 12.6 downloaded

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread John Mc
>> > > Mark A. Flacy >> > > >> > > mfl...@verizon.net >> > > >> > > On 2022 M01 15, Sat 10:53:21 CST Jack W. wrote: >> > > > NB 12.6 downloaded today: >> > > > >> > > > >> > > > >>

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
-- > > > > > > Mark A. Flacy > > > > > > mfl...@verizon.net > > > > > > On 2022 M01 15, Sat 10:53:21 CST Jack W. wrote: > > > > NB 12.6 downloaded today: > > > > > > > > > > > > > > > > I started a project and

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Mark A. Flacy
22 M01 15, Sat 10:53:21 CST Jack W. wrote: > > > NB 12.6 downloaded today: > > > > > > > > > > > > I started a project and added the dependent jars to the libraries in the > > > > > > Properties dialog. > > > > > >

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
mfl...@verizon.net > > > On 2022 M01 15, Sat 10:53:21 CST Jack W. wrote: > > > NB 12.6 downloaded today: > > > > > > I started a project and added the dependent jars to the libraries in the > > > Properties dialog. > > > > > > But when

Re: Package x is declared in module y which is not in the module graph

2022-01-15 Thread Mark A. Flacy
rs to the libraries in the > Properties dialog. > > But when I do an import I get the message: > > Package *x* is declared in module *y* which is not in the module graph > > I've been using NetBeans since Xelfi and have never seen this before. > What is

Package x is declared in module y which is not in the module graph

2022-01-15 Thread Jack W.
NB 12.6 downloaded today: I started a project and added the dependent jars to the libraries in the Properties dialog. But when I do an import I get the message: Package *x* is declared in module *y* which is not in the module graph I've been using NetBeans since Xelfi and have never seen