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
Just a guess. Is there a module-info file? If yes, you may try to delete it Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 15. Jänner 2022 23:00:46 MEZ schrieb "Jack W." : >Not sure what's exporting to what, then. >This is a

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

2022-01-15 Thread John Mc
Could this be related to the Java Module System from Java 9+? Not used JMSmyself, just guessing here... John On Sat 15 Jan 2022, 22:01 Jack W., wrote: > > Not sure what's exporting to what, then. > This is a one-file project. > What is the brilliant idea here that I am missing by which Java im

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

2022-01-15 Thread Jack W.
Not sure what's exporting to what, then. This is a one-file project. What is the brilliant idea here that I am missing by which Java imports work completely differently than they have for almost 30 years? On Sat, Jan 15, 2022 at 12:40 PM Mark A. Flacy wrote: > Greetings, > > That's not a maven e

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

2022-01-15 Thread Mark A. Flacy
Greetings, That's not a maven error message but one from javac. -- Mark A. Flacy mfl...@verizon.net On 2022 M01 15, Sat 13:00:40 CST Jack W. wrote: > Doesn't seem relevant, I'm not using Maven. > > > On Sat, Jan 15, 2022 at 10:49 AM Mark A. Flacy > > wrote: > > Greetings, > > > > > > ht

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

2022-01-15 Thread Jack W.
Doesn't seem relevant, I'm not using Maven. On Sat, Jan 15, 2022 at 10:49 AM Mark A. Flacy wrote: > Greetings, > > > https://stackoverflow.com/questions/57421537/java-11-package-is-declared-in-module-which-does-not-export-it > > -- > > Mark A. Flacy > > mfl...@verizon.net > > > On 2022 M01 15,

Re: Java Copy Paste plugin

2022-01-15 Thread Mitch Claborn
Interested: +1 Willing to test: +1 Mitch On 1/15/22 11:39 AM, Andreas Reichel wrote: Greetings All. Apologies upfront for leaning myself far out of the window. I have written similar stuff before for myself in order to copy'n paste SQL from Java and back from Java Code to SQL. (You may loo

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

2022-01-15 Thread Mark A. Flacy
Greetings, https://stackoverflow.com/questions/57421537/java-11-package-is-declared-in-module-which-does-not-export-it[1] -- 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 added the dependent jars to the

Re: Java Copy Paste plugin

2022-01-15 Thread Andreas Reichel
On Sun, 2022-01-16 at 00:39 +0700, Andreas Reichel wrote: > > (You may look for JSQLFormatter ar Github as reference.) https://github.com/manticore-projects/jsqlformatter#import-java-string-from-clipboard

Re: Java Copy Paste plugin

2022-01-15 Thread Andreas Reichel
Greetings All. Apologies upfront for leaning myself far out of the window. I have written similar stuff before for myself in order to copy'n paste SQL from Java and back from Java Code to SQL. (You may look for JSQLFormatter ar Github as reference.) I could turn that into a generic revival of tha

Re: Java Copy Paste plugin

2022-01-15 Thread Mitch Claborn
Yes, that's the one. Does anyone have time to revive that project? If I was competent in NetBeans development I would do so, but I just don't have the time to get up to speed and maintain the project. Mitch On 1/14/22 7:27 PM, Juan Algaba wrote: Was it this one? http://web.archive.org/web/

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 this b