J2sdk-1_4_2 Co bundle with Netbeans stops at 8%

Hello,
After downloading this file with my 56k, i tried to installed the software. Only to be halted at 8% after a "Windows command" dos window pops up. Ive tried the download numerous times, to no avail.
Im running Windows ME and ahve the latest updates, and i have plenty of memory. Has a fix been found for this? ANY help would be awesome.
Thanks in advance.
~Chris

You might want to check this thread:
http://forum.java.sun.com/thread.jsp?forum=14&thread=478590
HTH...

Similar Messages

  • J2sdk 1.5 bundle with netbeans and

    After I installed java 1.5 bin file with netbeans bundle and did ...
    java at the command line
    I get this scripts echo
    #!/bin/sh
    #echo "libgcj-java-placeholder.sh"
    #echo
    #echo "This script is a placeholder for the /usr/bin/java and /usr/bin/javac"
    #echo "master links required by jpackage.org conventions. libgcj's"
    #echo "rmiregistry, rmic and jar tools are now slave symlinks to these"
    #echo "masters, and are managed by the alternatives(8) system."
    #echo
    #echo "This change was necessary because the rmiregistry, rmic and jar tools"
    #echo "installed by previous versions of libgcj conflicted with symlinks"
    #echo "installed by jpackage.org JVM packages."
    It compiles normally in netbeans but I still need to do it at the command line instead of getting this script? Should I just delete it?

    After I installed java 1.5 bin file with netbeans
    bundle and did ...
    java at the command line
    I get this scripts echo
    #!/bin/sh
    #echo "libgcj-java-placeholder.sh"
    #echoThat looks like something from the GNU GCC Java compiler. You'll need to uninstall that. This should be a package named "gcc-java". Running "rpm -e gcc-java" should do it, if you're using Linux.
    I wouldn't recommend just deleting the file, as there are probably a number of other files lying around which will conflict like this.
    Hope this helps.

  • How to install the jms bundle with netbeans IDE

    hello friends,
    i am feeling a lots of problem since i am having the package of jms but don't know how to install it with NetBeans 3.6 IDE. i am unable to mount it on the j2sdk1.4_02 . please tell me how to install it, so that i can use this using netbeans ide.

    hi
    send me the bundle or tip me on how to get it.
    I have j2sdk1.4.2_03 and NetBean 4.1. I can try it out with you.
    though, I am using the jsmsengine from sourceforge.org, java activation framework and java communication API.
    when I get the gsm device, I'll be more resourceful or what do yoy use

  • Packaging Scene Builder  with Netbeans ...

    In the old world of Swing the GUI builder (matisse ?) was packaged and bundled with Netbeans.
    In the new world of JavaFX it appears that "Scene Builder" is a standalone tool. Although, Netbeans can be configured to invoke SceneBuilder it appears to be a bit weird. . It's not clear as to why we have ended up with this new arrangement ?.
    /rk

    SceneBuilder works with lots of different IDEs and without an IDE at all.
    I don't think matisse (?) did (though I never used it).
    I think that's an advantage.
    If you wished, you could file a request against the NetBeans project for them to co-bundle SceneBuilder.
    The plan for NetBeans 8 (http://wiki.netbeans.org/EditorPlan80#JavaFX_2) has an item:
    "Ongoing support of SceneBuilder interoperability plugin (?, ? days)"
    I think the first question mark means no owner has been assigned the task and the second question mark means nobody knows how long it would take.

  • Trouble installing J2SDK Combined with NETBEANS

    Hello,
    Not sure this is the right place for posting this thread. Anyways, I installed BLUEJ but I cannot use it because I need
    JDK\J2SDK installed on my computer. So I downloaded the "J2SDK Combined with NETBEANS" software and it simply
    automatically quits the installation when I press twice on the .exe button. It shows a bit of loading and then quits.
    So I cant install it and I dont know that is the problem. Help me :)

    Try downloading and installing Java's JDK first, then download and install NetBeans (from the NB website.)
    If problems exist with installing the JDK using the Installation Instructions that can be found at the JDK download site, post back here, noting at what point in the Installation Instructions the problem occurs, and what the problen is.
    If problems exist with installing NetBeans. post the same information to the NB mailing list. These forums are for Java language discussions and are not support forums for any IDEs.

  • Need Help With NetBeans (Java Studio Enterprise 8)'s code generation

    Hi!
    I am using Java Studio Enterprise 8 with NetBeans 4.1 IDE bundled together with it. When trying to create GUI out from NetBeans Form Designer, I don't like the way it generates the code. When I try to use a JTextField, it uses "Fully Qualifed Class Names" (e.g: javax.swing.JTextField) on the code. How do I set NetBeans not to use it but rather use only the class name and generate import lines on top of the code? Also, how do I set it up that it will generate the variable declarations (which is on the uneditable blue portion of the code) on top rather than the default which is placed at the bottom of the class code body. I have tried tweaking the Options menu of this IDE but haven't got any luck...
    Hope you could help, and thanks in advance!

    To address the location of the var decl codegen section (or any codegen location issues), there is a workaround, admittedly, it is a bit tedious.
    Once the form code is generated, as Kris mentioned, open the class in an external editor so that you can edit the generated code.
    Then cut the entire var declaration section along with the begin/end gen-code markers and paste it to the section of the file you desire.
    When you add more components to your form, the codegen will find this section wherever it is and add to it.
    Alternatively, you could just move the non-protected code around the protected within the NB editor, but you would not be able to rearrange the order of the actual code-genned sections.
    craig

  • Java 1.4.2 with NetBeans IDE 3.5 - Error Message, please help

    Hello, I have downloaded the "J2SE v 1.4.2 with NetBeans IDE v 3.5 Cobundle" for windows.
    I ran the install, everything went fine, but when the install finished it said there was an error and to please refer to the log file.
    Here is what the log file says:
    "Installing J2SDK..."
    "Finished Installing J2SDK..."
    (Jul 1, 2003 7:53:14 AM), Setup.product.install, com.sun.installer.InstallJ2sdkAction, err, Error occured while installing [0] -> D:\Program Files\j2sdk_nb\_uninst\custom-install.bat "D:\Program Files\j2sdk_nb\install.log" "D:\Program Files\j2sdk_nb\j2sdk1.4.2\" D: "D:\Program Files\j2sdk_nb\_uninst"
    Now when I try to run "NetBeans IDE 3.5" I get an error message:
    Cannont load jvm.dll
    Does anyone know how to resolve this, I have tried uninstalling and re-installing and I get the same problem.
    Thanks,
    -Mike

    Hello, I have downloaded the "J2SE v 1.4.2 with
    NetBeans IDE v 3.5 Cobundle" for windows.
    I ran the install, everything went fine, but when the
    install finished it said there was an error and to
    please refer to the log file.
    Does anyone know how to resolve this, I have tried
    uninstalling and re-installing and I get the same
    problem.
    Thanks,
    -MikeHi Mike,
    Even I got a similar error message inspite of trying to re-install atleast 10 times! So I gave up and did this:
    1) I downloded J2SE SDK 1.4.2 seperately.
    2) I then downloded JPad Pro IDE (latest version).
    Now both are working really fine for me. :-) Could'nt be bothered to try again and again.
    Its up to you if you want to get the NetBeans installation done but all I wanted was a good IDE and the latest version of the JDK. I have been using it for the last 3 days and it is working perfectly fine!
    Regards :-)
    Vijay

  • J2sdk-1_4_2 windows-ia64.exe needed for Windows 2003 ia64 bit ?

    hai,
          I am installing SAP 4.7 x200 on windows 2003 , Intel 64 bit machine with DB as Ms SQL 2000.
    Before Installing SAP i need to have a java runtime environment basically 64 bit for Intel on Windows . I followed SAP note but i am not able to find the exact j2sdk file . I looked at java.sun also and even there i can't  locate the file J2sdk-1_4_2 windows-ia64.exe  .One can easily find the same file for amd machine.
    kindly let me know if there is 64bit version of j2sdk on intel 64 bit.
    thanks in advance
    jase

    HI:
    https://sdlc5a.sun.com/ECom/EComActionServlet;jsessionid=1D920D7BB1FC5D31C70E55CE3BE777E4
    You will find the link to IA64 towards the bottum of the above page.
    If for some reason the page doesn't open, please try the following page:
    http://java.sun.com/products/archive/j2se/1.4.2_13/index.html
    Thanks!
    If this problem has been solved, then go ahead and close this message!
    Rewards Points to the helpful answers

  • Problem with NetBeans 3.6

    Hello everybody,
    I've installed Netbeans 3.6 and I've encountered a problem. Sometimes, when i launch the program, it appears an error which closes the window. This error is due to "Runide.exe". Even when i manage to start Netbeans, sometimes after a few minutes, it appears the same problem. It's very problematic for me since I must restart Netbeans and ensure that i didn't loose my code. I have j2sdk 1_4_2 and java 2 runtime environment 1_4_2.
    Thank You for your answer.

    The exactly problem is "Runide.exe" has encountered a problem and must close. Then I can send a report to microsoft for this error. Here's the signature of the error:
    AppName: runide.exe     AppVer: 0.0.0.0     ModName: jvm.dll
    ModVer: 0.0.0.0     Offset: 000b4b59
    Thank you for your help

  • Problems installing j2sdk-1_4_2-nb-3_5_1-bin-windows

    Im trying to install that file. Netbeans goes in fine but the 2nd file stops at 8% and no further. Any ideas why? Thanks for the help

    Im trying to install that file. Netbeans goes in fine
    but the 2nd file stops at 8% and no further. Any
    ideas why? Thanks for the helpIf you're new to Java don't start with Netbeans.
    Standard Advice:
    As someone new to Java this person should not be using an IDE until they can install the JDK, setup classpaths, run 'java' and 'javac' from the commandline, navigate the JavaDocs and manage packages manually, i.e. through a command line. Yes, this will result in a higher initial learning curve, but will pay off greatly in the future. If they want to use a simple text editor like JEdit or TextPad for syntax highlighting that's fine, but by using anything more like JBuilder, Eclipse, IntelliJ, NetBeans, etc. they'll be doing themselves a huge disservice.

  • Performance degradation of Weblogic 5.1 sp 6 bundled with Peoplesoft 8.1.2:

    Recenly we have upgraded from Peoplesoft 7 to Peoplesoft 8.1.2
    Peoplesoft 8.1.2 bundled with Peopletools(Web based front end ) for the first
    time and Weblogic 5.1 sp6.
    There is performance degradation of the weblogic 5.1 sp 6 (on Windows 2000 ) when
    the no of users increases to 80. The Weblogic is becoming 100% CPU bound. Besides
    the weblogic wont even shutdown completely when trying to shutdown.
    Peoplesoft customer support advised to upgrade to Weblogic 5.1 sp 9 but sp 9 wont
    support 128 bit encription which Peoplesoft 8.1.2 application need. Peoplesoft
    8.1.3 will be supporting 128 bit encription after some 3 months. We have to get
    along with the above mentioned configuration (Peoplesoft 8.1.2 with Weblogic 5.1
    sp 9) in the mean time.
    Any of you had such an experience ? Please let me know if there is a solution
    or workaround.
    Thanks in advance.
    Mani

    There shouldn't be any reason that 5.1 SP9 wouldn't support 128 bit
    encryption. If that's the issue, you should post in the security
    newsgroup or contact [email protected]
    -- Rob
    Mani Ayyalas wrote:
    Recenly we have upgraded from Peoplesoft 7 to Peoplesoft 8.1.2
    Peoplesoft 8.1.2 bundled with Peopletools(Web based front end ) for the first
    time and Weblogic 5.1 sp6.
    There is performance degradation of the weblogic 5.1 sp 6 (on Windows 2000 ) when
    the no of users increases to 80. The Weblogic is becoming 100% CPU bound. Besides
    the weblogic wont even shutdown completely when trying to shutdown.
    Peoplesoft customer support advised to upgrade to Weblogic 5.1 sp 9 but sp 9 wont
    support 128 bit encription which Peoplesoft 8.1.2 application need. Peoplesoft
    8.1.3 will be supporting 128 bit encription after some 3 months. We have to get
    along with the above mentioned configuration (Peoplesoft 8.1.2 with Weblogic 5.1
    sp 9) in the mean time.
    Any of you had such an experience ? Please let me know if there is a solution
    or workaround.
    Thanks in advance.
    Mani

  • How can I get a single jar file with NetBeans?

    How can I get a single jar file with NetBeans?
    When I create the project I get these files:
    dist/lib/libreria1.jar
    dist/lib/libreria2.jar
    dist/software.jar
    The libraries that have been imported to create the project are in separate folders:
    libreria1/libreria1.jar
    libreria2/libreria2.jar
    libreria1, libreria2, dist folders are all located inside the project folder.
    I added the following code to the build.xml:
    <target name="-post-jar">
    <jar jarfile="dist/software.jar">
    <zipfileset src="${dist.jar}" excludes="META-INF/*" />
    <zipfileset src="dist/lib/libreria1.jar" excludes="META-INF/*" />
    <zipfileset src="dist/lib/libreria2.jar" excludes="META-INF/*" />
    <manifest>
    <attribute name="Main-Class" value="pacco.classeprincipale"/>
    </manifest>
    </jar>
    </target>
    Of course there is also the project folder:
    src/pacco/classeprincipale.form
    src/pacco/classeprincipale.java
    Can you tell me what is wrong? The error message I get is as follows:
    C:...\build.xml:75: Problem creating jar: archive is not a ZIP archive BUILD FAILED (total time: 2 seconds)

    This is not a NetBeans forum, it is a JDeveloper forum. You might want to try http://forums.netbeans.org/. I also saw your other question - try looking in the New to Java forum: New To Java

  • Does Media Encoder CC come bundled with After Effects CC?

    Hi All
    I need to buy Adobe Media Encoder CC but it looks like it only comes bundled with Premiere Pro and I'd prefer After Effects, Both CS6 and CS5 came with Media Encoder, I can't find any information that supports the CC versions, please could someone point me in the right direction?

    Yes.

  • Does Adobe Photoshop Elements come bundled with Adobe Bridge?  Or is Bridge a separate purchase?

    Does Adobe Photoshop Elements come bundled with Adobe Bridge?  Or is Bridge a separate purchase?

    Apparently there was a change in Elements 9.
    From the PsE forum:
    Bridge is no longer included with PSE. If you buy PSE anywhere except the Mac App Store you get Organizer instead. The app store version doesn't have organizer.
    and from a link therein:
    A lot of Mac folks are unhappy about Adobe’s decision to include Organizer with Elements 9 in place of Adobe Bridge, which came with previous Mac versions. (The Organizer used to be just for Windows.) If you have an older version of PSE that included Bridge, you can still use it with Elements 9…

  • Trying to Add Adobe Media Encoder in Creative cloud licenses but its not coming up, is media encoder bundled with another adobe product?

    Trying to Add Adobe Media Encoder in Creative cloud licenses but its not coming up, is media encoder bundled with another adobe product?

    You MUST have a 64bit computer... what is your computer?
    Adobe's MINimums http://helpx.adobe.com/premiere-pro/system-requirements.html
    -Programs won't display if they will not install on your computer
    -http://helpx.adobe.com/creative-cloud/kb/all-apps-displayed-aam.html

Maybe you are looking for