Installing JDK6u4 and Netbeans 6.0 in Mandriva- Linux

I got the jdk-6u4-nb-6_0-linux.sh from sun website, i am trying to install by double click the setup file but nothing happened.
Any one please can help in that,
Thanks
ken

Take a look at the 7.0 Upgrade Guide for your options. You'll be looking for Tech Refresh.
http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_7_0/installation/guide/Upgrade_Guide.pdf
Is there any reason why you are not upgrading to UCCE 7.5 which is compatible with UCM 7.0?

Similar Messages

  • Error while installing java and netBeans on Mandriva 2008 linux

    Here are all the lines which are printed on my console during the installation
    [beloo@localhost Desktop]$ ./jdk-6u4-nb-6_0_1-linux-ml.sh
    Configuring the installer...
    Searching for JVM on the system...
    Preparing bundled JVM ...
    Extracting installation data...
    Running the installer wizard...
    /usr/share/themes/Ia Ora Free/gtk-2.0/gtkrc:9: error: lexical error or unexpected token, expected valid token
    [beloo@localhost Desktop]$
    If anybody knows the solution please help me!
    ps: when i install java separated from netBeans i can succesfully install java, but NetBeans install does not starts.
    thx

    Here are all the lines which are printed on my console during the installation
    [beloo@localhost Desktop]$ ./jdk-6u4-nb-6_0_1-linux-ml.sh
    Configuring the installer...
    Searching for JVM on the system...
    Preparing bundled JVM ...
    Extracting installation data...
    Running the installer wizard...
    /usr/share/themes/Ia Ora Free/gtk-2.0/gtkrc:9: error: lexical error or unexpected token, expected valid token
    [beloo@localhost Desktop]$
    If anybody knows the solution please help me!
    ps: when i install java separated from netBeans i can succesfully install java, but NetBeans install does not starts.
    thx

  • How to install JDK6 and Netbeans 6 in a non-global zone?

    Hi,
    I have a Solaris system where I want to deploy separate containers for several developers.
    I'm having difficulty in installing JDK 6 and Netbeans 6, I get lots of missing package errors in non-global zone.
    What would be the best approach for installing jdk 6 + netbeans 6 seperately for each developer?
    Thanks in advance.

    Hi
    It depends how you have created your zone, what has been inherited from the global:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    But if you only want a jdk and netbeans, there is no really dependencies the simplest approach si to download the not packaged version and put it in /opt which is not inherited
    You just have to put a jdk in /opt/jdk1.6.0... and netbeans in /opt/netbeans-6.0..
    Don't really understand why you want a separate zone, one zone, several accounts which share the same jdk and netbeans, that's the way unix work ;)

  • Install forms6i and report 6i on Red Hat Linux Enterprise edition 4.0.2

    Dear All
    we want to install forms 6i and reports 6i on Red Hat linux enterprise edition 4.0.2
    if any person have step by step guide pl share with me
    Thanks

    such an old forms version on Red Hat 4 ? Please check first, if this is certified by Oracle
    metalink.oracle.com - Region Certifications
    can't you use the new Oracle Forms 10g ?

  • Comparison of Installing HCM and Campus Solution 9.0 with Linux and Windows

    Folks,
    Hello. I am installing HCM and Campus Solution 9.0 Revision 5 with PeopleTools 8.53.
    PeopleSoft Internet Architecture is WebLogic11g/Tuxedo11g/OracleDatabase11g with OS Oracle Linux 5.10.
    In the process of seting up its database instance named "HRCS90" using /opt/PT8.53/setup/PsMpDbInstall/setup.sh, there is a step as below:
    Database Create Type:
    1) Demo
    2) System
    3) PeopleTools System
    Either select Demo or System, the next step "select PeopleSoft Applications" has only one item:
    1) PeopleSoft HRCS Demo Database - US English.
    When set up "HRCS90" with SQL Server 2005 and Windows Server 2003, there is one more item: PeopleSoft HRCS Database - US English.
    I don't need Demo database. I need HRCS database only because Demo database occupies much more disk space.
    The document "PeopleSoft Human Capital Management and Campus Solutions 9.0 Revision 5 Installation Guide" does not state the detailed process to set up HRCS database instance.
    I cannot find other PeopleSoft documents regarding set up HRCS database instance.
    My questions are:
    First, how much more disk space does "HRCS Demo database" occupy than "HRCS database" ? Is there "HRCS database" for Linux and Oracle Database ?
    Second, can you find PeopleSoft document regarding the process of seting up HRCS 9.0  database instance with Linux and Oracle Database ?
    Thanks.

    It could come from how you installed the software itself (options checked). Have a look to that thread, it could help.
    Nicolas.

  • Errors when using tomcat and netbeans combo.[Solved]

    Hi I'm trying to set up a netbeans/tomcat7 development environment for servlet development.
    I have tried this on 2 machines without any success.
    The steps I have followed are as follows.
    First I installed tomcat7 and netbeans from using pacman, then to be able to configure tomcat from netbeans I made the config files write permission 777, as it's just a development server security is not an issue.
    From there I started up netbeans started a new project and set the server to tomcat and pointed the Catalina home dir to /usr/share/tomcat7.
    When I try to run the example jsp project I get the following error:
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: java.lang.IllegalStateException: No Java compiler available
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:584)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:392)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    root cause
    java.lang.IllegalStateException: No Java compiler available
    org.apache.jasper.JspCompilationContext.createCompiler(JspCompilationContext.java:226)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:636)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
    I've spent the last couple of days trying to find any information on this but I cant find anything, so any advice would be much appreciated.
    Last edited by darkclown (2011-12-01 05:15:23)

    From the error, it appears that there is no JDK installed - only a JRE, could that be the case? If you do have a JDK installed, then Tomcat is not finding it.
    I would also not run this on the openJDK, in case you are doing that. I would use the proprietary Oracle/Sun JDK. It's in the AUR, or simply download it from Oracle.
    I was not even aware that netbeans and tomcat are available from pacman. I always "install" those myself manually (i.e. unpack them into a folder). They are simply Java apps that can be installed anywhere, as long as you point them to a valid JDK.

  • I am using Mandriva Linux now and I have installed Firefox 6 but I could not install Java plugin with it. Can anyone please help me how to install it?

    I am using Mandriva Linux now.
    But I am using Firefox 3.6.8, but I cannot install java plugin in it.
    Can anyone please help me how to install it?

    The plugins folder in the Firefox installation folder doesn't exist by default. There is no default plugin in Firefox 4, so that folder would be empty and in thus not included. If you want to use that location then you need to create a plugins folder.
    Did you try /usr/lib/mozilla/plugins ?

  • How to install struct2 in netbeans and eclipse

    how to install struct2 in netbeans and eclipse

    Hi ganesh_delhi1980,
    It's Struts 2 and not struct2.
    You may verify what version of Struts is already installed on your IDE, you may also download and install packages :
    - NetBeans : Tools > Plugins
    - Eclipse : Help > Software updates...

  • Installation of J2SE V1.4.2 and NetBeans Java 2 Platform, Standard Edition

    I downloaded J2SE V1.4.2 and NetBeans IDE 3.5.8. After this very long download, my ISP disconnected. I re-connected, but am unable to install the download. Please help.
    alinda78

    I downloaded J2SE V1.4.2 and NetBeans IDE 3.5.8.
    After this very long download, my ISP disconnected.
    I re-connected, but am unable to install the
    e download. Please help.
    alinda78

  • Installing JDK w/ NetBeans 5.5.1 & JRE 6U1 but not working

    I downloaded and installed both of these on my Ubuntu Linux Machine. When I tried to execute the netBeans application I got:
    'Make sure you have the 'multiverse' component enabled'
    This is a completely new IDE and Language for me, so I am just a clueless newbie.
    What did I do wrong? Thanks.

    I can't really help you with your problem, as i am unfamilar with the install for JDK, but,
    I use Eclipse as my IDE.
    It is mostly useful for its repository share abilities, and enterprise use.
    But, it's free, it works, and its very intelligent.
    You can manage projects, dependencies, packages and such, and install components like NetBeans pretty easily.
    I'm not sure if thats for you, but you should check it out,
    Eclipse Site
    null
    .

  • Connection between Oracle and NetBeans

    I'm want to connect NetBeans to Oracle Database 10g Express Edition and I use instructions that are given here http://www.youtube.com/watch?v=pe1FYuom0CE but I keep getting this error:
    "unable to add connection. cannot establish a connection to
    jdbc:oracle:thin:@localhost:1521:XE using oracle.jdbc.OracleDriver (ORA-00604: error occured at recursive SQL level 1 ORA-12705: Cannot acces NLS data files or invalid environment specified)."
    I have done this without problem on WindowsXP, and now I try on Windows7 if this is important.
    Thanks in advance for any solution.

    But oracle 10g is installed ok and database XE is imported on Windows 7 correctly and all data is there. I just can't connect netbeans and oracle.

  • Eclipse and Netbeans claim ....

    Both Eclipse and Netbeans claim to be the best / most powerful IDE for Java. Which is telling the truth ?

    However, call me paranoid, but it is as if there is a
    conspiracy being propagated in the Java developer
    community because I can't for the life of me find a
    semi-decent tutorial on how to use - and more
    importantly, setup - the developer tools
    available such as Ant, Netbeans etc.Didn't you find the manual of Ant for example, which explains exactly how to install and use it, or did you find it but don't understand it? If you have a specific question about something you don't understand, please ask it here.
    If only Sun would write a so-called meta-tutorial
    explaining in idiots terms how to get the bloomin'
    tools to work and how one should approach software
    development then my productivity would be
    significantly improved!! It is the most frustrating
    thing: knowing the language but not being able to use
    it.Start with the First Steps Tutorial. That explains in detail how to setup the JDK and compile Java programs from the command line.
    After you have learned that, download and install Ant and read the manual, and look at example build files to learn how to write a build file yourself. Learn how to use Ant from the command line.
    Then download and install Netbeans. Read the Quick Start guides for Netbeans to start learning how to use it.
    All the information you need is readily available, you just have to read it and experiment with the stuff to learn how it works. It's not as difficult as it seems - just play with it for a few hours and you'll start to see how it all works.

  • Generating Installing for Applications NetBeans Plataform

    http://wiki.glassfish.java.net/attach/OpenInstallerDeveloperToolsNBSuiteInstallerBuilder/demo.htm
    My NetBeans does not possess this function. How I can get it?
    Thank you
    Rodrigo Brasil

    There was 1 file with a broken reference, I removed it, it didn't work, and added all the files in the lib for 1.8, but still nothing.
    Again the only things I did were update to 82, and now trying 81.
    Then I installed MYSQL and such, but that shouldn't have done anything.. :(
    I'm using 80, and it works so I'm leaving it on here..
    Apparently AmbientLight STILL doesn't work though SDFJHDSF
    I did, however get an error message when I updated and used 81, though it said I was still on 82... weird It was a Netbeans report and it had been going on for awhile, so it might have been bad luck also...... :(.
    Edited by: KonradZuse on Mar 29, 2013 2:31 PM

  • JSE and Netbeans 5.5 - Windows XP

    May JSE and Netbeans be both installed? Is there any problem?

    Should work. I have no problem installing the 2 on my Windows XP side by side and they both use different ide userdirs and work properly for me.

  • Diferences between Sun Studio 8 And Netbeans

    When to use one and not the other

    - Sun Java Studio 8 and NetBeans 4.1
    SJS8 is based on NB4.1 and as such provides some additional modules over NB4.1.
    NB4.1 is sufficient if you are interested in building standalone java applications and web applications against Sun Java System Application Server 8.1
    You would use SJSE8 if you are interested in the additional functionality, like UML module, support for Sun Java System Web Server 6.1 etc.
    SJS8 is essentially a companion product to Sun Java Enterprise System (http://www.sun.com/software/javaenterprisesystem/index.xml) and therefore provides, in addition to the appserver support in NetBeans 4.1, support for:
    SJS webserver
    SJS portal server (for developing portals).
    btw, webserver is support is available for NB4.1 from the update center.
    - They are both older versions. JSE8.1 (now in beta, soon to be released) is based on NetBeans 5.0 and is a companion product to the next release of JES.
    http://developers.sun.com/prodtech/javatools/jsenterprise/downloads/index.jsp
    You can use JSE8.1 for advanced features like UML and portletbuilder. (Webserver support is part of JSE8.1 but is available for NB5.0 from the update center).
    - If you are using NetBeans, consider moving to the latest version. 5.5:
    www.netbeans.org
    There are several packs available (enterprise pack for SOA support, mobility pack for developing mobile apps, c/c++ pack etc) that you can choose to install on top of NB5.5.

Maybe you are looking for