Where to download javaws.jar source code?

Does anyone know where to download latest javaws.jar source code?
I am debuging the JRE auto download, however the JWS client always report following error when try to download JRE from my intranet server.
Thanks a lot!
NLPException[category: ϵͳÅäÖà : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://localhost/jnlpExampleSite/jws/" href="http://localhost/jnlpExampleSite/jws/application2.jnlp">
  <information>
    <title>My Application - Example 2</title>
    <vendor>My Company</vendor>
    <homepage href="http://localhost/jnlpExampleSite/"/>
    <description>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</description>
    <icon href="http://localhost/jnlpExampleSite/jws/applicationIcon.gif" kind="default"/>
    <offline-allowed/>
  </information>
  <resources>
    <j2se href="http://localhost/jnlpExampleSite/jreInstaller/download" version="1.5.0_17"/>
    <jar href="http://localhost/jnlpExampleSite/jws/HelloWorldApp.jar" download="eager" main="false"/>
  </resources>
  <application-desc main-class="HelloWorldApp"/>
</jnlp> ]
     at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
     at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
     at com.sun.javaws.Launcher.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)

Good eyes, that is the unicode charactor in Chinese, it should mean "Configuration".
The whole exception describe that it can't download specific JRE. But the JRE is on the web if I directly issue the link to http://localhost/jnlpExampleSite/http/download?arch=x86&os=Windows+vista&version-id=1.5.0_18&locale=en_GB&known-platforms=
I simply following the unofficial JRE download example on
http://sourceforge.net/project/showfiles.php?group_id=64065&package_id=84803&release_id=180414
Anyway, let me try the JaNeLA first, thanks a lot for your help!

Similar Messages

  • Where to download Unbreakable Linux source code?

    Hi all,
    I believe under the GPL, Oracle should provide the source code of the Unbreakable Linux, even if it removes only RedHat trade mark and logo. Does anyone know where we can download it? If Oracle does not provide the source code, does it breaks the GPL?
    Thanks and regards,
    William

    Hi Sergio,
    Thanks for the reply. Then I can continue my self learning.
    Thanks and regards,
    William

  • Where to download iPhone software source code?

    The iPhone includes GPL'd software (so says the legal section...) how can I get a copy of the source code of said software?

    http://www.opensource.apple.com/darwinsource/

  • Draw.jar Source Code

    Hi,
    Can anyone please tell me where can I get the source code for Java webstart Draw Demo( http://java.sun.com/products/javawebstart/demos.html) ?
    Thanks

    Sorry, I mean the source code(java files) of files in the Draw.jar,I would like see some samples to develop a drawing program.
    Also any one knows what happened to the site http://java.oreilly.com/bite-size
    Thanks,

  • Where to get demo applications source code

    Hi,
    where can I get the source code of these applications:
    SAPUI5 SDK - Demo Kit
    I know somewhere is possible to download whole SDK (I really need SAPUI5 1.20 version, not 1.16.3, or openUI) but I really can find it...
    Many thanks Jiri

    PLease check here to download SAP UI5 1.20 version
    OpenUI5 - Download
    OpenUI5 Blog - New OpenUI5 version 1.20 released!

  • Where could i get the source code of

    hello,everybody
    where could i get the source code of "Core JavaServerFaces, Second Edition"
    i can't open the url "http://corejsf.com" .
    if somebody have it ,please send to my mail [email protected]
    thanks very much.

    This url refers to http://www.horstmann.com/corejsf/ and works fine here.
    If you can't open it from your network, check your firewall or try another proxy or ISP or even PC.

  • Where can I get the source code of the jconsole in jdk1.5

    Where can I get the source code of the jconsole in jdk1.5?

    Hi,
    The JConsole 5 source code is not publicly available but you can get JConsole 6/7 source code from http://openjdk.java.net.
    Regards,
    Luis-Miguel Alventosa - JMX/JConsole dev team - http://blogs.sun.com/lmalventosa

  • Where can I find the source code of the sshr workflow source file?

    Dear all:
    Where can I find the source code of the sshr workflow?
    Regards
    Terry

    Dear all:
    I found the answer, usually the workflow of the self-service 4.1 is HRSSA
    Regards
    Terry

  • Where to download professioi​nal labview code ?

    anyone can tell me where to download some proffesional labview code? thanks!

    I don't know your definition of "professional LAbVIEW code", but if you are looking for code examples, try:
    (1) The example browser that ships with LabVIEW.
    (2) The Example Code Library right here at NI.com.
    Are you looking for anything in particular?
    LabVIEW Champion . Do more with less code and in less time .

  • How can I download the full source code for the Java 3D package

    how can I download the full source code for javax.media.j3d
    especially I need the Transform3D.java class.
    thanks a lot
    Meir

    thank you guys I'll try to do so, I suggest you to
    join me.From the one of the (ex-!)Java3D team:
    "I'm glad to see that Sun has decided to officially support an
    open source Java/OpenGL binding, JOGL. Perhaps they will
    eventually decide to make Java 3D open source. However, be
    careful what you wish for. The Java 3D source is huge and
    complex. There are native sections for Solaris, Windows/OpenGL,
    and Windows/Direct3D, plus common code. I don't know how you'd
    open source a build process that requires different pieces of
    the code be built on different machines running different
    operating systems."
    Sounds scary - I hope we're ready for it :)

  • Where to download wlst.jar and python.jar for weblogic 10

    where to download wlst.jar and python.jar for weblogic 10 ? I am unable to find the links ..most of the prevoius ones point to dev2dev which are no longer valid

    Hi,
    I have written the below python script to list the user ,that was created in realms->myrealms->users.
    It's not working it.
    Kindly help to in this python script.
    from weblogic.management.security.authentication import UserReaderMBean
    from weblogic.management.security.authentication import GroupReaderMBean
    file_loc='MbeanValues.properties'
    file=java.io.File(file_loc)
    if file.exists():
         loadProperties(file_loc)
    connect(dwlusr,dwlspwd,dwlsurl)
    domain_name = cmo.getName()
    print 'UserName='+dwlusr
    print 'URL='+dwlsurl
    print 'DomainName='+ domain_name
    print 'welcome'
    print 'Checking if isMember of a group'realm=cmo.getSecurityConfiguration().getDefaultRealm()
    atns = realm.getAuthenticationProviders()
    for i in atns:
    if isinstance(i,UserReaderMBean):
    userReader = i cursor = i.listUsers("*",0)
    print 'Users in realm '+realm.getName()+' are: '
    while userReader.haveCurrent(cursor):
    print userReader.getCurrentName(cursor)
    userReader.advance(cursor)
    userReader.close(cursor)for i in atns:
    if isinstance(i,GroupReaderMBean):
    groupReader = i
    cursor = i.listGroups("*",0)
    print 'Groups in realm are: '
    while groupReader.haveCurrent(cursor):
    print groupReader.getCurrentName(cursor)
    groupReader.advance(cursor)
    groupReader.close(cursor)
    disconnect()

  • Tools.jar Source Code

    Hello
    I am working on Multi Rebinding and Component mobility in a component programming framework.I need the source code of Tools.jar from where i can download the code of tools.jar. I have download the the Java SE 6 source code but i need the code of tools.jar

    It's in the SCSL source code, but why do you think you need it?
    And you don't need tools.jar at all for RMI.

  • Where can I find  the source code of cachedrowset

    I want to read the source codes of cachedrowset and other classes in rowset.jar .
    where can I find it?
    thanks

    download rowset.jar a JAVA Decompiler tool , for example cavaj,then get the source code

  • Where can I get the source code for sun classes?

    Hello,
    When ever you download sun's j2sdk, the archive always contains the source code for the entire sdk in a zip file called src.zip except the sun.xxx classes like sun.awt.print.PrintDialog or sun.awt.font.FontResolver.
    For debugging purposes I need, if availabe, the source code of these classes which are not present in the src.zip.
    Please can someone tell me if theses classes are available as source and can point me where I can find it cause I am searching for it but can't find it on the net.
    Thank you
    Carolin

    Hey ChuckBing
    And your way is the only way, right? No.What on earth is eating you? Highly sensitive today?
    Where is the problem? There are two solutions of the question.
    The one link I posted points directly to the sun source download link. The "readme" explains, yippie, the sun sources are contained. Easy, isn't it?
    With the other one, you have to navigate at least through two other pages before you might find the link and only if you recognize that "Download JDK 5.0 source via SCSL/JRL" means the sun source code and not the sources contained in the JDK download. This is what I thought as I've seen this link the first time. Unfortunately there is no "readme".
    I prefer the easy way, I dont want to earn a doctorate. Ok, you can say dont "play the woman", but I'm a woman and a blonde too;-)
    But, let us stop the idle discussion here, please!
    Nevertheless, thanks to you and [email protected] for answering.

  • Where is the javaws.jar file for Java8 in Solaris Sparc OS?

    javaws.jar file used to be located under 1.7.0_72/jre/lib, but after I installed Java 8, I could not find it in the corresponding 1.8.0_31/jre/lib. I checked .gz file downloaded from Oracle and it does not contain the jar file either. Does anyone know what is going on? Thanks, …

    Thanks, but it is not there.
    I only have the following:
    com.bea.core.jsmpool_1.7.0.0.jar
    javax.jms_1.1.1.jar
    org.springframework.spring-jms_2.5.6.jar
    And if I cannot find it there, where could it be?
    Thanks!

Maybe you are looking for

  • Java.rmi.UnmarshalException: skeleton class not found but required for clie

    Hello everyone, I am new to RMI and getting a strange exception. I am using Java 1.5.0_07 both on client and server. They are running on the same machine, the rmi registry is started inside the server application. I am wondering why java complains ab

  • Business Objects Overview

    I hope some one can help.  I'm trying to get my head around Business Objects and so far all I've done is get confused by all the various products, components and services.  Can anyone point me towards a good document/page which will explain each prod

  • JCo...

    Hi. I have heard that it is possible to call Java code from ABAP using JCo. It seems authorization is required to download the JCo from http://service.sap.com/connectors. Does any one know an alternate link? Also, pls do give me some sample code on h

  • Chart formats

    Hi, I want to create chart based reports using HTML DB but I also want to be able to extract output from it too. For example,I navigate through my application to a page containing a chart based report , click save as and then mail this off to a third

  • Update infotype 0041 in payroll function

    Hi, I have created a payroll function to update infotype 0041 during payroll process, but it seems this is causing some inconsistencies in PCL2 cluster,since I'm having some payroll errors. Is there anyway to avoid this? Can I create an infotype duri