Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

TPTP-standalone-script-TPTP4.4.0.3

Script where I separately installed the AC package

set BISTRO_GLOBAL_CACHE_DIR=

set BISTRO_INSTALL_DIR=

set TPTP_AC_HOME=C:\utils\eclipseAC440

set JAVA_PROFILER_HOME=C:\utils\eclipseAC440\plugins\org.eclipse.tptp.javaprofiler

set PATH=%PATH%;%JAVA_PROFILER_HOME%;%TPTP_AC_HOME%\bin

set JVM=C:\java\sun50_09_jre\bin\java

set AGENT=-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf

rem set AGENT=-agentlib:JPIBootLoader=JPIAgent:server=enabled;CGProf

rem set AGENT=-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf:execdetails=true

set CLASSPATH=xercesImpl.jar;xercesSamples.jar

%JVM% %AGENT% sax.Counter -s data/personal.xml

Script using the IAC package instead

set BISTRO_GLOBAL_CACHE_DIR=

set BISTRO_INSTALL_DIR=

set TPTP_AC_HOME=C:\utils\eclipse33\eclipse\plugins\org.eclipse.tptp.platform.ac.win_ia32_4.4.1.v200709261752\agent_controller

set JAVA_PROFILER_HOME=C:\utils\eclipse33\eclipse\plugins\org.eclipse.tptp.platform.jvmti.runtime_4.4.1.v200709261752\agent_files\win_ia32

set PATH=%PATH%;%JAVA_PROFILER_HOME%;%TPTP_AC_HOME%\bin

set JVM=c:\java\hre50\bin\java

rem set JVM=C:\java\sun50_09_jre\bin\java

set AGENT=-agentlib:JPIBootLoader=JPIAgent:server=standalone;CGProf

set PARMS=

rem set MARTINI_LOGGER_DIRECTORY=C:\java\logs

rem set MARTINI_LOGGER_LOG_LEVEL=5

set CLASSPATH=.

%JVM% %AGENT% %PARMS% hello

Back to the top