VirtualBox

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

最後變更 在這個檔案從34772是 31885,由 vboxsync 提交於 15 年 前

OSE header fixes

  • 屬性 svn:eol-style 設為 CRLF
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 846 位元組
 
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.alldomusa.eu.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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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