Login Form






Lost Password?
No account yet? Register

Syndicate


SUSE 9.1 Professional PDF Print E-mail
 
During the last week I had the opportunity to test the Proffesional new version of SUSE 9.1. As is usually the first impression is often wedding photographer glasgow verizon wireless prepaid cheap web hosting the most important, I was afraid to open the box. Collected a little courage I opened it. I could not go with admiration. SUSE AG postarala really to give SUSE. Yes it should appear each boxed version of GNU / Linux. In the middle of a consumer who bought the package is 2 books dealing with Linux: Administration Pain medication 50mg online SEO calling phone cards Guide "and" User Guide ", a package of CDs and the 2 disc DVD bilateral (DVD1 and DVD2 installation source), plus a package of regular CD needed for installation - total 7 discs. In addition, SUSE AG, the plate with a full version of the database SQL Anywhere ® Studio for Linux v9.0 and SUSE extra sticker with the logo - with the chameleon. That was a first impression.


Java in Linux PDF Print E-mail
Written by Administrator   

In today's growing Internet, Java language grows. Anyone who is interested in a bit of the Internet to see what applets. Those more advanced try to learn some "tricks". If you already have some provision would need to achieve them. We need to first download the entire JavaDevelopmentKit which we find, at http://java.sun.com. After successfully downloading the package *. *. rpm.bin tar.gz.bin or accede to install the entire package. (Since I use the same so I will install Red Hat RPM).

Ripping it for example to / root (the root must have the right to perform the operation) and write the bin J2RE-1_ *_*_**- linux-i586-rpm.bin, (in the stars need to put the version number) before it javasdk the *. rpm file, you now simply click (or enter into a rpm-Midnight Commander): rpm-i J2RE-1_ *_*_**- linux-i586-rpm, which should install all the library needs.

Sometimes we do not have contact with redhat, then you should download the source of the general, which we install on any Linux / Unix.

Download the source: J2RE-1_ *_*_**- linux.tar.gz (or the other depending on the version, in any case end in *. tar.gz)

it unpacks the command: tar-xzvf J2RE-1_ *_*_**- linux.tar.gz

After unpacking, we enter into a directory that we created, we rozpakowały source files,

We assume that rozpakowałeś them in the directory / home / rumek (this is your home directory, as well it may be / root or whatever iinego eg / usr / local)

In theory, we have already installed Java, but, we need to compile anything given the full path to the program that is

/ home/rumek/jdk1.2.2/bin/javac Klasa.java

This is a little inconvenient because you can set the path PATH and then we will be able to do it in this way from any directory

javac Klasa.java,
it simply so that the shell gives a

PATH = / usr/local/jdk1.2.2/bin: $ PATH (with ksh, sh, or bash)

and in csh

set path = (/ usr/local/jdk1.2.2/bin $ path)

Now check whether you already are ok:

. $ HOME / .profile
which java (in ksh, bash, sh)

source ~ /. cshrc
which java (in csh)

To update this entry as we add each log line above (those with path) to a file. Bash_profile in the user directory

 
< Prev