VirtualBox

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

Last change on this file since 33517 was 31885, checked in by vboxsync, 14 years ago

OSE header fixes

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 846 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.
11REM
12
13set JAVA_HOME=c:\jdk
14set JAVA=%JAVA_HOME%\bin\java
15set JAVAC=%JAVA_HOME%\bin\javac
16rem use Jacob after 1.15
17set JACOB=s:\jacob-1.15-M3
18
19%JAVAC% -cp %JACOB%\jacob.jar VBoxTest.java VBoxCallbacks.java
20%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