Can Web Start call earlier installed versions on client machine?

Can Web Start invoke earlier installed versions of the
JRE on a client machine, without invoking a download?
I ask because I have tried to so, unsuccessfully,
using the versions attribute of the j2se element.
In the usenet thread 'Jar test, with 1.4 VM?',
Usenet Message ID:
[email protected]
http://groups.google.com/groups?selm=1170640609.025666.236030@s48g2000cws.googlegroups.com
(follow the Google link at the top, to the thread)
I was attempting to confirm that a Jar file I
was deploying, was 1.4 compatible.
The test failed, because despite that the (1)
user who attempted it had a working 1.4.2 install,
the JNLP file (which declared version='1.4'),
was prompting for a download. The user was
not prepared to do that, understandably -
that was exactly what I was trying to avoid
doing, myself.
Since then, I did further testing locally -
trying to get a 1.5 launch when my current
Java is 1.6 - I have a number of 1.5 versions.
No request for '1.5', '1.5.0_08' or '1.5*' worked
(OK - that last one was just a WAG*), every time
I was prompted for download (which also failed,
as an aside!).
What am I getting wrong?
Do I misunderstand the intent of the j2se element
finding earlier verions? Is it only versions that
were installed by web start?
Is my understanding of how to use the version
attribute, incorrect?
* Where are the detailed instructions on the
allowable forms of the version attribute?
Neither the spec. nor developers guide seem
to go into it in any detail. Some of the forms
I have seen around the forum were (AFAIR)..
<!-- Suggests 1.4 preferred? -->
version="1.4 1.5+"
<!-- Suggests 1.4 only? -->
version="1.4"
<!-- Suggests 1.4.2 preferred, if microversion
13+ is found, else 1.5+? -->
version="1.4.2_13+ 1.5+"FWIW - here is the JNLP I am currently using
for the test, it is 'live and public'..
<?xml version='1.0' encoding='UTF-8' ?>
<!--
If you see this message in your browser, it means the
browser is not correctly set up to handle the JNLP file
type, that launches Java applications within a secure
environment, that cannot access your computer, or data.
To get the browser (and PC) correctly set up to handle
this type of file, visit ..
  http://www.java.com/
..to install the free, secure, Java Plug-In made
by Sun Microsystems.
-->
<jnlp spec='1.0'
    codebase='http://www.athompson.info/family/'
    href='thompson-1.4.jnlp'>
  <information>
    <title>Thompson Family Genealogy</title>
    <vendor>Andrew Thompson</vendor>
    <description kind='one-line'>
      The ancestors of William Robert Ramshaw Thompson
    </description>
    <offline-allowed />
    <shortcut online='false'>
      <desktop/>
    </shortcut>
  </information>
  <resources>
    <j2se
      version="1.4"
      href="http://java.sun.com/products/autodl/j2se" />
    <jar href='genj-applet.jar' main='true' />
  </resources>
  <applet-desc
    main-class='genj.applet.Applet'
    name='genealogy'
    codebase='./index.html'
    width='300'
    height='170'
    >
      <param name='GEDCOM' value='thompson.ged' />
      <param name='ZIP' value='thompson.zip' />
  </applet-desc>
</jnlp>

Using your tips, I was able to find the 1.5
JRE's listed in the Java control panel
(of an XP Pro box) and see they had no
checkmark for 'enabled'.
After enabling 1.5.0_08, I was successfully
able to launch the application (OK - applet
really) using the 1.5.0_08 JRE.
Thanks.
As an aside, I had to specify '1.5.0_08'
exactly to get that JRE. This is fine for
local testing, but sometimes it is handy
to ask others to help test via the web,
and it would be nice if I could make it less
specific (e.g. '1.5', to get any installed
and enabled JRE that is a 1.5 variant)
Do I understand wrong? Should that work,
to specify '1.5' and get a '1.5.0_08' JRE that
is installed and enabled?

Similar Messages

  • Can't start Tomcat after installing Bea WorkShop for JSP

    Hi,
    I have been using Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 and Web Tools Project 1.0.2 and Tomcat 5.0 and Tomcat 5.5 for about 2 months with no problems. But now I Can't start Tomcat after installing Bea WorkShop for JSP plug-in. I get "Server Tomcat v5.0 @ localhost failed to start". Any help would be greatly appreciated.

    I installed BEA Workshop for JSP Version: 3.1.0
    Build id: 536. I only wanted to install the plug-in to my existng Eclipse 3.1 / WTP application. The only option that I saw was to download the entire FullWorkshopFreeInstall-536.zip, which is 192,496 KB. During the installation, there is a screen that you can specify to only install the plug-in - and I selected that option. Today, I chose to uninstall the BEA Workshop for JSP and then I was again able to start Tomcat server. I then did a complete install of BEA Workshop for JSP into a totally separate location. My original Eclipse installation still works fine, but my Workshop for JSP Version (which is now a completely new installation) has the same problem with Tomcat that I reported with the plug-in. I am using j2sdk1.4.2_08 and have tried both Tomcat 5.0 and Tomcat 5.5. I have the same problem with both Windows XP Home Edition and Windows XP Professional.
    Thanks for your assistance.
    Ron

  • Lopica Web Start os.name, os.version & os.arch Collection Updated

    Hello,
    I've updated the Lopica Web Start os.name, os.version & os.arch Collection. New entries cover Mac OS X, Mac OS X Server and Windows 2003 Server.
    See http://lopica.sourceforge.net/os.html for full details.
    If an os.name, os.version & os.arch entry is missing, please let let me know.
    - Gerald
    What is the Lopica Web Start os.name, os.version & os.arch Collection?
    The current JNLP specification doesn't list the values for the os or arch attributes. Instead it states that all values are valid as long as they match the values returned by the system properties os.name or os.arch. Values that only match the beginning of os.name or os.arch are also valid (e.g. if you specify Windows and the os.name is Windows 98, for example, everything works out fine).
    To make it easier for everyone I collect and publish the os and arch values at the Lopic site.

    Something similar happened with me. After installing the Software Update patches, one of which installed Safari 4, Java Web Start files that I download appear as normal text files, and javaws doesn't get invoked on them. This used to work, every day, until the upgrade. As a workaround, I picked the JNLP file out of the recycle bin and, in a Terminal window, ran "javaws filename" to run it. Hopefully someone can tell us how to fix the file associations in Safari 4 so that javaws gets launched automatically when these types of files are downloaded.
    Safari does say that it knows about the Java Plug-In for Cocoa and that it handles application/x-java-jnlp-file .

  • I can't Start, Uninstall or Install new iTunes. I'm getting the same error message: Window Installer Service could not be accessed.  No other programs have similar problem. Any suggestion what can be done?

    I can't Start, Uninstall of Install new iTunes. I'm getting the same error message: "Window Installer Service could not be accessed". No other programs having similar problem. Any suggestions how to fix it?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) (not for XP) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Can't Start Portal After Install

    After downloading and installing the of evaluation Portal 4.0 SP1, I get the following message upon startup when I enter the system password that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the same message.
    What password should I use to start the server?

    I've followed the directions and am experiencing the exact same problem. Brand
    new installation of Weblogic server 6.1 SP2 with examples. That install is working.
    Then added Portal 4.0 SP1, updated the license file and I have the same issue
    with the Illegal access exception resulting in the "Fatal initialization exception"....
    Hmm!
    [email protected] (Bowrat) wrote:
    Below listed are the common errors you run into during installation
    process:
    - You need to have the correct version numbers of both the weblogic
    server and the portal server. For instance the portal server 4.0 (eval
    copy) will only run on WebLogic 6.1 SP1. So check the edocs for
    supported platforms
    - Make sure you have the installed the full version of the weblogic
    server (including examples)
    - Finally, you need to run the UpdateLicense.cmd file to update the
    license.bea under ur Bea Root
    Give it a shot after u have checked all of the above three - goodluck
    - Bowrat
    www.Bowstreet.com
    Steve Anderson <[email protected]> wrote in message news:<[email protected]>...
    From: Steve Anderson <[email protected]>
    Newsgroups: weblogic.support.install
    Subject: Can't Start Portal After Install
    References:
    NNTP-Posting-Host: 209.11.114.150
    X-Original-NNTP-Posting-Host: 209.11.114.150
    Message-ID: <[email protected]>
    Date: 13 Feb 2002 20:25:53 -0800
    X-Trace: 13 Feb 2002 20:25:53 -0800, 209.11.114.150
    Organization: BEA SYSTEMS Inc
    Lines: 18
    XPident: firewall-user
    Path: newsgroups.bea.com!209.11.114.150
    Xref: newsgroups.bea.com weblogic.support.install:9600
    After downloading and installing the of evaluation Portal 4.0 SP1,I get the following message upon startup when I enter the system password
    that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the samemessage.
    What password should I use to start the server?

  • Where can I download an early'r version of firefox

    I simply do not like the new version{4.0 beta}but after doing a hard start on my computer eseting it back to the factory settings I cant find an early'r version to download..where can i get an early're version download''/.

    There is no public release of Firefox 64 bit for Windows yet - only for Mac and Linux. I believe the trial versions haven't been stable.
    I don't think we are missing much at this stage.

  • HT1338 Can I do a clean install after using time machine backup?

    Can I do a clean install after using time machine backup?

    Hi, if I understand correctly yes, but may I ask the purpose of doing so?

  • What needs to be installed on a client machine?

    Downloads Documentation Discussion Forums Articles Sample Code Training RSS Resources For
    Oracle Data Provider for .NET FAQ
    About ODP.NET
    I am familiar with SQL Server's .NET data provider, but am new to Oracle. Is it easy to learn to use ODP.NET? (Last Updated: 12/27/04)
    What are the different ways Oracle integrates with Microsoft .NET? (7/22/05)
    Where can I find ODP.NET help and sample code? (12/12/03)
    I have ODP.NET installed, but I can't find the ODP.NET Dynamic Help. Where is it? (4/11/05)
    What are the new features in this version of ODP.NET? (7/22/05)
    How do I make a feature enhancement request for ODP.NET? (12/04/02)
    What features will ODP.NET support in future releases? (12/04/02)
    Configuration and Certification
    Do I need to install ODP.NET on my Oracle database server? (7/22/05)
    Can ODP.NET work with Oracle8, Oracle8i, Oracle9i, and Oracle10g database (DB) servers? Can these DB servers be on Linux or Unix? (7/22/05)
    Can ODP.NET be used with an Oracle8, Oracle8i, or Oracle9i Release 1 client? (11/02/04)
    What do I need to have installed on my client machine to have ODP.NET work? (11/02/04)
    Does ODP.NET support Windows Server 2003, .NET Framework 1.1, and Visual Studio .NET 2003? (11/02/04)
    Common Runtime Issues
    How do I use distributed transactions with ODP.NET? (3/20/03)
    What if I have some applications that require an earlier Oracle client (e.g. using the Microsoft OLE DB Provider for Oracle with Server Explorer)? I want to be able to run both ODP.NET and these other applications from the same machine. (12/12/03)
    I get an error: "Unable to load DLL (OraOps.dll)". How do I fix this? (4/23/04)
    I want to use the Oracle9i Release 2 version of OraMTS with an Oracle8i database. I get a "No error information available: XACT_E_NOENLIST(0x8004D00A)" error when running an application using OraMTS. (12/04/02)
    ODP.NET and Other Oracle Providers for .NET
    Are ODP.NET and Microsoft .NET Framework Data Provider for Oracle the same product? (12/12/03)
    Which .NET data access driver should I use among ODP.NET, Microsoft .NET Framework Data Provider for Oracle, OLE DB .NET, and ODBC .NET? (12/04/02)
    I bundle ODP.NET with an application I've built, which I want to distribute or sell. Does Oracle charge licensing fees for this? (7/16/03)
    Q: I am familiar with SQL Server's .NET data provider, but am new to Oracle. Is it easy to learn to use ODP.NET?
    A: Yes. ODP.NET inherits from all the ADO.NET base classes, which is what SQL Server's .NET data provider, SqlClient, is based upon. The ADO.NET constructors, methods, and properties that you use with SQL Server will be the same with Oracle. For many applications, the only notable differences will be having all objects that were preceded with "Sql", such as SqlConnection, be preceded by "Oracle", such as OracleConnection, and accounting for differences between Oracle and SQL Server database data types, SQL, and stored procedure calls.
    Q: What are the different ways Oracle integrates with Microsoft .NET?
    A: Oracle integrates with .NET in a number of ways. For optimized .NET data access, ODP.NET enables access to all of the Oracle database's advanced features, such as RAC and XML DB, while ensuring the fastest performance from the .NET Framework.
    For .NET development tools that make Oracle easier to use, the Oracle Developer Tools for Visual Studio .NET provide wizards and designers that auto-generate ODP.NET code and can browse and edit schemas and stored procedures. Additionally, it includes a Data Window to modify and view data and context-sensitive help.
    Beginning with Oracle Database 10g Release 2, developers can build and deploy .NET stored procedures for their Oracle database.
    For application integration, web services can facilitate integration between your existing Oracle and .NET applications.
    Q: Where can I find ODP.NET help and sample code?
    A: ODP.NET documentation is available from within Visual Studio .NET using Dynamic Help. Just hit the F1 key when your cursor is on an ODP.NET API and a help page for that API will appear right within Visual Studio .NET.
    Additional ODP.NET documentation is available both locally installed and from the ODP.NET documentation page.
    Sample code can be found both locally as part of the ODP.NET installation (e.g. c:\oracle\<Oracle Home Name>\ODP.NET\samples) and on ODP.NET samples page.
    ODP.NET users can ask questions on the ODP.NET discussion forum.
    Q: I have ODP.NET installed, but I can't find the ODP.NET Dynamic Help. Where is it?
    A: This behavior sometimes occurs when installing new Visual Studio .NET versions over an ODP.NET installation. To enable ODP.NET Dynamic Help, go to Visual Studio .NET Combined Help Collection Manager located in Visual Studio .NET 2002 or Visual Studio .NET 2003. Make sure the box next to the Oracle Data Provider for .NET Help is checked and click on the Update VSCC button. Close Visual Studio .NET and re-open it to enable ODP.NET Dynamic Help.
    Note: Because of security restrictions, you may need to copy and paste the links above to a browser, rather than clicking on them. Once copied to a local browser, if you have a Windows service pack that prevents active content (e.g. Windows XP service pack 2), you will need to allow active content to view the complete page. To do this, click on the yellow bar at the top of the Visual Studio .NET Combined Help Collection Manager page, which indicates active content has been blocked. Select "Allow Blocked Content". A security warning will show up. Click "Yes" and you will be able to view the page in its entirety, including having the option to incorporate the Oracle Data Provider for .NET Help into Visual Studio .NET.
    Q: What are the new features in this version of ODP.NET?
    A:
    ODP.NET 10.2.0.1.0
    Server-side ODP.NET for .NET stored procedures
    RAC client-side connection load balancing and automatic connection cleanup
    Database Change Notification
    LOB and LONG retrieval - faster data retrieval, InitialLOBFetchSize can be up to 2GB, and full LOB functionality when InitialLOBFetchSize > 0 (i.e. GetOracleClob and GetOracleBlob methods are enabled). These same features are now enabled with LONGs with its respective APIs.
    Connection Pool Management - explicitly clear connection pool(s)
    Client Identifier property for supporting application context security, such as with VPD
    Input REF Cursor parameters
    ODP.NET 10.1.0.3.0
    Statement caching
    DeriveParameters - automatic population of stored procedure parameters
    Cancel long running queries
    ADO.Net 1.1 interfaces - HasRows and EnlistDistributedTransaction properties
    LOB and LONG retrieval - Entire LOB and LONG column data can be retrieved even if the select list does not contain a primary key, ROWID, or unique key.
    ODP.NET 10.1.0.2.0
    Grid support
    Schema-based XMLType
    BINARY_FLOAT and BINARY_DOUBLE datatypes
    Multiple Oracle Homes
    ODP.NET 9.2.0.4.01
    Improved XML DB and XMLType support
    PL/SQL associative arrays
    connection pool validation
    InitialLOBFetchSize property to improve LOB retrieval performance
    Q: How do I make a feature enhancement request for ODP.NET?
    A: You can contact Oracle Support or use the ODP.NET discussion forum to make an enhancement request.
    Q: What features will ODP.NET support in future releases?
    A: In general, Oracle does not discuss features in future product releases until the release date nears. We are well aware of enhancement requests made through the ODP.NET discussion forum and Oracle support. We encourage Oracle users to continue to make their requests known. Oracle will do its best to fulfill these requests in future releases.
    Q: Do I need to install ODP.NET on my Oracle database server?
    A: No. You only need to install ODP.NET for running client or middle-tier .NET applications. The exception is if you are using .NET stored procedures in the database server. The server-side ODP.NET provider will automatically be installed with the Oracle Database Extensions for .NET.
    Q: Can ODP.NET work with Oracle8, Oracle8i, Oracle9i, and Oracle10g database (DB) servers? Can these DB servers be on Linux or Unix?
    A: Yes and yes. Oracle clients can support older and newer versions of the Oracle database. Consult the Oracle on Windows FAQ for more information.
    Oracle clients on Windows can work with Oracle database servers on any platform.
    Q: Can ODP.NET be used with an Oracle8, Oracle8i, or Oracle9i Release 1 client?
    A: No. You need to use the Oracle9i Release 2 or higher client.
    Q: What do I need to have installed on my client machine to have ODP.NET work?
    What needs to be on a client machine when running an application compiled with the 10g ODP.NET?
    The FAQ states the following :-
    A: You will require the following:
    Windows 2000, Windows XP Professional, or Windows Server 2003
    Microsoft .NET Framework 1.0 or higher
    Oracle9i Client Release 2 (9.2) or higher
    Oracle Net Services (included with the client)
    Oracle Services for Microsoft Transaction Server, Release 2 (9.2) or higher. This is required for applications using distributed transacations.
    This implies that ODP.NET does NOT need to be installed on a client. However, I cannot find OraOPs9.dll on a machine with Client Release 9.2 installed. Should OraOps?.dll automatically come with a Client installation of 9.2 or higher?
    Also, if an application is built with the 10g ODP.NET, can it be run from a machine with OraOps9.dll?
    I'd be very grateful for anyone who can clear up my confusion.
    Mick

    This implies that ODP.NET does NOT need to be installed on a client. However, I cannot find OraOPs9.dll on a machine with Client Release 9.2 installed. Should OraOps?.dll automatically come with a Client installation of 9.2 or higher?
    ODP.NET needs to be installed on the client. OraOps9.dll is part of ODP.NET, not the Oracle Client.
    Also, if an application is built with the 10g ODP.NET, can it be run from a machine with OraOps9.dll?
    If an application is built with 10g ODP.NET, it can be run with 9.2 ODP.NET as long as you do not use any 10g APIs. The new features in 10g ODP.NET are included in the doc and the ODP.NET FAQ for your reference.

  • Force installing jmf on client machine

    dear friends,
    i need to install jmf on client machine through my web application.
    it will automatically detect if the client machine has jmf installed.
    if jmf is not installed, it will be installed by the web application itself.
    can anybody suggest a solution??

    Hi Harry,
    We are also in a similar fix to install JMF silently with a Streaming product. In a nutshell, we would like JMF to be installed when he invokes our setup.exe with out going through all the screens which conventional JMF installation does. Any suggestions??
    Thanks in advance for your time and help.
    Sri

  • Java Web Start didn't install with j2sdk-1_4_2_04-windows-i586-p.exe

    I just uninstalled all my java stuff from my XP Pro system
    then re-installed... j2sdk-1_4_2_04-windows-i586-p.exe
    With the SDK installation... j2re1.4.2_04 also installed... I think this is the Java Runtime
    But, before I had a folder for Java Web Start... not I don't...
    AND, the file... javaws-1_2-windows-i586-i.exe
    refered to on the Java Web Start Installation page isn't on my system anymore...
    (It was in an older vrsion of the Java Runtime... ( I had 2 java Runtimes at once installed, that is why I uninstalled... and even though I had Java Web Start, it wasn't working... so I deleted everything and reinstalled the j2sdk-1_2_04-windiws-i586-p.exe.)
    I would just download the java Web Start but the docs tell me it should be installed when the SDK and Runtime are installed... so I worry if I got the installation correct.
    Can anyone please advise me of how to get things working again.
    thanks for any help - Will

    I fixed this broblem just install both JDK and JRE.

  • How to use web start call JMS -- new

    Hello folks :
    This works okay when I run the clients from a command line,
    but when I deploy with Java Web Start 1.2, I get a message saying "Ignoring com/sun/jms/util/jms.properties due to exception "java.lang.NullPointerException", I've put jms_client.properties into jar file and set the property "jms.properties" to value "jms_client.properties" in the jnlp file and set the classloader.
    Anyone have any ideas?
    Thank you ~~
    Jovi
    Ignoring com/sun/jms/util/jms.properties due to exception
    java.lang.NullPointerException
    java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:389)
    at com.sun.jms.JMSInitialContext.<init>(JMSInitialContext.java:70)
    at
    com.sun.jms.client.InitialClientContext.<init>(InitialClientContext.java:55)
    at
    com.sun.jms.client.InitialClientContext.getInstance(InitialClientContext.jav
    a:75)
    at
    com.sun.jms.ConnectionFactoryImpl.createConnection(ConnectionFactoryImpl.jav
    a:261)
    at
    com.sun.jms.QueueConnectionFactoryImpl.createQueueConnection(QueueConnection
    FactoryImpl.java:77)
    at
    com.sun.enterprise.jms.ConnectionFactoryWrapperStandalone.createQueueConnect
    ion(ConnectionFactoryWrapperStandalone.java:50)
    at QueueReceiverTest.<init>(QueueReceiverTest.java:52)
    at QueueReceiverTest.main(QueueReceiverTest.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    .java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.javaws.Launcher.executeApplication(Unknown Source)
    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
    at com.sun.javaws.Launcher.continueLaunch(Unknown Source)
    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(Thread.java:536)

    Hello dietz :
    Thank you for your reply so much!!
    I use Sun RI 1.3 & java web start 1.2, I can't find the deployment.properties file in my server & client pc. I add deployment.javaws.secure.properties="jms.properties" in defult.properties, but it didn't work.
    Then I try to write in my jnlp file is as below :
    <property name="deployment.javaws.secure.properties" value="jms.properties"/>
    <property name="jms.properties" value="jms_client.properties"/>
    <j2se version="1.4+"/>
    <jar href="j2ee.jar"/>
    <jar href="Queue.jar" main="true"/>
    </resources>
    <application-desc main-class="QueueReceiverTest" />
    </jnlp>
    And I add some code
    System.getProperty("deployment.javaws.secure.properties");
    System.getProperty("jms.properties");
    context = new InitialContext();
    But error message still shows the same.
    Can you give me a help again ?
    Thank you a lot !!
    Jovi

  • Can't start up from Install disk

    I'm using a MacBook purchased 3/07. System 10.4.11
    I can't start up from the Install Disk for Leopard. I only get a screen with the apple logo and the spinning thing. I wait 10 minutes. Nothing happens. I've tried both using the Disk for the start up and clicking on Install icons but when it shuts down to restart....nothing.
    Can anyone help me?
    Thanks. Lois

    Hi Josef,
    I left it on for over an hour and nothing happened. Finally called Apple and after an hour and a half of all kinds of testing, restarts, zapping and I don't know what else, the nice man there talked to his supervisor and then had me test the hardware (hold down D when starting). Turns out there is a problem with my ram so now I have to take it to a local technician and if he can't fix it, it'll have to go back to Apple for repairs. Ho hum. I just hope it finally gets working to make all this worthwhile.
    Thanks again for your interest and help.
    Berengaria

  • Need to reinstall Photoshop CS2 but it can't find a previously installed version so won't reinstall

    Photoshop CS2 told me there was a "major problem" and that I would need to reinstall the software to continue using it.
    So I used the installer CD, but it told me it could not install because there was already a copy installed, which would need to be removed.
    So I removed the old version and tried to reinstall but now it tells me it needs a previously installed version in order to reinstall.
    Adobe "customer service"chat  is 100% useless on this, referred me to the 800 #, been on hold for over 45 miinutes now, and no relevant topics found on "help" forums.
    For a multibillion dollar monopoly, you'd think they could hire a couple of customer service reps but I guess it's all DIY "support" here, so can anyone help?

    So, you are NOT trying to reinstall an upgrade, but a purchased version (not in an upgrade path from one version to the next)?
    If that is correct, there should be no request for a "previously installed version." That only appears when one is installing an upgrade.
    Are you installing from physical media (a DVD), or from a download?
    Sorry, I do not have an answer for you.
    Good luck,
    Hunt

  • MacBook Pro 17" can't start after Mavericks install

    After update to Mavericks OS my MacBook Pro 17" cannot start, just a gray screen, even after several hours. Help!
    Nenad

    MBP 17" 8GB 1066MHz DDR3 SDRAM, OK.
    2x256 SSD: this I do not understand: the original was with a HDD (max 500GB 7300rpm) or 256GB SSD, and a DVD station inside.
    Can you clarify please (earlier you said: 2009, 2.8GHz/4/500).

  • Can only start Windows 7 (installed with bootcamp)  in safe mode

    I installed Windows 7 about 3 weeks ago, everything has gone smoothly until a few days ago. I can only start Windows in safe mode, if I try to do it in normal mode, it starts to log in but the screen will just go black and the computer will shut off completely. Then it won't turn back on for like 5 minutes. My mac partition works fine, and I can't find a solution to this Windows problem. When I try to do the "restore' thing where you make it go back to a certain install point, it gives me an error. Please help me, I have a course starting in 3 days and I need Windows OS for it.

    Post your question in the BootCamp forum.

Maybe you are looking for

  • Cost center wise comparison between FI view and CO view

    Hi, I have one doubt regarding comparison of cost center in FBL3N and in in S_ALR_87013611. Is there any report in from which I can compare Cost center wise actual spending in FBL3N  versus some reports in CO? I would appreciate if someone help me on

  • 2 Apple TV's and no sound output when using AirPlay/mirroring?

    Hi, Bought my first apple tv and when air mirroring was able to go to my system preferences and choose sound output for it and it worked beautifully when I wanted to play a movie on my computer and send it to the TV.  Bought a second apple tv for the

  • Serious Problems trying to install SP3

    I have a MacBook running the latest version of OSX; it also has the most recent update of Boot Camp installed and is running Windows XP, Home Edition, SP2. I booted up in Windows and tried to download and install the latest Service Pack 3. With the d

  • Efficient searching in a large XML file for specific elements

    Hi How can I search in a large XML file for a specific element efficiently (fast and memory savvy?) I have a large (approximately 32MB with about 140,000 main elements) XML file and I have to search through it for specific elements. What stable and p

  • Exception condition "RATE_NOT_FOUND" raised in DTP

    Hi All, I have tried to run the DTP. Some of the PSA data loaded to Target (DSO). But DTP request got failed.If I look into the Issue,I was able to see that "Exception condition "RATE_NOT_FOUND" raised". I have browsed some of the SDN forums.I came t