@hackage / Javav

A utility to print the target version of Java class files.

Version Deprecated package0.0.4

About

Metadata

  • Last updated , by TonyMorris
  • License BSD-3-Clause
  • Maintained by: Tony Morris

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    small_base (on by default)

    Choose the new, split-up base package.

Readme

Installs a javav executable to print the target version of one or more Java class files.

For example:

> javav ThisClass.class ThatClass.class
1.6 (50.0 0x32) ThisClass.class
1.5 (49.0 0x31) ThatClass.class

Java VM Specification 4.1 The ClassFile Structure

http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#74353