You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rem Go must be installed and in your path, as it is used to build the app image binary launchers
6
+
rem The jmods directories for both the JDK and JavaFX SDK both need to include windows, linux, and mac subdirectories containing the jmods for those respective operating systems
7
+
rem The following environmental variables need to be set either system-wide, for your user, or you can set them here
8
+
rem set JAVA_HOME=C:\path-to-JDK-17
9
+
rem set JAVAFX_HOME=C:\path-to-javafx-sdk-17
10
+
rem set PATH=%JAVAFX_HOME%\bin;%JAVA_HOME%\bin;%PATH%
11
+
12
+
echo Generate class path including all JavaFX libraries...
13
+
for /f %%0 in ('dir /b "%JAVAFX_HOME%\lib"^| findstr /e .jar') dosetJAVAFX_CLASSES=%JAVAFX_HOME%\lib\%%0;!JAVAFX_CLASSES!
A small Tor controller widget that stays conveniently on top and out of the way with a minimal footprint while you go about your activities.
5
+
6
+
**TorPanel.jar**
7
+
Recommended if you are running JDK/JRE 8, 9, or 10. If your JDK/JRE is higher than version 10, you will need to link to the JavaFX SDK manually, or use one of stand-alone app images below.
8
+
9
+
**TorPanel-Windows.zip**
10
+
Supported by 64-bit Windows.
11
+
12
+
**TorPanel-Linux.zip**
13
+
Supported by 64-bit Linux.
14
+
15
+
**TorPanel-Mac.zip**
16
+
Supported by 64-bit Mac.
17
+
18
+
By default, TorPanel will connect to 127.0.0.1:9051 and attempt to authenticate to Tor without a password. To change the default behavior, you can create a `torpanel.conf` file and include key-value pairs for `host`, `port`, and `secret`, delimited by a `=` (i.e. `secret=password`). If you are running the `TorPanel.jar`, the `torpanel.conf` should be located in the working directory. If you are running one of the stand-alone app images, the `torpanel.conf` should be located in the base directory, the same directory where the `TorPanel` executable launcher is located and root directory for the `bin`, `conf`, `legal`, and `lib` directories.
19
+
20
+
# More About ScriptTiger
21
+
22
+
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
0 commit comments