JDK and Netbeans 5.0

Hi, I was trying to install Netbeans on my laptop and I am stuck. Big time.
I downloaded the NetBeans from http://www.netbeans.info/downloads/download.php
but when I am trying to install it, it is asking for JDK. Where do I get the specific JDK for Netbeans 5.0?
Please help, thank you.
Shiraz

Click a link in "Popular Downloads" from this page:
http://java.sun.com/

Similar Messages

  • Problems with JDK and NetBeans

    Hi, I've just started to learn java and I'm having some problems to compile projects. I installed JDK 1.5.0 (with NetBeans 4.0 beta 2), but when I try to compile any program (including the sample ones) I get the following error message:
    C:\Documents and Settings\F�bio\JavaApplication2\nbproject\build-impl.xml:34: java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
    Anyone knows what might be happening?
    By the way, I've already tried to reinstall the whole package (removing everything first), but it didn't help. Also, before installing this version I was using JDK 1.4.2 just fine, but now none will work .
    Thanks in advance

    I'll try that!
    By the way, I tried commenting out that line in the xml file and it worked! Still I have to do this to every new project I create, but it's a work-around =D
    Thanks for your help

  • 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 ;)

  • Difference between JDK and J2SDK ?

    Hi
    I am a novoice in Java. Please tell me the diff between JDK AND J2SDK ?

    Hi
    I am a novoice in Java. Please tell me the diff
    between JDK AND J2SDK ?They are about the same. Sun likes to change the name
    from time to time. The SDK might contain Netbeans as
    well.
    KajActually, they are exactly the same. You can download a bundle that contains the JDK and Netbeans, but I wouldn't consider Netbeans to be part of the JDK.
    Sun has been pretty bad about naming things for years. While they are not exactly the same thing, SunOS 5.8, Solaris 2.8, and Solaris 8 all basically mean the same thing.
    The J2SDK/JDK distinction is just one of those lingo things that you pick up on at some point.

  • 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.

  • 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.

  • Java and Netbeans

    Does anyone can help me out this, I am learning Java program language but I want to run it with Mac OS Lion. Which Java kit and Netbeans I shoudl download it ? and Where to?
    Another things abt Java - when I go to application, search, show the java preference. Is it a JDK that I should click on it and download??
    Thanks for advance!

    Wrong reply-to ... got caught up in the content of my response ... darn it!
    I will only add to Barney's answer about NetBeans:  NetBeans will also download with "GlassFish", an "application server" for later stages with Java EE, but not needed for initial learning.
    I will add this, with apologies if you already know it ...
    I started learning Java in 2006, from an O'Reilly book (not saying O'Reilly books beat all others, just saying) ...
    I made it through 450 pages to get *something* running in about 1 month, but left several sections of the book that I did read behind as "learn later".
    Lately I have been trying to learn Java EE and extending to SOA, with emphasis on Oracle products.  And thougth I would revisit the basic primers (560 pages of language basics) for the "1 or 2 things I missed".
    Oy vey
    Java took a week + to re-read the basics given the "quirks" that make Java safe.  Several subjects that slowed down the reading but were worth the effort:
    Thread-safe/synchronous operations
    The role of the JVM
    Wrappers as "object view of primitives"
    Generics (those will blow your mind)
    Class relationships (inner classes, anonoymous inner classes), interfaces which "kind of" are classes
    In short, DO NOT underestimate the complexity and "quirky" parts of Java.  You cannot even begin to compare the small-complexity of C and the deeply-complex nature of Java.
    That being said ... not in any way impossible to learn.  Just do not think "C-simplicity" when entering.

  • Difference betweeb JRockit JDK and SDK?

    Can somebody enlighten me the diff. above.
    Can the SDK be used together with the JBuilder SDK or Netbeans SDK?
    Thanks
    Francis

    Hi Francis,
    There is no difference between JDK and SDK in this context. SDK was used by Sun up to and including Java 1.4.2 to denominate the package consisting of the Java runtime (i.e. the JVM and the native libraries) and the developer tools (javac etc). They later switched to using JDK instead. JRockit follows the same convention.
    JRockit should work fine with any Java application, including IDEs like JBuilder or Netbeans. In the unlikely event that you run into problems, please contact us through the JRockit user forums here:
    http://forums.bea.com/bea/forum.jspa?forumID=2009
    Regards -- Henrik Ståhl

  • What are the versions required for JBOSS,JDK and ORACLE to setup the ATG 10.2.

    Hi Folks,
    Could you please share, What are the versions required for JBOSS, JDK and ORACLE to setup the ATG 10.2.
    Thank you.

    In case you don't have access to MOS :
    JBOSS : 5.1.2 EAP
    JDK : 1.6.0_38
    ORACLE :
    Oracle Exadata5
    Oracle 10gR2 (10.2.0.3)
    Oracle 10gR2 RAC (10.2.0.3)
    Oracle 11gR2 (11.2.0.2.0)
    Oracle 11gR2 RAC (11.2.0.2.0)

  • 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

  • Errors installing and uninstalling JDK and JRE 5.0 update 6

    I recently removed some older versions of java as they take up alot of space.. now wondering if i should have.
    I uninstalled all version fine, leaving only the update 6 for both JDK and JRE. Now when i try to compile in Jcreator i get the error message:
    'Error : Invalid path, "C:\ProgramFiles\Java\jdk1.5.0_05\bin\javac.exe" -source 1.5 -classpath "C:\Program Files\Xinox
    Software\JCreatorV3LE\MyProjects\Chapter07_Listing03" -d C:\Program"
    Files\Xinox "Software\JCreatorV3LE\MyProjects\Chapter07_Listing03
    @src_chapter07_listing03.txt"'
    I have no javac file in the directory.I did before i unstalled the older updates
    I am getting a windows installer error when trying to install JDK 5.0 update 6, windows installer works when trying to uninstall though. When i try to remove JDK 5.0 update 5, it tells me i all ready have this version installed, and to uninstall through my add/remove utility which is what i am doing! Then if i click ok i get: 'Fatal error during installation' This also occurs when trying to remove update 6. I also get problems with my JRE 5.0 update 6. When trying to uninstall i get the message 'error applying transforms, verify paths are valid' I cannot get rid of these!. It seems to be interfering/linked with installing them aswell.
    PLEASE HELP ME-i just want to compile
    Thank you

    This forum is for Sun Java Studio Creator product only... We'll be happy to assist you anytime if you have trouble installing or using this product. :-)

  • Differences between jdk and jre

    can anybody explain the differences between jdk and jvm. and relation between jdk, jre and jvm.
    thanks

    Hi,
    JDK- Java Development Kit contains compiler and other appliction development tools. with this tool you can compile as well as run your application
    JRE-Java runtime Environment where Java applications are exceuted .You can only run your application here but you cant develop and compile.
    JVM-Java Virtual Machine Its interpretor which interprets and then executes you coded after it is compile ( to byte code) by Java Compiler.

  • What are the differences between jdk and sdk

    what are the differences between jdk and sdk?? thanks

    Just marketing whims.
    SDK = software development kit
    JDK = Java development kti
    Sun has use both names to refer to its SDK for Java. I forget which one they're using now, but they've switched a couple of times.

  • Upgrading JDK and JRE in 10.2.0.4 Oracle_Home of 11.5.10.2 EBS ?

    I've tried to find something at Metalink but failed.
    What's the lastest Java Version certified to use with the database ORACLE_HOME (10.2.0.4) in 11.5.10.2 EBS? And what's the procedure to update it?
    There is no hint in note 300482.1 "Overview of Using Java with Oracle E-Business Suite Release 11i" and the Java version related documents.
    I found note 418399.1 "How To Update The Default JDK and JRE Installed In Oracle Database Home 10.1 and 10.2" which states "...When installing a new version it is important that the major version (1.4) remains the same, and you only change the "update" number...." But that note is not EBS related.
    So is there no way to update Java in ORACLE_HOMEs beyond 1.4?
    Thanks
    Martin

    Hi Hussein,
    thx for your help!
    There is no special cause. I'm trying to keep our installations current.
    I thought that I had to update the Database JDK in earlier cases before migrating to autoconfig or before applying MPs. And as Steven Chan wrote something about [the implications of end-of-life of J2SE 1.5 for EBusiness Suite in his blog|http://blogs.oracle.com/stevenChan/2009/06/understanding_j2se_15_endoflife_implications_for_apps.html] I thought that I better should check if I got to update the DB Oracle_Homes, too.
    Martin

  • JAVA_HOME points to a JDK and not a JRE.

    Hi,
    I am using Redhat Linux 9. From root i can able to find the java -version as
    java version "1.4.2_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
    But when i run jboss_home/bin$ sh run.sh i am getting the error as follows,
    [root@arc bin]# sh run.sh
    run.sh: Missing file: /root/usr/java/j2sdk1.4.2_06/lib/tools.jar
    run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE.
    run.sh: line 181: /root/usr/java/j2sdk1.4.2_06/bin/java: No such file or directory
    I set Java_Home, JBOSS_HOME but why i am getting these error. Please let me know.

    Don't know nothing about JBoss but, when JBoss starts up does it switch to it's own username?, i.e not root, if it did it probably wouldn't be able to access root's home dir to get to java, as root's home dir is usually not readable by any other user, just a hunch.

Maybe you are looking for

  • Why I left Windows Phone

    So yesterday I got my Samsung Galaxy S3. It is a great phone, but I felt kind of bummed out because the device I replaced was my HTC Trophy, a Windows phone. This ended my 1 year plus use of the Windows Phone OS and sent me back to Android once again

  • Preview app freezing and slowing down MBP

    Since I updated to OS Mavericks my preview app has not been functioning properly. When the app is open when viewing PDFs a window (accompanied by a progress bar) pops up quite frequently that says "Saving changes... '#' documents remaining", with the

  • Planned values weekly and monthly in reports

    Hi, I have certain requirement in reports. We create all the activities with certain amount of work and duration in a project. Then we schedule the whole project. Now my requirement is , I have to get a report where in I can get weekly(current) and m

  • Establish a connection through RF modem's on client & server side & to set up PPP communication for data transfer

    hi can any1 over here help me out in how to establish connection between 2 RF modem's for data transfer , between client & server USing LABVIEW? I want to establish a connection between 2 PC's through  RF modem on client & server side & to set up PPP

  • Performance in ABAP  statement

    hi experts in one of my program the performance is getting affected in the abap statement not in the database access the program logic goes in this way from the main program 3 performs were called for in the last performa onlythe entire processing st