Last change
on this file since 31883 was 31883, checked in by vboxsync, 14 years ago |
Main: export some examples to OSE
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
833 bytes
|
Line | |
---|
1 | @echo off
|
---|
2 | rem Copyright (C) 2010 Oracle Corporation
|
---|
3 | rem
|
---|
4 | rem This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
5 | rem available from http://www.virtualbox.org. This file is free software;
|
---|
6 | rem you can redistribute it and/or modify it under the terms of the GNU
|
---|
7 | rem General Public License (GPL) as published by the Free Software
|
---|
8 | rem Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
9 | rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
10 | rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
11 |
|
---|
12 | set JAVA_HOME=c:\jdk
|
---|
13 | set JAVA=%JAVA_HOME%\bin\java
|
---|
14 | set JAVAC=%JAVA_HOME%\bin\javac
|
---|
15 | rem use Jacob after 1.15
|
---|
16 | set JACOB=s:\jacob-1.15-M3
|
---|
17 |
|
---|
18 | %JAVAC% -cp %JACOB%\jacob.jar VBoxTest.java VBoxCallbacks.java
|
---|
19 | %JAVA% -cp %JACOB%\jacob.jar;. -Djava.library.path=%JACOB% VBoxTest
|
---|
Note:
See
TracBrowser
for help on using the repository browser.