Initial commit: Add StudioBridge launcher with minimized CMD window solution
This commit is contained in:
35
Launch-StudioBridge.bat
Normal file
35
Launch-StudioBridge.bat
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
|
||||||
|
@echo off
|
||||||
|
REM Relaunch minimized if not already
|
||||||
|
if "%minimized%"=="" (
|
||||||
|
set minimized=true
|
||||||
|
start "" /min cmd /c "%~dpnx0"
|
||||||
|
exit /b
|
||||||
|
)
|
||||||
|
|
||||||
|
REM Launch-StudioBridge.bat - Universal launcher for StudioBridge portable
|
||||||
|
REM This script works from anywhere, even if the project folder is moved
|
||||||
|
|
||||||
|
REM Get the directory where this script is located
|
||||||
|
set "ROOTDIR=%~dp0"
|
||||||
|
|
||||||
|
REM Set the path to the portable-dist folder
|
||||||
|
set "PORTABLE=%ROOTDIR%portable-dist"
|
||||||
|
|
||||||
|
REM Check if StudioBridge.bat exists
|
||||||
|
if not exist "%PORTABLE%\StudioBridge.bat" (
|
||||||
|
echo ERROR: Could not find portable-dist\StudioBridge.bat
|
||||||
|
echo Please make sure the portable-dist folder exists in:
|
||||||
|
echo %PORTABLE%
|
||||||
|
pause
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
|
|
||||||
|
REM Change to the portable-dist directory
|
||||||
|
pushd "%PORTABLE%"
|
||||||
|
|
||||||
|
REM Launch StudioBridge.bat
|
||||||
|
call StudioBridge.bat
|
||||||
|
|
||||||
|
REM Return to the original directory
|
||||||
|
popd
|
||||||
BIN
portable-dist/StudioBridge-0.0.1-SNAPSHOT.jar
Normal file
BIN
portable-dist/StudioBridge-0.0.1-SNAPSHOT.jar
Normal file
Binary file not shown.
3
portable-dist/StudioBridge.bat
Normal file
3
portable-dist/StudioBridge.bat
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
set "JAVA_HOME=%~dp0jre"
|
||||||
|
"%JAVA_HOME%\bin\java.exe" -jar "%~dp0StudioBridge-0.0.1-SNAPSHOT.jar" %*
|
||||||
63
portable-dist/jre/NOTICE
Normal file
63
portable-dist/jre/NOTICE
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
# Notices for Eclipse Temurin
|
||||||
|
|
||||||
|
This content is produced and maintained by the Eclipse Temurin project.
|
||||||
|
|
||||||
|
* Project home: https://projects.eclipse.org/projects/adoptium.temurin
|
||||||
|
|
||||||
|
## Trademarks
|
||||||
|
|
||||||
|
Eclipse Temurin is a trademark of the Eclipse Foundation. Eclipse, and the
|
||||||
|
Eclipse Logo are registered trademarks of the Eclipse Foundation.
|
||||||
|
|
||||||
|
Java and all Java-based trademarks are trademarks of Oracle Corporation in
|
||||||
|
the United States, other countries, or both.
|
||||||
|
|
||||||
|
## Copyright
|
||||||
|
|
||||||
|
All content is the property of the respective authors or their employers.
|
||||||
|
For more information regarding authorship of content, please consult the
|
||||||
|
listed source code repository logs.
|
||||||
|
|
||||||
|
## Declared Project Licenses
|
||||||
|
|
||||||
|
This program and the accompanying materials are made available under the terms
|
||||||
|
of the GNU General Public License, version 2, with the Classpath Exception.
|
||||||
|
|
||||||
|
Additional information relating to the program and accompanying materials
|
||||||
|
license and usage is available as follows.
|
||||||
|
* For Eclipse Temurin version 8 see the LICENSE and ASSEMBLY_EXCEPTION files
|
||||||
|
in the top level directory of the installation.
|
||||||
|
* For Eclipse Temurin version 9 or later see the files under the legal/
|
||||||
|
directory in the top level directory of the installation.
|
||||||
|
|
||||||
|
SPDX-License-Identifier: GPL-2.0 WITH Classpath-exception-2.0
|
||||||
|
|
||||||
|
## Source Code
|
||||||
|
|
||||||
|
The project maintains the following source code repositories which may be
|
||||||
|
relevant to this content:
|
||||||
|
|
||||||
|
* https://github.com/adoptium/temurin-build
|
||||||
|
* https://github.com/adoptium/jdk
|
||||||
|
* https://github.com/adoptium/jdk8u
|
||||||
|
* https://github.com/adoptium/jdk11u
|
||||||
|
* https://github.com/adoptium/jdk17u
|
||||||
|
* https://github.com/adoptium/jdk20
|
||||||
|
* and so on
|
||||||
|
|
||||||
|
## Third-party Content
|
||||||
|
|
||||||
|
This program and accompanying materials contains third-party content.
|
||||||
|
* For Eclipse Temurin version 8 see the THIRD_PARTY_LICENSE file in the
|
||||||
|
top level directory of the installation.
|
||||||
|
* For Eclipse Temurin version 9 or later see the files under the legal/
|
||||||
|
directory in the top level directory of the installation.
|
||||||
|
|
||||||
|
## Cryptography
|
||||||
|
|
||||||
|
Content may contain encryption software. The country in which you are currently
|
||||||
|
may have restrictions on the import, possession, and use, and/or re-export to
|
||||||
|
another country, of encryption software. BEFORE using any encryption software,
|
||||||
|
please check the country's laws, regulations and policies concerning the import,
|
||||||
|
possession, or use, and re-export of encryption software, to see if this is
|
||||||
|
permitted.
|
||||||
BIN
portable-dist/jre/bin/api-ms-win-core-console-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-console-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-console-l1-2-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-console-l1-2-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-datetime-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-datetime-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-debug-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-debug-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-errorhandling-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-errorhandling-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-fibers-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-fibers-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-fibers-l1-1-1.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-fibers-l1-1-1.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-file-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-file-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-file-l1-2-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-file-l1-2-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-file-l2-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-file-l2-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-handle-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-handle-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-heap-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-heap-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-interlocked-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-interlocked-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-kernel32-legacy-l1-1-1.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-kernel32-legacy-l1-1-1.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-libraryloader-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-libraryloader-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-localization-l1-2-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-localization-l1-2-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-memory-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-memory-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-namedpipe-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-namedpipe-l1-1-0.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-processthreads-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-processthreads-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-processthreads-l1-1-1.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-processthreads-l1-1-1.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-profile-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-profile-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-rtlsupport-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-rtlsupport-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-string-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-string-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-synch-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-synch-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-synch-l1-2-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-synch-l1-2-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-sysinfo-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-sysinfo-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-sysinfo-l1-2-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-sysinfo-l1-2-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-timezone-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-timezone-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-core-util-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-core-util-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-conio-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-conio-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-convert-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-convert-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-environment-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-environment-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-filesystem-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-filesystem-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-heap-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-heap-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-locale-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-locale-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-math-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-math-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-multibyte-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-multibyte-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-private-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-private-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-process-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-process-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-runtime-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-runtime-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-stdio-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-stdio-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-string-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-string-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-time-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-time-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/api-ms-win-crt-utility-l1-1-0.dll
Normal file
BIN
portable-dist/jre/bin/api-ms-win-crt-utility-l1-1-0.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/attach.dll
Normal file
BIN
portable-dist/jre/bin/attach.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/awt.dll
Normal file
BIN
portable-dist/jre/bin/awt.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/client/jvm.dll
Normal file
BIN
portable-dist/jre/bin/client/jvm.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/dt_shmem.dll
Normal file
BIN
portable-dist/jre/bin/dt_shmem.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/dt_socket.dll
Normal file
BIN
portable-dist/jre/bin/dt_socket.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/fontmanager.dll
Normal file
BIN
portable-dist/jre/bin/fontmanager.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/freetype.dll
Normal file
BIN
portable-dist/jre/bin/freetype.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/instrument.dll
Normal file
BIN
portable-dist/jre/bin/instrument.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/j2gss.dll
Normal file
BIN
portable-dist/jre/bin/j2gss.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/j2pcsc.dll
Normal file
BIN
portable-dist/jre/bin/j2pcsc.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/j2pkcs11.dll
Normal file
BIN
portable-dist/jre/bin/j2pkcs11.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jaas.dll
Normal file
BIN
portable-dist/jre/bin/jaas.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jabswitch.exe
Normal file
BIN
portable-dist/jre/bin/jabswitch.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jaccessinspector.exe
Normal file
BIN
portable-dist/jre/bin/jaccessinspector.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jaccesswalker.exe
Normal file
BIN
portable-dist/jre/bin/jaccesswalker.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jaotc.exe
Normal file
BIN
portable-dist/jre/bin/jaotc.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jar.exe
Normal file
BIN
portable-dist/jre/bin/jar.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jarsigner.exe
Normal file
BIN
portable-dist/jre/bin/jarsigner.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/java.dll
Normal file
BIN
portable-dist/jre/bin/java.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/java.exe
Normal file
BIN
portable-dist/jre/bin/java.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/javaaccessbridge.dll
Normal file
BIN
portable-dist/jre/bin/javaaccessbridge.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/javac.exe
Normal file
BIN
portable-dist/jre/bin/javac.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/javadoc.exe
Normal file
BIN
portable-dist/jre/bin/javadoc.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/javajpeg.dll
Normal file
BIN
portable-dist/jre/bin/javajpeg.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/javap.exe
Normal file
BIN
portable-dist/jre/bin/javap.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/javaw.exe
Normal file
BIN
portable-dist/jre/bin/javaw.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jawt.dll
Normal file
BIN
portable-dist/jre/bin/jawt.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jcmd.exe
Normal file
BIN
portable-dist/jre/bin/jcmd.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jconsole.exe
Normal file
BIN
portable-dist/jre/bin/jconsole.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jdb.exe
Normal file
BIN
portable-dist/jre/bin/jdb.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jdeprscan.exe
Normal file
BIN
portable-dist/jre/bin/jdeprscan.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jdeps.exe
Normal file
BIN
portable-dist/jre/bin/jdeps.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jdwp.dll
Normal file
BIN
portable-dist/jre/bin/jdwp.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jfr.exe
Normal file
BIN
portable-dist/jre/bin/jfr.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jhsdb.exe
Normal file
BIN
portable-dist/jre/bin/jhsdb.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jimage.dll
Normal file
BIN
portable-dist/jre/bin/jimage.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jimage.exe
Normal file
BIN
portable-dist/jre/bin/jimage.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jinfo.exe
Normal file
BIN
portable-dist/jre/bin/jinfo.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jjs.exe
Normal file
BIN
portable-dist/jre/bin/jjs.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jli.dll
Normal file
BIN
portable-dist/jre/bin/jli.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jlink.exe
Normal file
BIN
portable-dist/jre/bin/jlink.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jmap.exe
Normal file
BIN
portable-dist/jre/bin/jmap.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jmod.exe
Normal file
BIN
portable-dist/jre/bin/jmod.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jps.exe
Normal file
BIN
portable-dist/jre/bin/jps.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jrunscript.exe
Normal file
BIN
portable-dist/jre/bin/jrunscript.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jshell.exe
Normal file
BIN
portable-dist/jre/bin/jshell.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jsound.dll
Normal file
BIN
portable-dist/jre/bin/jsound.dll
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jstack.exe
Normal file
BIN
portable-dist/jre/bin/jstack.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jstat.exe
Normal file
BIN
portable-dist/jre/bin/jstat.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/jstatd.exe
Normal file
BIN
portable-dist/jre/bin/jstatd.exe
Normal file
Binary file not shown.
BIN
portable-dist/jre/bin/keytool.exe
Normal file
BIN
portable-dist/jre/bin/keytool.exe
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user