JavaNativeMethodImpl_AppleJDK8.st
author Claus Gittinger <cg@exept.de>
Mon, 03 Sep 2018 16:26:22 +0200
branchcvs_MAIN
changeset 3851 38ef6bdc1a2b
parent 3843 a4f7ed2a6409
permissions -rw-r--r--
#FEATURE by cg class: JavaRelease class added: #appleJDK8 #appleJDK9 class: JavaRelease::AppleJDK6 comment/format in: #javaHomesOnOSX changed: #selector class: JavaRelease::AppleJDK6 class removed: #isJDK6 class: JavaRelease::AppleJDK8 class definition added: #javaExtDirsOnUNIX #javaExtDirsOnWindows #javaHomesOnOSX #javaHomesOnWindows #javaNativeMethodsImplementation #jdkHome #jniLibDirInJreHome #jreHome #libDirInJreHome #name #nameOf_rt_dot_jar #nativeLibDirInJreHome #priority #selector class: JavaRelease::AppleJDK8 class added: #copyright #documentation class: JavaRelease::AppleJDK9 class definition added: #javaExtDirsOnUNIX #javaExtDirsOnWindows #javaHomesOnOSX #javaHomesOnWindows #javaNativeMethodsImplementation #jdkHome #jniLibDirInJreHome #jreHome #libDirInJreHome #name #nameOf_rt_dot_jar #nativeLibDirInJreHome #priority #selector class: JavaRelease::AppleJDK9 class added: #copyright #documentation class: JavaRelease::OracleJDK6 comment/format in: #javaNativeMethodsImplementation

"
 COPYRIGHT (c) 2018 by Claus Gittinger

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
"{ Package: 'stx:libjava' }"

"{ NameSpace: Smalltalk }"

JavaNativeMethodImpl_OpenJDK8 subclass:#JavaNativeMethodImpl_AppleJDK8
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Support-Java 8'
!

!JavaNativeMethodImpl_AppleJDK8 class methodsFor:'documentation'!

copyright
"
 COPYRIGHT (c) 2018 by Claus Gittinger

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
! !

!JavaNativeMethodImpl_AppleJDK8 class methodsFor:'documentation'!

version_CVS
    ^ '$Header$'
! !