VirtualBox

source: vbox/trunk/src/VBox/Main/win/samples/run.bat@ 31883

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
2rem Copyright (C) 2010 Oracle Corporation
3rem
4rem This file is part of VirtualBox Open Source Edition (OSE), as
5rem available from http://www.virtualbox.org. This file is free software;
6rem you can redistribute it and/or modify it under the terms of the GNU
7rem General Public License (GPL) as published by the Free Software
8rem Foundation, in version 2 as it comes in the "COPYING" file of the
9rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the
10rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
11
12set JAVA_HOME=c:\jdk
13set JAVA=%JAVA_HOME%\bin\java
14set JAVAC=%JAVA_HOME%\bin\javac
15rem use Jacob after 1.15
16set 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette