Skip to content

Instantly share code, notes, and snippets.

@daparic
Last active January 8, 2024 10:30
Show Gist options
  • Save daparic/7d290889e09781459adff26c4f6889c1 to your computer and use it in GitHub Desktop.
Save daparic/7d290889e09781459adff26c4f6889c1 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
P=~/Install/C_Linux_parasoft/cpptest
$P/bin/jre/bin/java \
-cp $P/ide/eclipse/plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar \
-verbose:class \
-Dcpptestcli.vendor=Parasoft \
-Dcpptestcli.name=C/C++test \
-Dcpptestcli.edition=Professional \
-Dcpptestcli.version=2023.2.0 \
-Dcpptestcli.version.internal=10.6.3 \
-Dcpptestcli.build=20231205B2318 -Dcpptestcli.mod= \
-Dcpptestcli.arch=linux.x86_64 \
-Dcpptestcli.copyright='Copyright (C) 2023 Parasoft Corporation' \
-Xmx2048m \
-Dosgi.bundlefile.limit=300 \
-Djava.awt.headless=true \
-Dcom.parasoft.cpptest.distro.loc=$P \
-Dcom.parasoft.cpptest.distro.loc.configurable=false \
--add-opens java.base/java.lang=ALL-UNNAMED \
--add-opens java.base/java.lang.invoke=ALL-UNNAMED \
--add-opens java.base/java.math=ALL-UNNAMED \
--add-opens java.base/java.util=ALL-UNNAMED \
--add-opens java.base/java.util.concurrent=ALL-UNNAMED \
--add-opens java.base/java.util.regex=ALL-UNNAMED \
--add-opens java.base/java.net=ALL-UNNAMED \
--add-opens java.base/java.nio=ALL-UNNAMED \
--add-opens java.base/java.text=ALL-UNNAMED \
--add-opens java.desktop/java.awt=ALL-UNNAMED \
--add-opens java.desktop/java.awt.geom=ALL-UNNAMED \
org.eclipse.equinox.launcher.Main \
-data /home/yan/parasoft/workspace \
-application com.parasoft.ptest.checkers.eclipse.core.XtestApplication8 \
-machineid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment