Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
TomG1
Creator
Creator

uninstall an external jar

I have installed an external jar.

I want to uninstall it because I have an updated jar.

0683p000009LvNm.png

 

How do i do it?

 

 

Thank you

Labels (3)
6 Replies
Anonymous
Not applicable

Are you using open source or subscription version?  Are you using Nexus as your binary repository?

TomG1
Creator
Creator
Author

I am using Talend for big data platform. I am running in local mode.

TomG1
Creator
Creator
Author

I found a method to uninstall manually.

For each and every .jar installed ,there will be a directory with the name same as that of jar in talend installation directory.

In this directory , the jar file will be placed.

just delete this directory.

in my case the directory was mssql-jdbc.

I deleted this directory and the jar got uninstalled.

Anonymous
Not applicable

Ok.  Look under studio\configuration\.m2 folder.  Do you see the jar there?  Talend specific libraries goes into studio\configuration\.m2\repository\org\talend\libraries

 

A brute force way to initialise the studio libraries is to close the studio and then delete the following folders in the studio\configuration folder:

  • .m2
  • org.eclipse.core.runtime
  • org.eclipse.e4.ui.css.swt.theme
  • org.eclipse.equinox.app
  • org.eclipse.equinox.launcher
  • org.eclipse.help.base
  • org.eclipse.osgi
  • org.eclipse.update

When you start the studio again, it will be like starting the first time and will re-download all libraries.  Note that there are GB of libraries for big data.

This instruction is for when using local projects without Nexus shared libraries.

Anonymous
Not applicable

Ok great

Anonymous
Not applicable

Hi
I am in similar issue .

I wanted to jar to be remove from exported(build) bundle.Wanted to keep it for compilation because the dependent jar is being used in multiple jobs and wanted to initialize it one time by placing in server lib as it is conflicting at run time giving class is already initilized with class loader exception.

Any help will be great 0683p000009MACn.png