braju.com Java fprintf, printf, sprintf (fscanf, scanf, sscanf)

 

Home

Download
Purchase
History
Examples
Documentation
API/javadoc
FAQ
Feedback
About

Donate

Java scanf

Download Java scanf beta

There exists only a Java 1.x version of the Java scanf package:

  1. hbbeta2.zip (60939 bytes)

Installation instructions

Installing on Java 1.1 and Java 2 systems

Include C:\java\classes\hbbeta2.zip as it is (no unpacking needed) in the class path. Example:

    set CLASSPATH=%CLASSPATH%;C:\java\classes\hbbeta2.zip (Windows systems) or
    setenv CLASSPATH=$CLASSPATH:~/java/classes/hbbeta2.zip (Unix systems)

You can test that you have set up the class path correctly by writing

    >java com.braju.beta.format.Format -help