Archive for September 17th, 2010
Find the path of a java classes and jar file for inclusion in the classpath.
Posted by Julio Sanchez in Java, QuickTip on September 17, 2010
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 [...]
Encontrar la ruta de la clase java y su fichero jar par incluirlo en el classpath.
Posted by Julio Sanchez in Java, QuickTip on September 17, 2010
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 [...]
Keyboard shortcuts in the terminal
Posted by Julio Sanchez in QuickTip on September 17, 2010
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 [...]
how to create an install a package for solaris 10
Posted by Julio Sanchez in Solaris on September 17, 2010
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 # [...]

Core Networks homepage
Oracle University