Re: Module or Classpath

2022-04-19 Thread KARTHIK SHIVAKUMAR
Thx for the same This is exactly i have been doing ( ignore module-info.java) This whole JPMS is a confusion with no proper info across jars available in Maven repository for module vs classpath usage... with regards Karthik On Tue, Apr 19, 2022 at 6:47 PM Piotr P. Karwasz wrote

Re: Module or Classpath

2022-04-19 Thread Piotr P. Karwasz
Hello Karthik, On Tue, 19 Apr 2022 at 14:45, KARTHIK SHIVAKUMAR wrote: > I need log4j2 to log all of the info/debug objects across the project. > If i add log4j2-core & log4j2-api to the project library, the packages > do not recognise the log4j objects unless there is a entry to >

Re: Module or Classpath

2022-04-19 Thread KARTHIK SHIVAKUMAR
; > On Apr 17, 2022, at 4:07 PM, KARTHIK SHIVAKUMAR > wrote: > > > > Hi > > > > Spec JDK17/Linux/EclipaeJ2EEIDE > > > > Question : log4j2-core.xx / log4j2-api.xx need to add as *module OR > > classpath * > >

Re: Module or Classpath

2022-04-17 Thread Ralph Goers
I’m not quite clear on the question. Ralph > On Apr 17, 2022, at 4:07 PM, KARTHIK SHIVAKUMAR wrote: > > Hi > > Spec JDK17/Linux/EclipaeJ2EEIDE > > Question : log4j2-core.xx / log4j2-api.xx need to add as *module OR > classpath * >for a new

Module or Classpath

2022-04-17 Thread KARTHIK SHIVAKUMAR
Hi Spec JDK17/Linux/EclipaeJ2EEIDE Question : log4j2-core.xx / log4j2-api.xx need to add as *module OR classpath * for a new project built from scratch ? -- *with regards* *N.S.KARTHIK*