Ubuntu Installation :: Change OpenJDK To JDK From Oracle?

Mar 11, 2011

Im trying to change my OpenJDK to JDK from oracle. I have tried a lot of ways that I found on net, and I coudnt.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Disable The OpenJDK Or Remove OpenJDK

Feb 1, 2011

OpenJDK has recently updated. Problem is that I am using the JDK from Sun/Oracle which I downloaded and installed along with other java tools and IDE's. I notice that openJDK is now the default JDK on the system.

java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.4) (6b20-1.9.4-0ubuntu1~10.04.1)
OpenJDK Server VM (build 19.0-b09, mixed mode)

Now my own java build is configured in $PATH but ignored, this is not good as I do a lot of java development. I would like to disable the OpenJDK or even remove it. I would also like to disable the update manager for this particular package and it's other add ons.

View 2 Replies View Related

Fedora :: Firefox 3.6 And Change OpenJDK Java Plugin?

Jan 22, 2010

see the released of Mozilla Firefox 3.6. However, it seems that Firefox 3.6 does not like current OpenJDK Java plugin installed by Fedora 12. (IT SUPPORTS NOW SEE SOLUTION BELOW) A little google turned out that in this release Firefox dropped the old Open Java Integration mechanism, which is currently being used by OpenJDK Java plugin. [Code] Now I have to manually install the JRE from Sun to get Java plugin in Firefox 3.6.

Is there any plan for OpenJDK to catch up with this change of Java plugin? I hope the Firefox 3.6 shipped with Fedora 13 could have OpenJDK Java plugin support.

Yes, OpenJDK did have plan for the new java plugin. Actually it arrived with IcedTea B17 (Alpha version, of course). However, the new plugin support is only enabled in Fedora 13 build config. Now our task is simple, upgrade the OpenJDK to Fedora 13 build in rawhide, like what we have done to Firefox.

[Code]....

Reboot your Firefox 3.6 and it's done. I have tested with Citrix java client and RuneScape. Citix works fine, but the RuneScape crashed with my Compiz. Switch off Compiz and the RuneScape works fine, too. It is not a big deal for me since I do not play RuneScape. So basically it WORKS.

View 14 Replies View Related

Debian :: Uninstalling Sun-java6 Automatically Adds Default-jre (openjdk) And OpenJdk Automatically Installs Sun-java

Nov 4, 2010

how do I uninstall Java? Tried with Synaptic and apt-get remove, but uninstalling sun-java6 automatically adds default-jre (openjdk) and uninstalling openJdk automatically installs sun-java ... but I don't want ANY Java on my machine - am I missing something? Already thought I maybe have a package that requires SOME kind of Java, but how do I find out?

View 2 Replies View Related

Fedora :: Upgrade Of Java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 And Java-1.6.0-openjdk-plugin-1.6.0.0-43.1.8.2.fc13.i686 Prevent The Loading Of Ameritrades Command?

Oct 21, 2010

Last nights upgrade of java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 and java-1.6.0-openjdk-plugin-1.6.0.0-43.1.8.2.fc13.i686 prevent the loading of Ameritrades Command Center.Downgrading to version 1.6.0.0-37 fixes the problem. I'll post the bugzilla number as soon as I get the chance to file it.

View 3 Replies View Related

General :: Cannot Change Directory To /home/oracle: Permission Denied

Nov 8, 2010

I am installing oracle 11g on Oracle enterprise Linux 5 i applied all the steps in doc [URL] when trying to switch user to user oracle i am facing the below

[root@oel5 ~]# su - oracle
su: warning: cannot change directory to /home/oracle: Permission denied
-bash: /home/oracle/.bash_profile: Permission denied

View 14 Replies View Related

Ubuntu :: Installing Oracle - /etc/init.d/oracle-xe Configure Command Missing?

Jul 24, 2011

I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.

1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb

2) Then I ran

sudo apt-get install bc (ran fine)
sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb

(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.

I ran the following command-

--Manually uninstalling Oracle 10g--
sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client

Then I again ran the following command to install oracle-xe

sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb

See below what I got as the output-

rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)

[code]....

Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.

View 1 Replies View Related

General :: User For Oracle,tried To Install Oracle 10g On Redhat 5 But Gettinh The Same Error Message?

Nov 27, 2010

I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??

View 2 Replies View Related

Ubuntu :: Oracle Installation In 10.04 LTS

Jun 2, 2010

I am in process of installation of Oracle 11gR2 on fresh installed Ubuntu 10.04. I don't know whether it is right place to ask this question here or not; even I have asked this question in oracle forum [URL]; I am asking here too. Oracle people says that its OS level library access issue and/or installer is not able to get the right file to proceed further.

View 1 Replies View Related

Ubuntu Installation :: Oracle 10gR2 XE On 11.04?

May 15, 2011

Has anyone managed to install the oracle 10g xe server on ubuntu 11.04? I previously installed it on ubuntu 10.10 following this instructions, but now i am having problems when doing the same thing on ubuntu 11.04.

[Code]....

View 2 Replies View Related

Fedora :: Installation Of Oracle On F12?

Dec 2, 2009

I've installed fedora 12 on my laptop now i would like to install oracle, i need suggessions for installing oracle on fedora 12 and the installation procedure.

View 3 Replies View Related

Ubuntu Installation :: Aptdaemon Error While Installing Oracle 10g

Mar 24, 2011

An unhandlable error occured There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. Please report this error at http://launchpad.net/aptdaemon/+filebug and retry.

I recently tried to install Oracle xpress edition 10g by downloading the ".deb" file of around 200 mb. When the installation was about to complete, the "Ubuntu Software Center" gave an error like shown in the picture.

View 1 Replies View Related

Fedora Installation :: How To Install Oracle 9i In F12?

Feb 5, 2010

I am new to linux and i wish to install oracle 9i in fedora 12 can anyone provide me the details of where and how to download oracle 9i and installation steps

View 6 Replies View Related

General :: Oracle Client 10g Installation?

Jan 12, 2011

i have linux redhat (OEL rel 5) on the development server, that is being used for my project. i wanted to install oracle client version 10.2.0.1 on my box. i decided to use silent mode installation, but i am unable to find proper steps in making a response file and running installer in silent mode i went throught the manuals and refered some of the sites, but there is lots of confusion regarding the pre-installation tasks like setting the environment variables,etc

View 1 Replies View Related

Ubuntu Installation :: Can SQL 2008 Open Database Made From Oracle

Feb 17, 2010

My DataBase Teacher wants us to install SQL 2008 cause on 3 days i gotta practice for the big test But the requirements are a ton "Visual Basic 2008 with service pack 1 & IIS" but thats just a tiny part of the problem.! My Windows 7 crashed.! So iam thinking can linux oracle be the answer of my ugly problems.?!Can SQL 2008 open database made from linux Oracle?

View 3 Replies View Related

Ubuntu Installation :: Installing Oracle Instant Client On Kubuntu?

Apr 3, 2011

how you install Oracle Instant Client on Kubuntu.I have Oracle XE and Lazarus installed on a KB machine, but Lazarus can't connect because it's missing the file "libociei.so".I found that file in the Oracle Instant Client which I downloaded and unzipped from Oracle.com. However, I have no idea how to install it. Normally you issue a "sudo" command of some sort. I can't just copy the files because I don't have privileges to copy to the system folders, and don't know where to copy them to anyway. The only online help I've found is for installing PHP with it, which I'm not interested in.

View 1 Replies View Related

SUSE :: Oracle Installation - No Such File Or Directory

Jun 17, 2010

Trying to install Oracle 11g on SLES 10 Xen virtual server. Get error /proc/sys/vm/hugetlb_shm_group: No such file or directory. I agree, it's know there...but how do I create it?

View 2 Replies View Related

General :: Oracle 11gR2 Installation On VMware

Apr 4, 2011

I am an ex-VMS systems programmer/DBA. I have been given the task of installing Oracle 11gR2 on Linux VMware. I have opened a ticket with Oracle on this, but thought I would see if anyone has already done this.

View 6 Replies View Related

Server :: RHL 8.0 Version Supports Installation Of Oracle 10g?

Nov 30, 2010

Does the RHL 8.0 version supports the Installation of Oracle 10g

View 3 Replies View Related

Software :: Required Configuration For Installation Oracle 10g?

Jun 10, 2010

what is the required configuration for installation oracle 10g on linux

View 2 Replies View Related

Fedora Installation :: Trying To Install Dependent Packages For Oracle 11g

Feb 24, 2009

I have wasted lot of time in installing rpm packages which are needed for oracle 11g on Fedora 10. Packages dependencies are going in circle. Is there any better to handle this package install and its dependencies? I was using rpm -ivh command. Following are required packages. Tried to down load packages which are not present in /var/log/rpmpkgs.

In some cases I got higher versions of the following packages.
binutils-2.17.50.0.6-2.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.125-3.el5
elfutils-libelf-devel-0.125
glibc-2.5-12
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-headers-2.5-12
gcc-4.1.1-52
gcc-c++-4.1.1-52
libaio-0.3.106
libaio-devel-0.3.106
libgcc-4.1.1-52
libstdc++-4.1.1
libstdc++-devel-4.1.1-52.e15
make-3.81-1.1
sysstat-7.0.0

View 1 Replies View Related

Fedora X86/64bit :: Oracle 11 Release 1 On 12 Installation Failed

Nov 20, 2009

Has someone managed to install Oracle 11.1 on Fedora 12 ?

The following packages failed to install :

I couldn't find any of these packages in the x64_86 or i386 DVD. i686 version of the above packages are already installed, but I still get the error while installation.

View 3 Replies View Related

General :: Oracle Installation On Redhat 5 - Could Not Display Setup

Feb 28, 2010

I am using redhat linux 5. I am trying to install oracle 10g of linux version. When I click setup.exe from first CD. It says 'couldn't display /media/mydisc/setup.exe".

View 3 Replies View Related

Ubuntu :: Using Sun Java Instead Of Openjdk?

Jun 13, 2010

i want to use sun java but i am getting this error

Quote: sudo update-java-alternatives -s java-6-sun

Quote:

update-alternatives: error: no alternatives for xulrunner-1.9-javaplugin.so. update-alternatives: error: alternative /usr/lib/jvm/java-6-sun/jre/lib/i386/libnpjp2.so for mozilla-javaplugin.so not registered, not setting.

View 3 Replies View Related

OpenSUSE :: Installation Oracle 11gr2 No Kernel Parameter Visible..

Nov 3, 2010

I'm trying to install Oracle DB on OpenSuse (is it smart, because it's not certified for that OS?)..and I've set oracle parameters using oracle script, but when I'm runnign through oracle installation, kernel parameters check reports that parametersa are 'n/a', like oracle OS account cannot access those parameters..

View 1 Replies View Related

Installation :: Oracle RPAS 13.1.1 DomainDaemon Cannot Execute Binary File

Apr 14, 2010

We are trying to install Oracle RPAS 13.1.1 on Redhat Enterprise 5 Linux Server, when we open the directory rpas/rpas/bin, the file DomainDaemon needed to start this server can be seen, but when we try to execute it as ./DomainDaemon it says "cannot execute Binary file", for that reason all files in this directory are giving same message .

We have tried the following :-
a) Given Execute permissions using chmod and run that.
b) Done file DomainDaemon to see if the file is corrupt.
c) Even tried executing using superuser account.
d) The OS and updates required as per Hw&Sw Requirements of RPAS 13.1.1 are there.
e) The directory has Execute Permissions

View 3 Replies View Related

Red Hat :: Oracle 10g Database Installation Procedures In Redhat Enterprise Server 5?

Jan 13, 2011

I have installed Redhat Enterprise Linux Server 5 on my laptop. I want to install Oracle 10g database on RHEL5 server. I want to know whether any additional rpm's need to install before installing the Oracle 10g.

View 1 Replies View Related

Ubuntu :: Do I Need To Uninstall Openjdk And Icedtea?

May 4, 2010

After reading the sticky on 10.04 regarding java, I would like to know that if I install sun-java from Medibuntu, do I need to uninstall Openjdk and Icedtea? Can these programs coexist? Should I uninstall Openjdk first and then install sun-java? I think the absence of sun-java on my Dell is the root cause of the crashing that is ocurring when I try and access my AOL mail.

View 9 Replies View Related

Ubuntu :: How To Clear OpenJDK Cache

Jul 23, 2010

I've been advised to "clear the java cache", and to do so under Windows, one would open the java control panel. Of course, I'm using OpenJDK, and not Java's java.

Can anyone tell me how I would clear the java cache?

View 1 Replies View Related

Ubuntu :: OpenJDK Vs Sun JRE - Crashes With The Error

Nov 3, 2010

I am using Ubuntu 10.10 and currently have OpenJDK java 6 installed. I am trying to run a program called BioLayout Express3D which I am using for my genetics honours project however each time I launch it it loads but immediatelly crashes with the error

[Code]....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved