Month: July 2011

  • Install plugins in Eclipse in Windows 7

    Starting with Windows 7 and Eclipse Indigo you need to start Eclipse as administrator to be able to install plugins. This is true as well for plugins which do not have an install site. Those plugins must be placed in the dropins folder of your eclipse install.

  • ant scp needs jsch.jar in Eclipse

    If in Eclipse, using ant scp you get the error: Cause: Could not load a dependent class com/jcraft/jsch/Logger It is not enough to have Ant’s optional JARs you need the JAR files that the optional tasks depend upon. Ant’s optional task dependencies are listed in the manual. Action: Determine what extra JAR files are needed, […]