Sponsored Content
Full Discussion: Help!
Top Forums UNIX for Advanced & Expert Users Help! Post 5568 by LivinFree on Friday 17th of August 2001 04:43:57 AM
Old 08-17-2001
To view .ps files, try ghostview, default installed on Linux. I'm not sure about other Unices, but it is open source.
man gv

Also (especially in Linux) look for the psto* or ps2* applications, like ps2ascii or ps2text (also pstoascii and pstotext).

If you don't have them, install the ghostview package...

 
GCJH(1)                                                                 GNU                                                                GCJH(1)

NAME
gcjh - - generate header files from Java class files SYNOPSIS
gcjh [OPTIONS]... CLASS... DESCRIPTION
The "gcjh" program is used to generate header files from class files. It can generate both CNI and JNI header files, as well as stub implementation files which can be used as a basis for implementing the required native methods. It is similar to "javah" but has slightly different command line options, and defaults to CNI. OPTIONS
See "javah" for a full description; this page only lists the additional options provided by "gcjh". CNI text options -add text Insert text into class body. -append text Append text after class declaration. -friend text Insert text as a "friend" declaration. -prepend text Insert text before start of class. Compatibility options (unused) -td DIR -M -MM -MD -MMD Unused compatibility option. Standard options: -help Print help text, then exit. -version Print version number, then exit. -JOPTION Pass argument to the Java runtime. BUGS
SEE ALSO
javac(1), javah(1), ... AUTHOR
0.98 2010-07-05 GCJH(1)
All times are GMT -4. The time now is 07:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy