Archive for September 17th, 2010

Find the path of a java classes and jar file for inclusion in the classpath.

Before beginning I must thank my colleague Miguel Angel Jimenez (Instructor JAVA) to create a simple but practical example of Java code that demonstrates the usefulness of this script. Some time ago I asked this script to speed up searches for java classes inside the jar files, including information on the path to the desired [...]

FacebookTwitterGoogle BookmarksLinkedInShare

No Comments

Encontrar la ruta de la clase java y su fichero jar par incluirlo en el classpath.

Lo primero debo dar las gracias a mi compañero Miguel Ángel Jiménez (Instructor de JAVA) por crear un ejemplo práctico pero sencillo de código JAVA que demuestra la utilidad de este script. Hace tiempo que me lo pidió para agilizar las búsquedas de clases java dentro de los ficheros jar, incluyendo la información de la [...]

FacebookTwitterGoogle BookmarksLinkedInShare

1 Comment

Keyboard shortcuts in the terminal

Enable emacs functionality in the shell, if not already selected. root@solaris # set -o emacs CTRL + a -> Move cursor to the beginning of the line. CTRL + e -> Move cursor to the end of the line. ESC + b -> Move cursor to the benning of the previous word. ESC + f [...]

FacebookTwitterGoogle BookmarksLinkedInShare

No Comments

how to create an install a package for solaris 10

The idea is to automate the installation of an application that will run in solaris 10 using packets with the advantages that entails when: install it on multiple machines, not forgetting to delete any file, checking if installed correctly, …. 1. Create a file that indicates the absolute path of files to install: root@solaris # [...]

FacebookTwitterGoogle BookmarksLinkedInShare

1 Comment