File: README.txt

package info (click to toggle)
ghostscript 10.06.0~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 96,096 kB
  • sloc: ansic: 944,437; python: 7,917; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 538; awk: 66; yacc: 18
file content (17 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
All README files assume that the user is using Java 8.

On Windows, make sure the JDK is installed and the bin directory
inside the installation folder is added to the PATH environment
variable. This exposes command line programs to build Java
applications.

On Linux and Mac, OpenJDK 8 is used.

What's in this directory:

./gsjava	The Java project which provides the bindings to Ghostscript.
./gstest	An old project used for testing gsjava
./gsviewer	A demo Java PDF viewer made using the Java bindings
./jni		Contains the C++ project which backs the Java bindings to Ghostscript
./mtdemo	A demo project used to demonstrate how multithreading can be used with
			the Java bindings