My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@echo off
rem @version $Revision$ ($Author$) $Date$
SETLOCAL

call "%~dp0environment.cmd" %*
if errorlevel 1 (
echo Error calling environment.cmd
endlocal
pause
exit /b 1
)

set JVM_ARGS=%WIN_CE_JVM_ARGS%
set JVM_ARGS=%JVM_ARGS% -jcl:ppro10
set JVM_ARGS=%JVM_ARGS% -Dmicroedition.connection.pkgs=com.intel.bluetooth
set JVM_ARGS=%JVM_ARGS% -Dbluecove.stack=widcomm

%WMDPT%\RAPI_Start\rapistart "\Program Files\J9\PPRO10\bin\j9.exe" %JVM_ARGS% -cp "%BLUECOVE_INSTALL_DIR%\bluecove-tester.jar" net.sf.bluecove.awt.Main

rem %WMDPT%\RAPI_Start\rapistart "\bluecove\BlueCove-IBM"

if errorlevel 1 goto errormark
echo [Launched OK]
goto endmark
:errormark
ENDLOCAL
echo Error in start
pause
:endmark
ENDLOCAL

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

r2408 by skarzhevskyy on Oct 9, 2008   Diff
organize product to modules
r2147 by skarzhevskyy on May 1, 2008   Diff
clean up XP scripts
r1021 by skarzhevskyy on Aug 29, 2007   Diff
win CE tests
All revisions of this file

File info

Size: 755 bytes, 30 lines

File properties

svn:mime-type
text/plain
svn:eol-style
CRLF
svn:keywords
Date Author Id Revision
Powered by Google Project Hosting