How to add libraries in the extension IDE

Hello,
Does anyone know how to add libraries in the IDE extension?
Could you give me an example please :slight_smile:
thanks

1 Like

Just click on libraries button

libbtn

Then click import library button

impbtn

Select the jar file from your file manager, then it should be added to the project.

3 Likes

after adding should I add any thin here
Capture

1 Like

Yes, you have to enter the name here

1 Like

will I add the whole library name like @UserLibraries(โ€œjsoup-1.14.1.jarโ€) or how?

Use The name by which you added the Library file in the ide

invalid project name error aaraha hai jab create karta hu tab

1 Like

@tech_Master please show the screeenshots of your error

thanks but i am finding solution project name first latter need to Capital latter

I am also want to know what type of external libraries we can import. I got to know that we need to import .jar file, but where i can get .jar file in GitHub page of a specific library.

I am still learning extension development and curious to know about developing extension using external libraries.

Anyone could you please show which type of external libraries we can use, how to find .jar file, importing it in Niotron IDE and simple code example showing implementation will be much appreciated.

You can file the libs in maven

1 Like