Advanced-Portals/DragAndDropStarter.bat

8 lines
348 B
Batchfile
Raw Normal View History

REM Use this file for testing cases for different versions, just drag the version you want to test the plugin in and it will start.
@ECHO OFF
:A
2018-07-13 01:53:32 +02:00
java -Xmx4096M -DIReallyKnowWhatIAmDoingISwear=true -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar %1
REM Could add a 32 bit test part but noone uses 32 bit anymore
GOTO A
2020-06-18 04:37:06 +02:00
PAUSE