alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (README)

This example Java source code file (README) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

jdk, the, this

The README Java example source code

test/tools/javah/compareTest/README

This directory contains a program for comparing the output of new javah against the
output of JDK 6 or other older versions of javah.

It cannot be run automatically because of the need for the older version of javah
to compare against.

The test works by scanning a jar file, such as rt.jar, looking for all files with
native methods.  It then runs both the old and new versions of javah on those
classes with native methods, and verifies that the results are character-for-character
identical.

To run the test, build langtools, then execute the script in the root langtools 
directory, providing the location of the JDK to be tested. The default is
/opt/jdk/1.6.0.

Other Java examples (source code examples)

Here is a short list of links related to this Java README source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.