|
I installed jdk1.6.0_16 on enterprise linux 4 and I also set teh JAVA_HOME in my ~/.bash_profile
echo $JAVA_HOME correctly shows the new path of the java file
export JAVA_HOME=/jdk16/jdk1.6.0_16/bin/java
The bin directory is also int he path
However when...
Answer Snippets (Read the full thread at stackoverflow):
Here is a page about it
Or execute the java binary directly using: /jdk16/jdk1.6.0_16/bin/java -version
In addition to what PostMan said, you should also modify your PATH envvar... .
Whereis java
Type that in, and it will show you the locations java is kept .
|
|
I was thinking all of them as same words but in every forum they are mentioned.
Aren't they have same meaning means linux
Is Debian linux OS --- means noun
or
Ubuntu is Linux
and
debian and Ubuntu are different or same Red hat is linux which means equivalent...
Started by Mirage on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Likewise, Fedora is a descendant of....
Debian, Ubuntu, Fedora, Redhat are all linux OS distributions that contain the above kernel as well as a host of other userland tools.
Linux (capital "L") refers specifically to the linux kernel.
|
|
On Red Hat Linux or CentOS, how can one enforce that passwords consist of a mixture of alphabetical and numerical or special characters?
Started by Mike Barnett on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You should find the needed information here
From the NSA securing RedHat Linux Guide:
2.3.3.1 Set.
|
Ask your Facebook Friends
|
New to linux redhat and oracle 10g. Having problems creating an Oracle software user.
Input as /root
/user/sbin/useradd -g oinstall -G dba[,oper] oracle
Output
useradd: unknown group dba[ useradd: unknown group oper]
cat /etc/group showed the above groups...
Started by Chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You have resolved the group issue - my standard resource for Oracle installs on Linux - http.
|
|
We have developed a C# class library on VS 2008. We want the same functionality as a C++ library on Red Hat Linux. How do we accomplish that?
I am sure we are not the first to migrate C# to C++. Are there any automated tools to convert the source code...
Started by AlexKuznetsov on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
This way you would not need to recode the library .
For various other platforms (including RH Linux).
|
|
Hi, All,
I need to limit CPU, memory and network bandwidth usage for a bulk of processes on per-user basis. User is in fact just logic grouping for several daemon processes and not real humans. So different users has similar (but not necessarily identical...
Started by Rorick on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Then you can.
Many of these quota restrictions on a per login basis: http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/sag-pam_limits.html and Linux Administrator's Guide
Use virtualization.
|
|
I'm experiencing an issue on a test machine running Red Hat Linux (kernel version is 2.4.21-37.ELsmp) using Java 1.6 (1.6.0_02 or 1.6.0_04). The problem is, once a certain number of threads are created in a single thread group, the operating system is...
Started by ColinD on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This is with Ubuntu Linux (1GB RAM.
The maximum number of threads and can tweak it by compiling glibc .
|
|
I have two machines, first one running RedHat enterprise linux 5 and second one running RedHat Enterprise Linux 4. I have connected these two machines via LAN. I have been attempting to set up NFS (Network file system), hence the first machine has been...
Started by Vivek Kumar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
A little more information would be handy:
Can you ping between the two servers? Have you restarted NFS on the server after you added the entries to /etc/exports? What (if anything) do you see in the NFS server's logs when the client tries to mount? Either... .
|
|
I am looking at a farm of RedHat Enterprise Linux (RHEL) 5.3 servers, which all have GNOME and Xorg installed, none of which need them. They were deployed by a 3rd party from a VM template, and I don't know all of their history. What I do know is none...
Started by crb on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Ever since the dependencies were made such that you, basically, had to install X, whether you wanted... .
(I've been pulling X off of Redhat-derived distros for years.. .
I haven't done this with real, live RHEL, but I have pried X out of CentOS 5.1 and 5.2 .
|
|
Cant log in single user using grub
Started by Anthony on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Download and create a linux the Spacebar once to add a blank space....
Reboot server with no root password.
Boot with some live Linux CD, mount your partition with /etc directory, edit /etc/passwd by removing password field on root account.
|