EnglishFrenchSpanish

Ad


OnWorks favicon

make-jpkg - Online in the Cloud

Run make-jpkg in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command make-jpkg that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


make-jpkg - builds Debian packages from Java binary distributions

SYNOPSIS


make-jpkg [OPTION]... [FILE]

DESCRIPTION


make-jpkg builds a Debian package from the given Java distribution FILE.

Supported java binary distributions currently include:
* Oracle (http://www.oracle.com/technetwork/java/javase/downloads) :
- The Java Development Kit (JDK), version 6, 7 and 8
- The Java Runtime Environment (JRE), version 6, 7 and 8
- The Java API Javadoc, version 6, 7 and 8
(Choose tar.gz archives or self-extracting archives, do _not_ choose the RPM!)

The following options are recognized:

--full-name NAME
full name used in the maintainer field of the package

--email EMAIL
email address used in the maintainer field of the package

--changes
create a .changes file

--revision
add debian revision

--source
build a source package instead of a binary deb package

--with-system-certs
Replace the JVMs keystore with a softlink to the system's keystore,
(/etc/ssl/certs/java/cacerts) which is managed automatically by the ca-certificates
and ca-certificates-java packages.

--help display help text and exit

--version
output version information and exit

Download a supported JRE, JDK, API tar.gz or self-extracting archive from
http://www.oracle.com/technetwork/java/javase/downloads and execute make-jpkg file with
the downloaded file. The program asks the user for additional information and builds a
Debian binary package in the current directory.

The program requires about 200 MB free disk space in a temporary directory. The temporary
directory defaults to /tmp but you can specify an alternate directory by setting the
environment variable TMPDIR.

EXAMPLE


To install Oracle(TM) 7 Standard Edition JDK, download a release - 64 bits version of
update 2 from
http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html in
this example - and invoke make-jpkg:

make-jpkg <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz

This generate a Debian package in the current directory, that can be installed using dpkg:

dpkg -i oracle-java7-jdk_7u2_amd64.deb

When you're done, you can delete initial download as well as generated package:

rm <path_to_download_directory>/jdk-7u2-linux-x64.tar.gz oracle-
java7-jdk_7u2_amd64.deb

ENVIRONMENT


TMPDIR base directory used for temporary files (defaults to /tmp)

J2SE_PACKAGE_FULL_NAME
full name used in the maintainer field of the package; if none is supplied then the
default of "Debian Java Maintainers" is used.

J2SE_PACKAGE_EMAIL
email address used in the maintainer field of the package; if none is supplied the
default of "[email protected]" is used.

Use make-jpkg online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 2
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 3
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 4
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • 5
    KompoZer
    KompoZer
    KompoZer is a wysiwyg HTML editor using
    the Mozilla Composer codebase. As
    Nvu's development has been stopped
    in 2005, KompoZer fixes many bugs and
    adds a f...
    Download KompoZer
  • 6
    Free Manga Downloader
    Free Manga Downloader
    The Free Manga Downloader (FMD) is an
    open source application written in
    Object-Pascal for managing and
    downloading manga from various websites.
    This is a mirr...
    Download Free Manga Downloader
  • More »

Linux commands

Ad