how can I load a NPAPI plugin In safari - plugins

To install the plugin, just copy it into one of these two locations:
/Library/Internet Plugins/
~/Library/Internet Plugins/
but how can I auto install plugin when i open a web page,

Your question is really "how can I force a user to automatically download and execute arbitrary binary code when they open a web page". For obvious reasons, the answer is "you can't".
If you want users to download and install a plugin you're going to have to have a download link, and instructions on how to install it once it's downloaded. Then the user will have to install it.

Related

How do you install a Moodle plugin stuck in "to be installed" status?

I have installed a Moodle plugin via the zip upload option. There were no problems with the file package. But now when I go to the Plugins Check page it's listed as "To be installed" and provides an option to cancel the installation -- but it's just stuck there. I've reloaded several times, but it hasn't installed the plugin for over an hour.
Is there a way to force the installation, or to troubleshoot if there's an underlying issue?

Plugin verification after install

I am developing a plugin that requires some additional software to be installed. What I am trying to do is, when I install for the first time the plugin it checks if the software is installed in the machine. If it isn't installed it prompts a dialog, for example that have a button to install it. Is it possible? I am developing this plugin for PyCharm using gradle.
I'd register a listener to com.intellij.openapi.project.ProjectManagerListener topic (see https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_listeners.html) and on project opening I'd check if the software is installed.
Once the check is done, I'd save some flag to settings (see https://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html) and read it on the next project opening before checking if the software is installed.

Unable to install pydev

I am trying to install pydev through update site and eclipse marketplace but that's impossible.
When trying to install I receive the following message:
Unable to read repository at https://dl.bintray.com/fabioz/pydev/latest/content.xml.
Looks like this file does not exist anymore on the repository.
Did somebody found a solution about that ?
Regards
I've run into the same issue. I found out that the link at the PyDev site http://www.pydev.org/updates is redirecting to https://dl.bintray.com/fabioz/pydev/6.4.1. Using this link doesn't work for me, in Eclipse 4.7.3a.
However, changing this link to http://dl.bintray.com/fabioz/pydev/6.4.1 solves my problems. Apparently, there is an issue with the SSL redirection at the distribution site, or the https downloads in Eclipse.
The Error Message
I am note sure why you are getting an error message about content.xml, the real file that Eclipse should be reading is content.jar which is there.
Try one of the solutions below and please post more details if you can.
Online Install
The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.
Offline Install
If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge)
LiClipse
Alternatively, simply get LiClipse instead. It is Eclipse and PyDev and a bunch of other useful stuff already packaged together. It is provided by the author of PyDev, so should give you the best experience.
Minimum Eclipse and JVM Requirement
Double-check you meet the minimum requirements: PyDev requires Java 1.7 or greater and Eclipse 3.8/4.3 or greater:
Requirements
Java 7:
[...]
Eclipse (3.8/4.3 onwards)
At start i was also facing same error that : The solution is not provide while installing PyDev - Python IDE for Eclipse 6.3.2
and when I am When trying to install I receive the following message: Unable to read repository at https://dl.bintray.com/fabioz/pydev/latest/content.xml. ?
Then i came up with the final solution :
follow the steps :
Online Install
The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.
and uncheck all the options mentioned below on Install New Software Window like:
Uncheck :
1.Show only the latest versions of available software
2.Group Items by category
3.Show only software applicable to target environment
4.Contact all update sites during install to find required software
Offline Install
If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge).
Download the latest zip from sourceforge
Unzip it in any temp location
In Eclipse: "Help->install new software"
"Add" a new location to "Work with" "Local" button allows you to select the
unzipped folder
Give the location a name Back on the "install new
software" dialog, select pydev, etc. and "finish" (Delete the zip and
unzipped folder)
and uncheck all the options mentioned below on Install New Software Window like:
Uncheck :
1.Show only the latest versions of available software
2.Group Items by category
3.Show only software applicable to target environment
4.Contact all update sites during install to find required software
To be a little more clear about an offline installation in eclipse neon:
Download the latest zip from sourceforge
Unzip it in any temp location
In Eclipse: "Help->install new software"
"Add" a new location to "Work with"
"Local" button allows you to select the unzipped folder
Give the location a name
Back on the "install new software" dialog, select pydev, etc. and "finish"
(Delete the zip and unzipped folder)
The Error Message
I am note sure why you are getting an error message about content.xml, the real file that Eclipse should be reading is content.jar which is there.
Try one of the solutions below and please post more details if you can.
Online Install
The URL for installation of the feature is http://pydev.org/updates. You can use that URL to Install New Software... from the Help menu if the Eclipse Marketplace is not doing what you want.
Offline Install
If you meet the requirements (below) and continue to have problems with the update site, you can download to install offline. Get it from SourceForge (or follow the link from PyDev's website to SourceForge)
LiClipse
Alternatively, simply get LiClipse instead. It is Eclipse and PyDev and a bunch of other useful stuff already packaged together. It is provided by the author of PyDev, so should give you the best experience.
Minimum Eclipse and JVM Requirement
Double-check you meet the minimum requirements: PyDev requires Java 1.7 or greater and Eclipse 3.8/4.3 or greater:

Installing CUTE plugin offline

I need to install CUTE plugin to a Eclipse in a computer which is not connected to internet. Can someone please tell me where I can find zip file of CUTE plugin.
Searching internet only gave me "http://www.cute-test.com/updatesite", which only allows me to install the plugin through internet..
Please follow this question on how to create a local copy of the update site: Downloading Eclipse plug-in update sites for offline installation.

How to install Subversive offline

I want to install Subversive in my RAD/Eclipse. How can I install it offline?
Browse to the following site:
http://www.eclipse.org/subversive/latest-releases.php
Look for a link labeled "archived updated site" that is appropriate for your Eclipse version. Download to your system.
In the Install New Software dialog, select Add and use the Archive option to point to the zip you've downloaded. You will also want to disable the "contact all update sites during install..." option. At this point you should be able to install Subversive without Eclipse accessing the network.