Audio & Video
Business
Communications
Desktop Enhancements
Drivers
Education
Games
Graphic & Design
Home & Hobby
Mobile Phones
Network & Internet
Screen Savers
Security & Privacy
Servers
Software Development
Active X
Basic, VB, VB DotNet
C and C++ Tools & Components
Compilers & Interpreters
Components & Libraries
Databases & Networks
Debugging
Delphi Tools & Components
Help File Tools
IDEs & Coding Utilities
Java
Management & Distribution
Misc. Programming Tools
PowerBuilder Tools & Components
Registration Tools
Setup Utilities
Source Editors
Specialized Tools
Utilities
Web Development

New Downloads
Directory Report 31.1
ProjectTrack Personal Edition 2007.6.1
Import vCards to Outlook 1.0
ShadowProtect Server Edition 3.3
Easy Gift Card 2.3.15
OurSecret 2.0.0.1012
Server Monitor for BusinessObjects XI 1.0
Secure Password Manager 2.2.5.1011
AVI MPEG WMV Joiner 1.9.88.0906
Able Launch Bar 3.6
 
Top Downloads
Quick Slide Show 2.01
16547 download (Shareware)
OnLine TV Live 6.3.11
10901 download (Freeware)
Send Free SMS Messages to Mobile Phones 1.01
9697 download (Freeware)
FREE PHONE 2.0.0.0
8801 download (Freeware)
NokiaFREE unlock codes calculator NokiaFREE3.exe
7664 download (Freeware)
Wireless WEP Key Password Spy 1.0
6317 download (Demo)
Mobile Phone Tools 4.04
6237 download (Shareware)
Universal Simlock Remover 1.09
5099 download (Freeware)
UnlimitedPS2Games 5.844
4654 download (Shareware)
Calendar Software for Professionals 3.1
3843 download (Freeware)
 
Top Rated
Send Free SMS Messages to Mobile Phones 1.01
OnLine TV Live 6.3.11
Wireless WEP Key Password Spy 1.0
NokiaFREE unlock codes calculator NokiaFREE3.exe
UnlimitedPS2Games 5.844
Quick Slide Show 2.01
Cafe English 1.0
Bus Driver 1.0
Calendar Software for Professionals 3.1
FREE PHONE 2.0.0.0
 
Popular Tags
Major Images
Drum Major Wav
Target Words
Target Printing
Target Wordgame
 

Latest News
Programy ZDARMA na CD-DVD - PC World

PC World, Czech Republic - Sep 25, 2008
Nechybí samoz
Pentagon: Open Source Good To Go - Redmondmag.com

Redmondmag.com, CA - Oct 8, 2008
A 2003 policy, entitled "Information Assurance Implementation" (8500.2), states that the military should not use freeware or shareware software. ...
Through the mirror backwards: p2pnet interview - p2pnet.net

p2pnet.net, Canada - Oct 4, 2008
It currently has more than 380 freeware and shareware applications listed and there have been more than two million downloads for virtually no bandwith. ...
No need to pirate these free classics - UConn Daily Campus (subscription)

UConn Daily Campus (subscription), CT - Oct 2, 2008
... be able to pirate free software! You'll see me ruined." "Why should I? Don't you realize how many classic games there are, labeled freeware or shareware ...
Average PC harbouring 28 bits of spyware - Silicon.com

Silicon.com, UK - Sep 15, 2008
EarthLink uses it to describe several types of software code that might be deposited on a person's computer, often when freeware or shareware such as ...
Babya drops EULA and other license agreements - PRMinds (press release)

PRMinds (press release), France - Sep 21, 2008
A industry first, Babya is the only software developer to completely do away with shareware,freeware and comnercial software and EULA license types, ...
How to prevent someone from looking over your shoulders at the ... - Promotion World (press release)

Promotion World (press release), CA - Oct 9, 2008
In this scenario, spyware is embedded, attached, or bundled with a freeware or shareware program without the user
DoD Prepares Open Source Use, Contribution Guidelines - IT Business Edge

IT Business Edge, KY - Oct 10, 2008
... shelf
Pentagon is preparing guidelines for open-source adoption - CNET News

CNET News, CA - Oct 9, 2008
The memo should also dispel lingering ideas that open source software may not be used because it is a form of shareware or freeware. ...
Programy ZDARMA na CD-DVD - PC World

PC World, Czech Republic - Sep 25, 2008
Nechybí samoz
 

Downloads RSS
RSS XML
MY Yahoo
Add to Google
Add to MSN
My AOL
News Geter
Rojo
Bloglines
My Feedster
Navigation: Home / Software Development / Help File Tools

JarLook v1.2


Check a Java jar to make sure all the javac -target versions of
the class files are what you expect.

Java application.
Requires Java version 1.5 or later.

All Java source code is included.

to use:

java -jar jarlook.jar jartotocheck.jar 1.1 1.4

where jartocheck.jar is the name of jar to check.
It will check all the class files in it.

In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.

Currently, only version numbers 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
and 1.6 are supported. The program does not currently test
minor version numbers.

Why would you use this utility? To make sure that a jar
intended to run under an old 1.1 JVM contains no classes
accidentally compiled with javac -target 1.5. Passing this
test does not guarantee the jar will work on an old JVM. The
jar still might use methods not bundled with old JVMs. This
should catch however, classes normally compiled with target
1.1 that were accidentally compiled with 1.5 as a side
effect of compiling some 1.5 class.

There is a similar program called JarCheck available at
http://mindprod.com/products1.html#JARCHECK

Type:  Freeware
Price: USD $0.00
Tags:  Jarlook, Jar, Java, Version, Major, Minor, Target
Download Homepage Report Broken Link
User rating: Unrated
Voted: 0 users
Vote:
Downloaded 25 times
Zoom Screenshot
Software Info
Released: March 6, 2006
Filesize: 269.9 KB
Language: English
Platforms: Windows 98, Windows, Windows Me, Windows NT, Windows 2000, Windows XP, Windows 2003, Mac OS X, Macintosh, Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows Vista Enterprise,Windows Vista Ultimate,Windows Vista Home Basic x64,Windows Vista Home Premium x64,Windows Vista Business x64,Windows Vista Enterprise x64,Windows Vista Ultimate x64,Unix,Linux,Linux Console,Linux Gnome,Linux GPL,AS/400,OS/2,OS/2 Warp,OS/2 Warp 4,Java
Requrements: Java 1.5+
Install: Install
Related Software
Check a Java jar to make sure all the javac -target versions of the class files are what you expect. JarCheck 1.2 download by Canadian Mind Products
Check a Java jar to make sure all the javac -target versions of the class files are what you expect. Java application. Requires Java version 1.5 or later. All Java source code is included. to use: java -jar jarcheck.jar jartotocheck.jar
Download
Consists of a pair of utilities that let you convert/strip/insert HTML entities such as _amp; Entities 2.2 download by Canadian Mind Products
Consists of a pair of utilities that let you convert/strip/insert HTML entities such as _amp;- and _quot; from files converting them back and forth to their equivalent single characters !amp; and !quot;. It handles the HTML 4 entities such as _hearts;
Download
In this guitar course, you will find  eleven studies inspired by various forms of the Blues: major, minor,finger picking, playing with a pick, etc. How to play the guitar Vol3 5.0 download by Terre Mouvante Cie
You will find in this guitar course eleven studies inspired by various forms of the Blues: major, minor, finger-picking, played with a pick, etc. The cyclic structure of this musical style produces pieces which are easy to remember, however the majority
Download
MaxMonkey multiple window management tool. MaxMonkey 2.40 download by MonkeyJob Systems
Windows state manager: MaxMonkey is a windows maximizer, minimizer, restorer and closer. With one easy left-click, double-click or middle-mouse-button click from the system tray, MaxMonkey can automatically maximize, minimize, restore or close multiple
Download
JSummer is a tool to compute and check MD5, SHA-160 and SHA-256 message digest. JSummer native 0.0.5.1 download by Klaus Zerwes zero-sys.net
JSummer is a tool to compute and check MD5, SHA-160 and SHA-256 message digest. Console-Version and GUI. Implemented in Java - but runs without a java-vm!
Download
Wassup let Wassup 2.4 download by Canadian Mind Products
Wassup let's you know what's up with your Java environment. It will tell you the System Properties, as many as the Security system will let you peek at. This includes such things as which JVM is running, which version of Java, which vendor. It may
Download
Web Voice Mail 2.0 download by VIMAS Technologies
Mp3 Web Voice Mail allows to send e-mail voice messages in Mp3 format from Web site to any existing e-mail software, even to free web based e-mail like Hotmail and Yahoo. Mp3 players are installed almost on the each computer, so, no problem with playback
Download
Java Outlook Connector 2.0.5 download by Moyosoft
The Java Outlook Connector (JOC) allows Java developers to access data stored in the Outlook application, like e-mails, contacts and appointments. For example, the library can be used to build synchronization tools, organize/export Outlook's data or
Download
RSP OGG Vorbis Player OCX 2.8.1 download by RSP Software
ActiveX OCX to play OGG Vorbis media files , the decoding engine is loaded dinamically in the process , the processor time required to decode the OGG Vorbis is less than  MP3 files , the decoder quality is very good or better than MP3 files , the decoder
Download
JSummer is a tool to compute and check MD5, SHA-160 and SHA-256 message digest. JSummer java 0.0.5.1 download by Klaus Zerwes zero-sys.net
JSummer is a tool to compute and check MD5, SHA-160 and SHA-256 message digest. Console-Version and GUI. Implemented in Java.
Download
Most popular Help File Tools
Help Explorer Viewer is a full-featured help viewer for both Windows and Linux. Help Explorer Viewer 3.0 download by HelpExplorer Software
Help Explorer Viewer is a help viewer for both Windows and Linux that gives you a way to use help files in Windows' WinHelp, MS HTML Help 1.x and MS Help 2.0 formats with your applications, no matter under which operating system - Windows or Linux -
Download
Port Terminal lets you connect to serial port device or to remote computer using null-modem cable or LAN, send and receive various types of data (ASCII string, binary, octal and hexadecimal), redirect input/output data streams into a specified file. Eltima Serial Port Terminal 5.0 download by ELTIMA Software GmbH
The main purpose of Eltima Serial Port Terminal is to establish connection to serial port and send/receive various types of data down the serial line. Eltima Serial Port Terminal is a session-based, multi-purpose application that provides simple communication
Download
Help Generator for Visual Basic 6. Help Generator for Visual Basic 6.0 3.0 download by AGORA Software BV
Help Generator for Visual Basic 6.0 creates context sensitive HTML Help for your applications in seconds. Features HTML page and image generation, table of contents, index and search, images with hotspots and export to Word. The wizard lets you set many
Download
Help authoring software. WinCHM - help authoring software 3.35 download by Create help files
WinCHM is a very easy-to-use help authoring tool. Not needing to learn too much, you can be master of creating HTML help(CHM), Web help, PDF and Word documents. Using WinCHM you can not only make help files with nothing, b