Your project is Maven one.
Add missing dependencies in pom.xml file under section dependencies.


On Fri 7. May 2021 at 03:08, Zulfi Khan <zulfi6...@yahoo.com.invalid> wrote:

> Hi,
>
> I can't see libraries option when I click on project name.
>
> Zulfi.
> On Wednesday, May 5, 2021, 7:44:40 PM CDT, Eric Bresie <ebre...@gmail.com>
> wrote:
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> What version of Netbeans are you using?
>
> Have you tried right click on project, Libraries, and add jars?
>
> Eric Bresie
> ebre...@gmail.com
>
> On May 2, 2021 at 7:49:03 PM CDT, Zulfi Khan <zulfi6...@yahoo.com.invalid>
> wrote:
>
> Hi,
> The last email told showed me "Add Jar Folder" option. I am not getting
> "Add Jar" File. I have attached the image what I am getting. I  am getting
> "dependencies" and "source packages" option. I have attached the image.
>
> Please guide me.
>
> Zulfi.
> On Monday, April 19, 2021, 4:17:53 AM CDT, Shaun Flynn <
> scf...@googlemail.com.invalid> wrote:
>
>
> Hello there,
>
> I am guessing that you are not using Maven?
>
> In which case, see attched screenshot.
>
> Shaun
>
> On Mon, 19 Apr 2021, 01:50 Zulfi Khan, <zulfi6...@yahoo.com.invalid>
> wrote:
>
>
> Hi,
> I have downloaded the .jar file. Kindly guide me what to do next?
>
> Zulfi.
> On Sunday, April 18, 2021, 2:35:35 PM CDT, Super Shaun <
> scf...@googlemail.com.invalid> wrote:
>
>
> Hello there,
>
> Have you got all dependencies installed? There are couple of hidden ones
> needed - think I fell afoul of this when I used poi a couple of years ago.
> Have you got these two added to your project?
>
> <dependency>
>    <groupId>org.apache.poi</groupId>
>    <artifactId>poi-ooxml</artifactId>
>    <version>4.1.2</version>
> </dependency>
>
> <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas
> -->
> <dependency>
>    <groupId>org.apache.poi</groupId>
>    <artifactId>poi-ooxml-schemas</artifactId>
>    <version>4.1.2</version>
> </dependency>
>
>
> On Sun, 18 Apr 2021, 18:45 Paulo Toledo,
> <part.tol...@yahoo.com.br.invalid> <part.tol...@yahoo.com.br.invalid>
> wrote:
>
> Hi,
>
> The Apache Poi library is missing from your project.
> Em 17/04/2021 18:36, Zulfi Khan escreveu:
>
> Hi,
> I am using Netbeans 12.3. I am trying to run an Excel sheet program, but I
> am getting following errors:
>
> -------------------------------------------------------------
> com/mycompany/fileread_opcode/Main.java:[14,35] package
> org.apache.poi.ss.usermodel does not exist
> com/mycompany/fileread_opcode/Main.java:[15,37] package
> org.apache.poi.xssf.usermodel does not exist
> com/mycompany/fileread_opcode/Main.java:[16,37] package
> org.apache.poi.xssf.usermodel does not exist
> com/mycompany/fileread_opcode/Main.java:[17,37] package
> org.apache.poi.xssf.usermodel does not exist
> 4 errors
>
>
> Somebody please guide me how to install the above packages?
>
> Zulfi.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

-- 

MSc Dragan Bjedov

Reply via email to