runjava revision 4632
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#!/bin/bash
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# This code is free software; you can redistribute it and/or modify it
b0e88382fa6cab5a202902e8e3fbbd8a7ce5e4edvboxsync# under the terms of the GNU General Public License version 2 only, as
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# published by the Free Software Foundation. Oracle designates this
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync# particular file as subject to the "Classpath" exception as provided
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync# by Oracle in the LICENSE file that accompanied this code.
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync#
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
e06c59a0dd265fb36fc3ade96b83ced3aec14c37vboxsync# version 2 for more details (a copy is included in the LICENSE file that
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# accompanied this code).
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# You should have received a copy of the GNU General Public License version
772269936494ffaddd0750ba9e28e805ba81398cvboxsync# 2 along with this work; if not, write to the Free Software Foundation,
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# or visit www.oracle.com if you need additional information or have any
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync# questions.
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync#
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsyncjava -ea -classpath "lib/junit-4.4.jar:build/JObjC.build/Debug/bin/core:build/JObjC.build/Debug/bin/generator:build/JObjC.build/Debug/bin/additions:build/JObjC.build/Debug/bin/test:build/JObjC.build/Debug/bin/generated" -Djava.library.path=build/Debug $@
18470279db8a9fdd714617adbe1aa8b63cc80aeevboxsync