Borislav
Borislav

Reputation: 919

.jar plugin for Eclipse not being loaded

I am trying to install FatJar plugin in Eclipse, but it is not showing up. I am doing everything as explained in the documentation, extracted the .jar file in plugins directory, then started command prompt inside Eclipse folder with "eclipse -clean", and it doesn't show up...

Anyone know how can I check if the plugin is being noticed at all?

Upvotes: 0

Views: 128

Answers (1)

greg-449
greg-449

Reputation: 111142

This plugin is very old and is using the old style plugin format which is not supported by default by current versions of Eclipse.

As mentioned in the documentation most (probably all) of the features provided by this plugin are now part of Eclipse as standard (see 'File > Export > Java > Runnable JAR file')

Upvotes: 1

Related Questions