How to Install and Uninstall libjxp-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libjxp-java" package

Please follow the guidelines below to install libjxp-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjxp-java

2. Uninstall "libjxp-java" package

Here is a brief guide to show you how to uninstall libjxp-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjxp-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjxp-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjxp-java
Priority: extra
Section: universe/java
Installed-Size: 250
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.6.1-6
Filename: pool/universe/libj/libjxp-java/libjxp-java_1.6.1-6_all.deb
Size: 208476
MD5sum: 3d3e864fa4f53d03579b7ad70d4d4655
SHA1: b4d6b6912f6f08c3298972b712bd48a7210facd5
SHA256: 42c779925bb725eed8a866ee188a73f03bb215a08f74b879a117390d2ff80d1a
Description-en: Java template engine/script processor
Jxp (Java scripted page) is a script-processor that process JSP-like files.
It contains a parser to parse the script file into an abstract syntax tree
and a tree processor (JxpProcessor) that will process the syntax tree to
execute the code using reflection API to produce output. The main uses of Jxp
are:
.
* as a script language engine to increase flexibility in the user
application
* as a template engine to produce dynamic text output
.
Some of the main features of Jxp include:
.
* Java as script/template language. Why learn another one? ;)
* Run JSP-like code outside of servlet container
* support common java language 1.4 constructs (partial 1.5 syntax support
on jdk 1.4)
* support common JSP constructs including import directive, declaration, EL
etc (taglib not supported, yet)
* practical template sources management framework
* support caching of parsed syntax tree to eliminate reparse of template
* a servlet implementation to enable web-scripting
* extensible processing context for defining built-in function on the
scripts
Description-md5: 83a08b24ee17047c878cb5850cbbf8c1
Homepage: http://jxp.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu