Running Java WebStart Apps with JDK1.5

I have just installed JDK 1.5 and it all installs fine
However when i try to run a Webstart Application by clicking on a link to a JNLP file i get a dialog box telling me the following
Cannot load class sun/plugin/JavaRunTime
The bridge was installed at <C:\Program~1\Java\JRE15~1.0> but the class is not there please modify registry key to reflect the new position.
The key is HKEY_LOCAL_MACHINE\Software\Java Plug-in
or change classpath to include the new directory
Please consult documentation for more details.
What is it talking about, why is this doing it?
I have a windows 2000 machine SP4.
Hope someone can help
It used to work with 1.4.2_04 absolutely fine.
Cheers
Dan

The problem may be cause by Java trying to update itself, especially if you are running behind a firewall. Try this: Open the Java icon on the Control Panel, click the Update tab, and deselect "Check for updates automatically".
That fixed the problem for me, after days of installing and uninstalling Java, trying to interpret the unhelpful message, and searching the internet.

Similar Messages

  • Running java swing apps thru telnet... [Is this possible?]

    Hi All!
    I am just wandering if it is possible to run swing applications thru telnet since everytime I run it... it returns ang error....
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/awt/X11GraphicsEnvironment
    at java.lang.Class.forName1(Native Method)
    at java.lang.Class.forName(Class.java:173)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:90)
    at at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:109).null(Unknown Source)
    at java.lang.Class.forName1(Native Method)
    at java.lang.Class.forName(Class.java:173)
    at java.awt.Toolkit$2.run(Toolkit.java:754)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:745)
    at javax.swing.ImageIcon.<init>(ImageIcon.java:226)
    at javax.swing.LookAndFeel$1.createValue(LookAndFeel.java:295)
    at javax.swing.UIDefaults.getFromHashtable(UIDefaults.java:203)
    at javax.swing.UIDefaults.get(UIDefaults.java:148)
    at javax.swing.MultiUIDefaults.get(MultiUIDefaults.java:65)
    at javax.swing.UIDefaults.getIcon(UIDefaults.java:429)
    at javax.swing.UIManager.getIcon(UIManager.java:562)
    at javax.swing.plaf.basic.BasicOptionPaneUI.getIconForType(BasicOptionPaneUI.java:600)
    at javax.swing.plaf.basic.BasicOptionPaneUI.getIcon(BasicOptionPaneUI.java:586)
    at javax.swing.plaf.basic.BasicOptionPaneUI.createMessageArea(BasicOptionPaneUI.java:337)
    at javax.swing.plaf.basic.BasicOptionPaneUI.installComponents(BasicOptionPaneUI.java:178)
    at javax.swing.plaf.basic.BasicOptionPaneUI.installUI(BasicOptionPaneUI.java:146)
    at javax.swing.JComponent.setUI(JComponent.java:475)
    at javax.swing.JOptionPane.setUI(JOptionPane.java:1725)
    at javax.swing.JOptionPane.updateUI(JOptionPane.java:1747)
    at javax.swing.JOptionPane.<init>(JOptionPane.java:1710)
    at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:832)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:646)
    at javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:617)
    at JTest.main(JTest.java:40)
    Source Code:
    import javax.swing.*;
    import java.awt.*;
    public class JTest extends JFrame{
    JPanel pnlMain = new JPanel();
    JLabel lblMsg=new JLabel("This is only a test.");
    Font font=new Font("Arial", Font.BOLD, 28);
    public JTest(){
    try{
    this.setTitle("Unix Frame Testing");
    this.setBounds(10,10,500,100);
    this.setVisible(true);
    this.setDefaultCloseOperation(this.EXIT_ON_CLOSE);
    lblMsg.setFont(font);
    lblMsg.setBounds(100,10,250,50);                    
    pnlMain.setLayout(null);
    pnlMain.add(lblMsg);
    this.setContentPane(pnlMain);
    }catch(Exception e)
    { System.out.println("Unable to Display Window.");
    JOptionPane.showMessageDialog(null,"Unable to Display Window.","Error",JOptionPane.INFORMATION_MESSAGE);
    System.exit(0);
    public static void main(String args[]){
    JTest test=new JTest();
    }

    "scripts" are entirely different from GUI applications. What do you expect to happen when you run a Swing application through telnet on another machine? Do you expect the Swing UI to be magically transported to the local Windows machine?
    Not gonna happen. Yes, like ejp hinted, you could run an X-environment on your local machine and have the Swing UI tunnel its output there, but are you sure you want GUI apps to run on a remote machine like that? It's not gonna be fun to work with, I'll tell you that.
    Why not create a Java WebStart app (or perhaps even an applet) out of your application, so your users can run the application locally?

  • How to launch a Java WebStart application with older JREs when Java 7u25 is on the client?

    How can I launch older versions of my Java WebStart application, that are built and run with Java 7u21 or earlier, even if Java 7u25 is installed locally on the client? Application launch and behaviour must be reliable and consistent.
    Background:
    As of 7u25 (and later), Java Webstart applications launch with a different class loader than pre-7u25.
    My Java Webstart application has supported versions that were built with older versions of the JDK (e.g. Java 5, 6, 7u21 or earlier). These applications run with their required JRE version, enforced through JNLP. Once Java 7u25 is installed locally, these older applications fail to launch, due to classloader differences.
    The question is: what is required to run older Java WebStart applications even if 7u25 (or later) Java Webstart is installed locally on the client?

    I confirm your findings when using shortcuts to try specific versions of JavaWS with 7u25 or later installed:
    JRE 5u14 launched and the classloader was as pre 7u25
    JRE 6u43 would not launch
    JRE 7u21 launched but the classloader was not as pre 7u25
    You can launch the shortcut with the JavaWS -verbose option to display a messagebox with valuable information.
    I am keeping a close watch on this thread.

  • How to debug java web start with jdk1.5?

    i want to debug a JWS app with eclipse, not java console, so I follow Unofficial Java Web Start/JNLP FAQ(http://lopica.sourceforge.net/faq.html) and still not worked.
    the attached session worked at first and broke soon, and I found some idea from Unofficial Web Start FAQ Update/Errata(http://lopica.sourceforge.net/update.html). I did the following:
    set JAVAWS_TRACE_NATIVE=1
    javaws http://localhost/test/test.jnlp
    copy command line from popup window.
    add "transport=dt_socket,server=y,address=7000" to command line:
    C:\progra~1\Java\jdk1.5.0_03\bin\javaw.exe -Xrunjdwp:transport=dt_socket,server=y,address=7000 -Xbootclasspath/a:C:\progra~1\Java\jre1.5.0_04\lib\javaws.jar;C:\progra~1\Java\jre1.5.0_04\lib\deploy.jar -classpath C:\progra~1\Java\jre1.5.0_04\lib\deploy.jar -Djnlpx.home=C:\progra~1\Java\jre1.5.0_04\bin -Djnlpx.splashport=4362 -Djnlpx.jvm="C:\progra~1\Java\jdk1.5.0_03\bin\javaw.exe" -Djnlpx.remove=false -Djava.security.policy=file:C:\progra~1\Java\jre1.5.0_04\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.heapsize=NULL,NULL com.sun.javaws.Main http://localhost:8080/test/test.jnlp
    the debugger still gets detached. I don't know what's wrong.
    JWS has come out for many years, I still found so many undocumented skills, even netbeans5 doesn't support it. Sun want to give up java?

    Try checking out this other thread, particularly the reply from dietz333 (I happen to know he's a regular genius when it comes to JavaWS):
            http://forum.java.sun.com/thread.jspa?forumID=38&threadID=569693

  • Java webdynpro development with jdk1.5.7

    hi,
    I have installed the CE server and the Netweaver Developer Studio, to try some java developments.
    I was working with jdk1.5.7, but the server has only version 1.5.017.
    Is it possible to upgrade the java in the server, so it can work with the current jdk version?
    thx,
    Erik

    hi again,
    I could solve the problem:
    in the developer studio you can chose to compile for lower versions.
    To do so, go to windows>preferences>java-->compiler and chose compliance level 5 or 1.4(it was on 6), and now the development works fine.

  • Java Webstart app fails with Java 1.4?

    My Java Web Start application runs great with JRE 2 v1.5 and later. However, my customers running 1.4 run into a strange download error when they attempt to launch the application. I've reproduced this on multiple different computers running 1.4, so it appears to be specific to that version of the runtime. The exception details are below.
    My best guess is that java is unable to cache the jnlp file locally because it is using the query parameters in the file name. Does anyone have any ideas what is wrong here, and whether there's a way for me to fix it or workaround it?
    Thanks,
    Sean
    JNLPException[category: Download Error : Exception: java.io.FileNotFoundException: D:\Users\seandr\AppData\LocalLow\Sun\Java\Deployment\javaws\cache\http\Dmillisec\P80\DMmillisecond3\DMdownload\DMjws\DM3_0_3_1\java-XMInquisit.jnlp?ScriptPath=http&p3A&p2F&p2Fmillisec&p2Ftestcases&p2F3.x&p2F2.x&p2Fandyedmonds&p2Fanomaly3.exp&&UserId=seandr&&SubjectId=74365108&&MonkeyMode=human&&EncryptionKey=F0397A7A-4C4F-49a8-B330-AEB66D14A32D&&FinishPage=http&p3A&p2F&p2Fmillisec&p2Fmillisecond3&p2Fweb&p2Ffinish.aspx2099tmp (The filename, directory name, or volume label syntax is incorrect) : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol$RetrieveAction.actionDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.getLaunchFile(Unknown Source)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(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(Unknown Source)
    Java Web Start 1.4.2_17 Console, started Wed Sep 24 18:39:49 PDT 2008
    Java 2 Runtime Environment: Version 1.4.2_17 by Sun Microsystems Inc.

    Try here:
    http://java.sun.com/products/javawebstart/index.html

  • SWT in Java WebStart App stopped working on OSX after upgrading to Java 7

    Hi Forum-Readers,
    i'm maintaining a JavaWS application using SWT for our company for quite a while now. I have reports that it stopped to work on Apple OSX computers, so i started digging into it.
    It seems Apple has dropped their own Java 1.6 implementation and Oracle's Java 7 is now installed by default. An here the misery begins...
    My app started to report the known "***WARNING: Display must be created on main thread due to Cocoa restrictions. / org.eclipse.swt.SWTException: Invalid thread access" issue. Okay, it seems that -XstartOnFirstThread works for Apple's 1.6 but not for Oracle's java 7?
    After digging into it i found out that Oracle's implementation didn't do a restart with -XstartOnFirstThread during javaws init. The cause was that i've dropped signing the application's jnlp file due to some issues on the Microsoft platform. Don't care, i signed it again and next try - and i got one step further:
    Java is now restarted with -XstartOnFirstThread, but then everything freezes up. It seems there is a massive problem bringing up the AWT/Swing subsystem because javaws launcher is sitting on the main thread and AWT also want's the main thread because of the same cause we want it for SWT...
    My next try was to add an additional -Djava.awt.headless=true parameter, and at least everything comes up into my app - but i'm dying on the "Invalid thread access" issue again. I think the javaws starter or maybe AWT is still fooling around with the threads...
    BTW: i just tried it with swt-4.2.1.
    Anyone out there having the same issue or idea's what else i can try?
    Thanks & Bye,
    Chris

    I have made some progress in my RCP application. Inside my implementation of IApplication.start(), I have (ignore the sloppy error handling for now):
    if (SystemHelpers.isOSMac()) {
    private boolean isDisplayBuilt = false;
    try {
    try {
    Class<?> comAppleConcurrentDispatch = Class.forName("com.apple.concurrent.Dispatch");
    Method getInstance = comAppleConcurrentDispatch.getMethod("getInstance", (Class<?>[]) null);
    Object dispatchInstance = getInstance.invoke(null, (Object[]) null);
    Method getNonBlockingMainQueueExecutor = dispatchInstance.getClass().getMethod("getNonBlockingMainQueueExecutor",(Class<?>[]) null);
    Executor executor = (Executor) getNonBlockingMainQueueExecutor.invoke(dispatchInstance, (Object[]) null);
    executor.execute(new Runnable() {
    public void run() {
    try {
    if (display == null) {
    display = PlatformUI.createDisplay();
    PlatformUI.createAndRunWorkbench(display,
    new MyWorkbenchAdvisor()); //my implementation of WorkbenchAdvisor
    isDisplayBuilt = true;
    } catch (Throwable t) {
    //log error
    } catch (Throwable t) {
    //log error
    SwingUtilities.invokeAndWait(new Runnable() {
    @Override
    public void run() {
    while (isDisplayBuilt == false) {
    try {
    Thread.sleep(100);
    } catch (InterruptedException e) {
    //log error
    } catch (Throwable t) {
    //log error
    Putting the AWT EventQueue thread to sleep was a pretty brutal way to go, but it was the only way I could figure out to wait to get the Display object initialized and b) get the non-blocking main queue executor to actually fire the run method.
    But now I'm up against the next issue, which is that my application also uses the AWT_SWT bridge. The first time I try and get an AWT/Swing class running, I get the following:
    (AppKit Thread) A org.eclipse.swt.SWTError object with a message of:
    org.eclipse.swt.SWTError: Not implemented (java.lang.ClassNotFoundException: apple.awt.CEmbeddedFrame)
    was generated in the following call stack:
    at org.eclipse.swt.SWT.error(SWT.java:4109)
    at org.eclipse.swt.SWT.error(SWT.java:3998)
    at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:145)
    at com.lspeed.workbench.AstoriaNavigatorWindowAdvisor.prepareModalFrame(AstoriaNavigatorWindowAdvisor.java:416)
    at com.lspeed.workbench.AstoriaNavigatorWindowAdvisor.createWindowContents(AstoriaNavigatorWindowAdvisor.java:325)
    at org.eclipse.ui.internal.WorkbenchWindow.createContents(WorkbenchWindow.java:1016)
    at org.eclipse.jface.window.Window.create(Window.java:431)
    at org.eclipse.ui.internal.Workbench$22.runWithException(Workbench.java:1208)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3593)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3286)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
    at org.eclipse.ui.internal.Workbench$31.runWithException(Workbench.java:1567)
    at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
    at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
    at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
    at org.eclipse.swt.widgets.Display.syncExec(Display.java:4240)
    at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:94)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1562)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2567)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.lspeed.workbench.AstoriaNavigatorApp$1.run(AstoriaNavigatorApp.java:84)
    Caused by: java.lang.ClassNotFoundException: apple.awt.CEmbeddedFrame
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at org.eclipse.swt.awt.SWT_AWT.new_Frame(SWT_AWT.java:140)
    ... 25 more
    due to the following cause:
    This appears to come down to the reported bug in OpenJDK: http://www.java.net/forum/topic/jdk/java-se-snapshots-project-feedback/eclipse-swtawt-bridge-broken-mac-os-x-openjdk-7u4ea
    I think I'm stuck there.

  • Problem running Java GUI apps in Linux

    When launching GUI Java apps a blank window with only a title appears and nothing more happens. Have no idea of how to deal with it..
    pvs@pvs-laptop:~$ uname -a
    Linux pvs-laptop 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux
    pvs@pvs-laptop:~$ java -version
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
    Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)

    Try wrapping the code that actually displays the GUI in a SwingUtilities.invokeLater (...)
    db

  • Viewing or Running VI or App with Internet Explorer

    I am trying to run an app through HTML without getting a prompt to open or save the file. This is strictly a client based html program and will not need to be used on a web server.

    Hi,
    Since you want to run your VI through HTML, You would need to use the Web Publishing tool and use remote front panels. If you want only your client and no one else to see the html file,you can set up the Web Server : Browser access settings such that access is allowed only to your client machine.
    About avoiding getting a prompt to open or save file, it has nothing to do with publishing the VI as HTML. Try to modify your vi such that it does not prompt you when run on the development machine and then create it as an HTML.
    Regards,
    Ankita A.
    National Instruments

  • Java.lang.VerifyError with JDK1.3.1_02

    Hi all,
    I was using a third part ".jar" in my application and I started getting a java.lang.verifyError. I was wondering what are the various reasons that can cause this error to show up. I have jotted down the possibilities I can think of, but due to lack of documentation from the Java team at sun, I am not too sure. If anybody can cross-verify these and can provide feedback, it would be great.
    Reasons for java.lang.VerifyError :
    1) You compiled your code which uses ABC.java in package1 and while running it you used package2 instead of package1 which also had ABC.java.
    2) You call a method in your code which accepts say a String[] array, but at run time what you pass to the method is merely a String - Although this kind of code should not compile at all, but again what class you use at compile time and runtime can be different and can cause this to happen.
    Any other additions / Corrections are welcome.
    Thanks.
    Vivek.

    Hi, Do you get any message / stack trace to find out
    where it happens .I have actually fixed the problem now, basically the code was compiled with one xerces.jar and at run time a different jar with the same class files was getting included. What I wanted to find out is that are there other reasons for getting this VerifyError - coz the Java API does not mention anything about what conditions can cause this to occur.
    Thanks.
    Vivek.

  • Java EE App with plug-ins

    Hi,
    We have an existing enterprise application that has a number of extension points for various aspects of functionality. Clients can supply implementation classes as extension jars and the application will discover these using the standard java service loader mechanism. The extension implementations need to be loadable by the application classloader and also need to access classes within the application.
    In OC4J, we used to extend the application library path to include an external directory, in addition to the lib directory within the ear. This allowed users to simply drop in a new jar and restart the application for it to be available. In other app servers we have cheated slightly and added them to the system classpath, which is fine since they have visibility of the application's classpath.
    Weblogic does not have the ability to modify the application library path to an external directory, so the only solution we've found so far is to ask users to add their extensions directly to the ear and redeploy the ear. This isn't particularly satisfactory, since extensions often require redeployment much more frequently than the main application and some users see this as creating a derivative of the application rather than a simple extension.
    We've considered the use of shared libraries, but this makes the overall installation process more complex and would require moving a lot of the application logic into shared libraries. In some cases, extensions rely on functionality in ejbs, which can't be moved out into the shared libraries.
    Does anyone have any better solutions for allowing users to extend enterprise applications through plugins like this?
    Regards,
    Mark Howard

    After he sends it to me (on CD or via a server) I have to find that metadata in my Bridge. Is there an application out there?
    Adobe Lightroom is not a very expensive application and the ratings applied by LR are respected by Adobe Bridge. I tried Aperture (Mac, also very cheap) but I am not very familiar with both LR and Aperture and while the files from LR when imported from the folder I used in Bridge where also updated in Bridge I. The rating applied in Aperture is also respected by Bridge but I had to export a version, don't know a fast way but if you manage to find out yourself this might be an option for you.
    If you have a real business with many files and need to use this often I know that Canto Cumulus has a client version to look at the files for sorting etc but that is for the full version that doesn't com cheap for you but probably will leave you with clients that are very satisfied...

  • Running Java program created with Eclipse plugin fails to open report

    I created a CR 2008 report and using the Eclipse plug-in I created a Java program to drive data through the report and export the resulting reports as pdf files.
    This process works just fine if I run the Java program in Eclipse. I copied the code to a server to run the application remote.
    The program fails at the point of opening the Crystal Report. This is the error.
    D:\src>java EDIInvoice
    Current date : 2009928-
    Report output name is : D:\src\report\Invoice2009928-45462829.pdf
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com/ibm/icu/util/Ca
    lendar---- Error code:-2147467259 Error code name:failed
            at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(Unknown Source)
    This is the code
    public class EDIInvoice {
         private static final String REPORT_NAME = "D:
    src
    CR8Invoice.rpt";
         public static void launchApplication() {
         try
            FileInputStream in = new FileInputStream("D:
    src
    ghxInv.txt");
            BufferedReader br = new BufferedReader(new InputStreamReader(in));
            String strLine;
            Calendar cal = new GregorianCalendar();
            int month = cal.get(Calendar.MONTH);
            int year = cal.get(Calendar.YEAR);
            int day = cal.get(Calendar.DAY_OF_MONTH);
            String today = (year + "" + (month + 1) + "" + day + "-");
            System.out.println("Current date : " + today);
    // Read the file one line at a time
            while ((strLine = br.readLine()) != null)  
                String patternStr = ",";
                String[] fields = strLine.split(patternStr);
                String EXPORT_FILE = "D:
    src
    report
    Invoice" + today + fields[1] + ".pdf";
                String Company  = fields[0];
                String Invoice = fields[1];
                String PO_number  = fields[2];
                       System.out.println("Report output name is : " + EXPORT_FILE);
         try {
    //Open report.
         ReportClientDocument reportClientDoc = new ReportClientDocument();
         reportClientDoc.open(REPORT_NAME, 0);
         System.out.println("Opened the report");
    As you can see the first 2 println statements worked fine, but the 3rd one failed. The program was not able to open the report.
    Is there a reason the code can not run without Eclipse?

    did you copy all the jar files? especially the jrcadapter.jar? please download the following sample and modify it accordingly:
    [http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f087d31f-3e11-2c10-2cba-fcb5855f79ef]

  • Cannot run jnlp/webstart app from html page locally - application blocked

    I'm trying the DynamicTree demo from the oracle site locally. I've copied the code into Eclipse, built my jar, signed it, modified the jnlp and html but when I try and run it, it pops up the message saying its blocked. I've changed my java security settings to as low as they will go, and changed the advanced settings to allows allow jnlp but still no luck. I can however run it from the example on the oracle site?
    Does anybody have any ideas?

    I'm trying the DynamicTree demo from the oracle site locally. I've copied the code into Eclipse, built my jar, signed it, modified the jnlp and html but when I try and run it, it pops up the message saying its blocked. I've changed my java security settings to as low as they will go, and changed the advanced settings to allows allow jnlp but still no luck. I can however run it from the example on the oracle site?
    Does anybody have any ideas?

  • Run Fiori/UI5 apps with a specific UI5 version ?

    Hi,
    on our ABAP system UI5 version 1.18 and 1.20 are deployed. I just configured the Fiori Launchpad and started the app, by default UI5 version 1.20 is used.
    Is there a way how I can enforce to use version 1.18 for certain apps ?
    Best regards,
    Stefan

    Hi Stefan,
    The UI5 library in case of Fiori is loaded by the Fiori Launchpad and reused by the applications. So, I don't think it will be possible for certain apps to use 1.20 and certain to use 1.18.
    I did not really understand why you would like to use 1.18 version instead of 1.20. As a general recommendation , its always better to use the latest version of UI5 library.
    Best Regards,
    Nitish

  • Deploying JClient App using Java Webstart

    I've got a BC4J/JClient app that I'm ready to deploy. I read the May 2004 white paper "Deploying Oracle ADF JClient Applications with Java Web Start" by Frank Nimphius. In the white paper it says that you must sign the jar files in order for the webstart deployment to the client to succeed. Since this will be an intranet only application, my plan is to use the Oracle Certificate Authority to generate my trusted certificate chain for code signing. I've figured out how to generate code signing certificates using OCA and I've signed code in the past using Sun's keytool utility. However, when I use keytool to generate my certificate request(CSR) and use OCA to approve it, I can't import it back into the keystore. I am assuming that I need to include the "-provider" switch on the "-import" command for keytool. If I'm correct, does anyone know what the provider is for OCA?
    I also thought about not using keytool and generating a new CSR using Oracle Wallet Manager. I'm guessing that wallet mgr should already know about the OCA certificate formats. Since a wallet file is just a PKCS#12 keystore, I'm assuming that the jarsigner utility shouldn't have any problems using it as a code signing certificate store. My problem with wallet mgr is that I can only find it on the machine that has 10gAS installed on it. Is there any way I can install just the wallet mgr on another PC?
    Thanks,
    Mark Brown

    Thanks Frank. I posted the question here:
    Signing Java Webstart apps with Oracle Certificate Authority
    for anyone who wants to follow the progress.
    Mark

Maybe you are looking for

  • Quicktime movie rendering for time lapse does not work in CS4

    Hey guys, I m trying to render a time lapse video on PS CS4 and the process works well up until the export window. When i go there the first option under file options, quick time export, is unavailable( grayed out). The only available option is Image

  • Import JSPs from one project to another (depends on or ??)

    I'd like to solve the large product problem: Broke up into several projects. The problem is most evident in unit testing with the internal container. Any jsp includes or forwards to JSP's in other projects just is not supported with local testing. I'

  • Doubt about FAGLCOFIFLUP - Post CO Documents to FI

    DETAIL: For Legal and Management consolidation base information requirements, our client needs a balance between P&L General Ledger accounts (FI-GL) and Analytical cost elements (CO). We are aware that there is a new SAP functionality that after acti

  • EDI_DC40 empty in Field mapping

    Hi Friends, in LSMW when I come to the field mapping step I find the structure EDI_DC40 empty. I have entered Information for Partner types, Partner Number and Ports. Normally when I come to the step field mapping the structure EDI_DC40 is allready f

  • Oracle Temp Files

    Hi, I have a Space Problem on C drive of my Oracle Application Tier. C drive has only 111 MB space which cause my application very slow. On investigating the C drive i found that C:\Documents and Settings\oracle\Local Settings\Temp contain 3 GB of da