Skip to content

Commit 0cd3520

Browse files
committed
first crack at new Java support
1 parent 027ed1a commit 0cd3520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • FlashpointSecurePlayer/FlashpointSecurePlayerConfigs

FlashpointSecurePlayer/FlashpointSecurePlayerConfigs/java.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modeTemplates>
1111
<softwareModeTemplate hideWindow="true">
1212
<regexes>
13-
<regex name="(.+)" replace="Java\JDK_1.8.0_181\bin\appletviewer.exe -J-Dhttp.proxyHost=127.0.0.1 -J-Dhttp.proxyPort=8888 -J-Dhttps.proxyHost=127.0.0.1 -J-Dhttps.proxyPort=8888 $1" />
13+
<regex name="^\s*(?:(&quot;[^\\&quot;]*(?:\\&quot;[^\\&quot;]*)*&quot;?)\s*(.*)$)?([^\\&quot;\s]*(?:\\&quot;[^\\&quot;\s]*)*)\s*(.*)$" replace="Java\JDK_1.8.0_181\bin\appletviewer.exe -J-Dhttp.proxyHost=127.0.0.1 -J-Dhttp.proxyPort=22500 -J-Dhttps.proxyHost=127.0.0.1 -J-Dhttps.proxyPort=22500 -J-Dftp.proxyHost=127.0.0.1 -J-Dftp.proxyPort=22500 -J-DsocksProxyHost=127.0.0.1 -J-DsocksProxyPort= -J-Xbootclasspath/a:..\jre\lib\deploy.jar;..\jre\lib\javaws.jar;..\jre\lib\plugin.jar $2$4 $1$3" />
1414
</regexes>
1515
</softwareModeTemplate>
1616
</modeTemplates>

0 commit comments

Comments
 (0)