My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off
rem @version $Revision$ ($Author$) $Date$
SETLOCAL
call "%~dp0..\environment.cmd"
if errorlevel 1 goto endmark

title BLUECOVE JSR82 EMULATION device 2

set CP=%BLUECOVE_JAR%
set CP=%CP%;%BLUECOVE_EMU_JAR%
set CP=%CP%;%BLUECOVE_TESTER_JAR%

java -Dbluecove.stack=emulator -Dbluecove.deviceID=2 -cp "%CP%" %BLUECOVE_MAIN%
if errorlevel 2 (
echo Error calling java
pause
)
pause java ends.
:endmark
ENDLOCAL
Show details Hide details

Change log

r2549 by skarzhevskyy on Dec 10, 2008   Diff
fix for directory may contain spaces on
windows
Go to: 
Project members, sign in to write a code review

Older revisions

r2523 by skarzhevskyy on Dec 08, 2008   Diff
Started TCK for JSR 82 1.1.1
All revisions of this file

File info

Size: 443 bytes, 20 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Hosted by Google Code