# Script_Launcher **Repository Path**: mirrors_fiji/Script_Launcher ## Basic Information - **Project Name**: Script_Launcher - **Description**: OBSOLETE - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Script Launcher =============== This simple ImageJ 1.x plugin allows running scripts packaged in a jar file by adding a simple `plugins.config` file that calls `sc.fiji.script.Script_Launcher("jar:")` IMPORTANT NOTE -------------- This approach was originally developed to maintain compatibility with plain [ImageJ 1.x](http://imagej.net/ImageJ1). However, if you are running [ImageJ2](http://imagej.net/ImageJ2), you can simply place your scripts in the `scripts/` subtree inside your JAR file, and they will be automatically discovered and added to the menus by the [SciJava Common](http://imagej.net/SciJava_Common) script framework. See [this forum post](http://forum.imagej.net/t/2050) for details.