Installing Javafx in ubuntu 11.0

Hi, i am new in using javafx, and recently after i install jdk7.03 and netbeans i found that i could not be able to build a javafx program.
Please could you tell the steps to follow to do that thing gone well.
Best Regards,

mk_dba wrote:
Since Oracle 11.2g is not certified on Ubuntu it is better to run on Oracle Linux.
Even I tried to install it on Ubuntu and it did not work.
Please download latest Oracle Linux (Oracle Linux Release 6 Update 3 Media Pack v1 for x86_64 (64 bit)) which is 4 parts (8.5GB) from https://edelivery.oracle.com/EPD/Download/
Provided you want to install on x86_64 64 bitPl be aware that currently only version 11.2.0.3 is certified on Linux 6.x - http://docs.oracle.com/cd/E11882_01/relnotes.112/e23558/toc.htm#CHDFHIEA
11.2.0.3 can only be downloaded from My Oracle Support (https://support.oracle.com), access to which requires a paid Support contract with Oracle.
If you plan to install 11.2.0.1 or 11.2.0.2, then you will have to use OL 5.x - search this forum for many people who have tried to install 11.2.0.1 or 11.2.0.2 on Linux 6.x and failed.
HTH
Srini

Similar Messages

  • Deploying JavaFX on Ubuntu (to a .deb package) -- Installed-Size error

    I've already posted this to the NetBeans forums several times over the past 4-5 days, but no answers, so I thought I'd try here, since perhaps this is JavaFX related.
    Essentially, I'm getting a "package is of bad quality" error (due to bad DEBIAN/control field "Installed-Size") when I attempt to install a .deb I've created with NetBeans when I install it on Ubuntu 12.04
    Here are all the gory details:
    http://forums.netbeans.org/viewtopic.php?t=51447
    -also, a link to SO as well-
    http://stackoverflow.com/questions/12658336/netbeans-javafx-build-debian-installed-size
    Has anyone here successfully deployed to Ubuntu (or Debian itself) and you are not getting this "package is of bad quality" warning when installing? Or know how to fix it?
    (Please see my last post--at bottom--at the netbeans forum link above for all the places--multiple links in that post--that I've referenced in an attempt to figure this out!)
    My app runs fine, I just click 'Ignore and install' button--but that's really dirty and certainly undeliverable to a client that way!
    Thanks
    ~ Brad

    To avoid the warning you can do this:
    in file <name-of-project>/nbproject/configurations.xml
    Add a line between <packInfoList> and </packInfoList>
    with the estimated installed size like :
    <packInfoListElem name="Installed-Size" value="528" mandatory="true"/>
    then rebuild your package.
    Documentation of "Installed-Size" is here:
    http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Installed-Size

  • Problem in Installing JavaFX for NetBeans 6.0.1

    Hi ,
    I am using NetBeans6.0.1. The problem I am facing while installing/updating JavaFX plug-in in NetBeans6 is that the system is watched by network firewall.
    NetBeans is unable to retrieve information about the updates as firewall doesn't allows it to do so.
    I badly need JavaFX plugin installer(I hope it is something like javaFX.nbm file) so that I can update it offline by searching it through Downloaded tab in the plugin window.
    Please don't give me this link ( https://openjfx.dev.java.net/javafx-nb60-plugin-install.html ) to update my NetBeans for JavaFX.
    If there is any option to update NetBeans for JavaFX, do let me know.
    Also, why have you given just one option for installing JavaFX Plug-in in NetBeans??
    I am eagerly waiting for reply.
    PS NetBeans6 doesn't highlights(active) Updates and Available Plug-in's in the plugin window.
    -Virendra

    In my case iOS 6.1.3 got issues with the 3G looks with a strong signal but can´t connect!

  • Trying to install Arch with Ubuntu hardy already installed

    I have Ubuntu already installed on my system and I want to install Arch on a separate 10gig partition ( which is already made) but when I boot from the Arch cd and go to install Arch only sees the main drive it doesn't see anything else what am I doing wrong. I only want to install arch on the 10 gig partition for now until I am more familiar with Linux
    Last edited by Shadowmeph (2008-05-20 17:35:28)

    I have just read that  it is informative but I am not sure of what that will do inorder for me to be able to install Arch on My tem gig partition, when I am in ubuntu I stat gparted to see what the names of my partitions are and this is what it shows /dev/sda3 swap     1gig /dev/ sda2 reiserfs 10 gigs ( where I want to install Arch)  sda1 / Ubuntu how do I install arch onto dev/sda 2 ) the ten gig partition) if arch doesn't see it? do I have to delete the partition or formaste the 10 gig partition differently? I am pretty new to Linux so I am not sure of how to do this.
    this is what my grub looks like
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 3
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    # title Windows 95/98/NT/2000
    # root (hd0,0)
    # makeactive
    # chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ## kopt_2_6_8=root=/dev/hdc1 ro
    ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro
    ## Setup crashdump menu entries
    ## e.g. crashdump=1
    # crashdump=0
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=(hd0,0)
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ## lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title Ubuntu 8.04, kernel 2.6.24-16-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro quiet splash
    initrd /boot/initrd.img-2.6.24-16-generic
    quiet
    title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro single
    initrd /boot/initrd.img-2.6.24-16-generic
    title Ubuntu 8.04, memtest86+
    root (hd0,0)
    kernel /boot/memtest86+.bin
    quiet
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    ok edit two I think that I have Arch install but I am not sure of which way to use
    Dual booting with other linux distros
    This is done exactly the same way that Arch linux is loaded. Here we assume that the other distro is on partition [s/h]da3.
    title Other Linux
    root (hd0,2)
    kernel /boot/vmlinuz (add other options here as required)
    initrd /boot/initrd.img (if the other kernel uses/needs one)
    [edit] Dual booting with other linux distro (Chainloading)
    To avoid maintenance nightmare, you might want to chainload the GRUB in the MBR to another bootloader you might have installed in the bootrecord of a partition [(hd0,2) in our example] instead of the MBR. This way the auto-magic stuff of some distro will manage the menu.lst on (hd0,2) (if it is grub) for its own distro and you will boot with all the option needed (like the correct last kernel) without the need to copy/paste some part of that menu.lst into yours.
    In our example [1], GRUB is in the MBR and some other bootloader (BL) (be it grub or lilo) is in the Boot Record of (hd0,2).
    |   |           |           |    %   (hd0,2)     |
    | M |           |           | B  %               |
    | B |  (hd0,0)  |  (hd0,1)  | L  %  Other        |
    | R |           |           |    %  Distro       |
    |   |           |           |    %               |
      |                            ^
      |     chainloading           |
    Then, you simply use in your menu.lst:
    title Other Linux distro
    root (hd0,2)
    chainloader +1
    Last edited by Shadowmeph (2008-05-20 17:56:20)

  • Regd. How to install iTunes on Ubuntu operating system , pls help

    Guys - please help me on how to install iTunes on UBUNTU the LINUX operating system

    https://www.google.dk/search?q=linux+get+wine+to+run+itunes&oq=linux+get+wine+to +run+itunes&aqs=chrome..69i57.5368j0j8&sourceid=chrome&es_sm=93&ie=UTF-8

  • How to install oracle on ubuntu 8.04 server amd64

    i have a question. is it possible to install on Ubuntu 8.04 amd64 server any oracle server?
    my purpose is to make a database with oracle on any other computer that runs on my ubuntu server.
    i followed few tutorials and everytime i got this error:
    Hit http://oss.oracle.com unstable Release
    W: Failed to fetch http://oss.oracle.com/debian/dists/unstable/Release Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed Release file?)
    E: Some index files failed to download, they have been ignored, or old ones used instead.
    sources.list is ok i think:
    deb http://oss.oracle.com/debian unstable main non-free

    First of all thanks for your help,
    I tried again with ./runInstall -ignoreSysPrereqs but I got another error...
    "Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 63827 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6233 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-02-19_12-16-16PM. Please wait ...sh: /home/octopus/downloads/database/install/unzip: not found"
    every time I try another way to install I get another error or something...
    I tried the installations with the response file but I got the same error...
    "Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-02-19_12-16-16PM. Please wait ...sh: /home/octopus/downloads/database/install/unzip: not found"
    When I search for that file in " /home/octopus/downloads/database/install/" "unzip" is there.....
    Any ideas???
    Thanks in advance!

  • Error installing Coldfusion on Ubuntu. Please help.

    I'm attempting to get Coldfusion up and running on my
    development box. I found a tutorial for installing 7.01 on Debian,
    but I cannot get past the phase of installation. Here is the error
    that i get:
    ./coldfuion-702-lin.bin.bak
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer
    archive...
    Configuring the installer for this system's environment...
    nawk: error while loading shared libraries: libm.so.6: cannot
    open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1:
    cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6:
    cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot
    open shared object file: No such file or directory
    exec: 2319:
    /tmp/install.dir.5753/Linux/resource/jre/bin/java: not found
    I've got the JDK installed. I dont know what else it could
    be. Thanks.

    Ubuntu is not a certified distro for installing 11gR2 XE - http://docs.oracle.com/cd/E17781_01/install.112/e18802/toc.htm#BABGGAJA - so things may or may not work as advertised. You will have to troubleshoot any issues on your own, whether they relate to the install process or the workings of the software after the install.
    Pl use a certified OS version.
    Semi-empty oracle-xe file during installation of XE 11.2 on Ubuntu 12.10
    HTH
    Srini

  • Errors During Post Install Check on Ubuntu 12.04

    Hello Gurus,
    I'm trying to install EBS R12(12.1.1) on Ubuntu 12.04 64-Bit. I patched the HTTP server with 6078836 (Copied libdb.so.2 to /usr/lib).
    I did the md5sum check before starting the install. I completed the kernel settings as per the note below:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Contents of /etc/hosts
    127.0.0.1           localhost.localdomain      localhost
    192.168.1.101     erpbeginner.dyndns.org     erpbeginner
    Installation went smooth till the Post install checks where it fails for the following:
    HTTP
    JSP
    Login Page
    Help Page
    Virtual Directory
    Contents of the log file:
    command: /d01/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env APPS/APPS
    riwTDBup.sh started at Tue Oct 16 07:30:46 EDT 2012
    Parameters passed are : /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/r12/VIS/db/tech_st/11.1.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /d01/r12/VIS/db/tech_st/11.1.0/perl/bin:/d01/r12/VIS/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/r12/VIS/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d01/stage/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:.
    LD_LIBRARY_PATH : /d01/r12/VIS/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/r12/VIS/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/r12/VIS/db/tech_st/11.1.0/ctx/lib
    Executable : /d01/r12/VIS/db/tech_st/11.1.0/bin/sqlplus
    riwTDBup.sh exiting with status 0
    Database ORACLE_HOME connection test has succeeded
    command: /d01/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env APPS/APPS
    riwTDBup.sh started at Tue Oct 16 07:30:47 EDT 2012
    Parameters passed are : /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /d01/r12/VIS/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : VIS
    PATH : /d01/r12/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/d01/r12/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/usr/bin:/d01/stage/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    LD_LIBRARY_PATH : /d01/r12/VIS/apps/tech_st/10.1.2/lib32:/d01/r12/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/d01/r12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/d01/r12/VIS/apps/apps_st/appl/sht/12.0.0/lib
    Executable : /d01/r12/VIS/apps/tech_st/10.1.2/bin/sqlplus
    riwTDBup.sh exiting with status 0
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at /d01/r12/VIS/db/tech_st/11.1.0/appsutil/conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : erpbeginner
    sDbDomain : dyndns.org
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@erpbeginner.dyndns.org:1521:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at /d01/r12/VIS/db/tech_st/11.1.0/appsutil/conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/db/tech_st/11.1.0/VIS_erpbeginner.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.3/VIS_erpbeginner.env
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/ora/10.1.2/VIS_erpbeginner.env
    APPL_TOP environment file passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/VIS_erpbeginner.env
    ADOVARS environment file passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/admin/adovars.env
    APPSCONFIG passes instantiated variables test:
    File = /d01/r12/VIS/apps/apps_st/appl/admin/adconfig.txt
    DBC File
    DBC file passes instantiated variables test:
    File = /d01/r12/VIS/inst/apps/VIS_erpbeginner/appl/fnd/12.0.0/secure/VIS.dbc
    HTTP
    checking URL = http://erpbeginner.dyndns.org:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://erpbeginner.dyndns.org:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://erpbeginner.dyndns.org:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    When I search for the library "libclntsh", I found 3 matches to libclntsh.so.11.1,libclntsh.so.10.1 and libclntsh.so.
    Only libclntsh.so.11.1 is a file and rest are symbolic links to this file which seem to be broken.
    So I tried to redo the symbolic links and did a retry for the post install checks which failed again.
    Can somebody please shed some light on this?
    Best Regards,
    Richie

    I'm trying to install EBS R12(12.1.1) on Ubuntu 12.04 64-Bit. Please note that this OS is not certified.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directoryPlease see the suggested solution in (Installing R12.0.4 Ebuisines Suite Autoconfig Fails With: sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory [ID 579254.1]). Also, please make sure you have all RPMs installed as per (Oracle Applications Installation and Upgrade Notes Release 12 (12.0.4) for Linux (64-bit) [ID 416305.1]) and follow all post installation steps.
    Thanks,
    Hussein

  • How to install Fedora and Ubuntu on MacBook Pro?

    I've asked this question on facebook groups "Linux" and "CentOS" but got no perfect answer. Again I'm asking the exact question here in hope of getting perfect answer...
    I want to "Install" (CentOS 6.0/Fedora 15) or greater" on MacBook Pro (15", Mid 2010, core i7, 2.66 GHz). CentOS/Fedora is the only alternative to Red Hat Enterprise Linux I could come up  with. Virtual installation is not my option and I can't use services like "updates" with RHEL unless I pay them.. so CentOS/Fedora is the one that I need.
    Need help to install CentOS on MacBooK Pro. Also is it possible to have Ubuntu along side of CentOS?? ..

    If you do not want any form of virtualization, the only other option would be wrangling with BootCamp to see if you can do a native install. From what I have read, BootCamp tries very hard to allow you to install just Windows OS, but there may be some way to do it successfully.
    Suggest you visit the BootCamp forum.

  • How to install oracle on ubuntu linux 10.1

    hi i have been trying to install my oracle 11g in ubuntu 10.1 linux any one have direction for me where to go maybe manual
    Edited by: user603350 on 2011/08/03 12:45 PM

    None of the Oracle installation, Express or Enterprise Edition are really easy by today's standards. Both installation have their specific challenges. The following should answer your questions:
    Oracle 10g Express on Ubuntu 10.10 AMD 64-bit howto
    Oracle 10g Express on Ubuntu 10.10 AMD 64-bit howto
    Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto
    Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto
    Oracle 10g Express on Fedora 14 64-bit howto
    Oracle 10g Express on Fedora 14 64-bit howto
    Installing Oracle 11g R2 on Ubuntu 10 Howto
    Installing Oracle 11g R2 on Ubuntu 10 Howto
    Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    I think the installation of Oracle database under Oracle Linux is the least troublesome because you an install the "oracle-validated" package, which takes care of software prerequisites and system parameters. Enterprise Linux is however not suitable for Desktop and Laptop systems. For the purpose of development or evaluating Oracle products I suggest to use Virtualbox http://www.virtualbox.org. If your system is too old or not well equipped to support virtual systems, consider a hardware upgrade or try the howto's above.

  • How to install Windows7 and Ubuntu 14.04 on a T440a

    First of all, sorry for my poor English.
    I am a new owner of a Thinkpad T440s which was delivered without an operation system. I want to install Windows 7 and Ubuntu 14.04 for dual boot.
    I am going to install windows first, followed by the installation of ubuntu. - That is the recommended way, isn't it? Which settings are necessary in bios/uefi for that purpose?
    Many thanks in advance for your help.

    Lightning is a problem for you because it hooks into Thunderbird at a low level and you need a version compiled for the platform Thunderbird is running on. So you can't do the preferred solution, which is to put your whole profile in a shared folder and have both instances of Thunderbird reference the same profile. (Ditto for Enigmail). Lightning may become an integral part of Thunderbird in an upcoming release, at which point this limitation due to Lightning should disappear.
    And if you can't use a shared profile, you can't set your Lightning, or your Address Book, to share a common set of files. Put another way, the linkage from Thunderbird to its address book files and calendar data is hard-coded, and not exposed where we can adjust it. :-(
    The halfway house is to place your mail stores in a shared place, and use the Local Directory setting in each account's settings to connect to it. They don't need to be in the profile; what's more important in your case is that they are in a folder accessible to both operating systems.
    Look in your profile; everything under Mail and ImapMail needs to be moved out to a shared folder. Note the entries in Thunderbird under Local Directory before you do this, and reconstruct those pathnames in Thunderbird, but adjusted to suit their new locations.
    (You can see here that you need to make many adjustments, one per account, in each instance of Thunderbird, so it's a high-maintenance solution and this is why we don't recommend it when the alternative, moving the whole profile, is possible.)
    I share address books and calendars between Thunderbirds on various computers (and my phone and tablet) by syncing to something in the cloud; Google Contacts and Google Calendar are my choices, using gContactSync and CalDav.
    Having made the break myself some years ago, I'd recommend you break away from Windows. ;-)

  • What program do I use to install Reader under Ubuntu

    I am trying to install a later version of Adobe Reader than comes from the Ubuntu repository. When I use Adobe's download Reader page, I get the typical download box that asks if I want to open the file or save it. The default opening program on my system is VLC media player, which can't be right. What program should I select so Adobe Reader installs properly? (The Adobe site says if I get a "run or save" option I should pick "run".

    There is one and only one player available on the Adobe website. Use this URL:
    http://get.adobe.com/reader/otherversions/
    It will give you a few choices for Linuix. I have not clue what would be appropriate for your version of Ubuntu.

  • How to install JavaFX 1.1 on Linux

    Hi all,
    I would like to add some notes here.
    The Mac SDK worked well for the JavaFX 1.01 (mount and using .dmg file). Now with the current version of JavaFX, mounting the .dmg file, is no longer possible. Instead you can use a .nbm file containing the Mac SDK (yes !).
    Installing plug-ins on NetBeans 6.5 (or even 6.7M2) and on Eclipse are not very difficult. There are some points to be aware of. That's it.
    I have post on my own Blog (French, some are in English) a step by step instructions (with a lot of screen-shots) for installing :
    http://java-javafx-iipt.blogspot.com/
    JavaFX 1.1 (stand alone compiler)
    JavaFX 1.1 NetBeans Plug-in
    JavaFX 1.1 Eclipse Plug-in
    Hope this is helpful for Linux Users :)
    Kaesar ALNIJRES

    If you have any specific question, I might be able to answer - I have done it on RH3 (my development environment).

  • Can't install Skype on Ubuntu 13.10

    I'm using Ubuntu OS 13.10 and I cant install skype. I did at first but was havig problems connecting so I uninstalled it and now am trying to reinstall but it wont work. 
    Please help me someone. 

    As you have tried earlier versions of AIR (alpha/beta), so that maybe causing the problem with installation of latest runtime.
    Please read here: http://blogs.adobe.com/air/2008/12/tips_on_resolving_application.html
    and it might help you in resolving your installation issues.
    Also try these steps on terminal:
    1. touch ~/.airinstall.log
    2. chmod +x <path-of-AdobeAIRInstaller.bin>
    3. ./<path-of-AdobeAIRInstaller.bin>
    4. Continue with the installation till it fails
    open the log file (~/.airinstall.log) and send its contents to [email protected]
    this will help us in resolving the issue
    Thanks
    Syed

  • Error installing JavaFX 1.2 Plugin for Eclipse

    Hi
    I'm trying to install the JavaFX Plugin for Eclipse 3.5.1. I followed the instructions on the site, but when eclipse is downloading the needed files(from http://javafx.com/downloads/eclipse-plugin/ ) I get the following error:
    An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.core,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor.lib,1.2.0.200905280115
    No repository found containing: org.eclipse.update.feature,com.sun.javafx.eclipse.feature,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.templates,1.2.0.200905280115
    Any ideea on what's wrong ? Please help.
    Thanks in advance

    Tnx for replies.
    After half a day of research I have come to a (hasty) conclusion that for my type of application JavaFX is NOT READY for adoption.
    I was surprised to find that official Java and JavaFX integration only consists of embedding Swing components in JavaFX. Ill be using multithreading, asynch socket IO, tray icon/menu and a few others things that dont seem easy if at all possible to do in JavaFX. For long periods the application will be running without any visible gui while still doing lots of networking. So obviously Java is going to be controlling the the App and JavaFX will only be in charge of the View. I found some hacks to run JavaFX from Java but I don't want to do hacks and possibly break the license.
    Im a bit confused where Sun is going with JavaFX, they add support for WS and ATOM - does that mean they will eventually copy all features from Java to JavaFX changing it from a domain specific language to general purpose one? If they dont provide an easy way for the app to do the grunt work in java and only use JavaFX for gui then that must be their aim? But how many developers are gonna wait for years untill JavaFX can do everything that Java can do?

Maybe you are looking for

  • Email-only account greyed out

    An email-only account appears greyed-out in the LHS column in the Mail window. Hovering the cursor over the mailbox name produces a two-line pop-up error message as follows. Mail was unable to open this mailbox on the server "mail.mac.com". The serve

  • CFpdf and CFcontent shows filepath and filename in browser

    Thanks to all for past help on my CF questions... I've developed an upload application for (logged in to secure environment) users that uploads a pdf outside of the root, moves and renames the file and then cfpdf protects the file with a password. Pa

  • Iphoto 09 slide show

    Does anyone know how to set the settings in a slide show to allow two or more photos to show in one slide at once instead of just one photo at a time... there is not setting for this

  • What trigger Line Protocol Down?

    Hi, Recently I encountered a problem on "line protocol down" as I'd posted on 4th April. Could anyone direct me to any webpage or sites where there's a detail explaination of how & what would trigger a line protocol down. Or these kinda data-link fai

  • Can't wake my MacBook up from sleep after Mountain Lion update

    I have a MacBook Pro spring 2011 model. I did purchase the Mountain Lion update in September and this is when my problem started. I do have the put hard drives to sleep when possible turned off. The only change I have made to the Mac is the ram, I up