Is it possible to run an applet inside a web page using JDeveloper?

Have they got around to that yet?
Owen Brandon

Not sure who "they" are?
Yes, it's possible. Did you try googling "jdeveloper applet?"
You'd find [url http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3?topic=run_p_applet_html]this if you do...
Regards,
john

Similar Messages

  • Applets in local web pages using IE

    In IE SP2 you cannot view local (hard drive) web pages that contain scripts without answering a lot of questons. To get around this you can put th so-called 'Mark Of the Web' in the HTML and presto! Javascript scripts now run. BUT Java applets still do not. They silently fail to load .
    Without thread-creeping off into flames against MSFT, does anyone know how to work around this?

    Chk this.
    Web Page Composer – how easy it is to create and publish a web page (Part III)
    Regards
    Manisha

  • Trying to add a simple applet to a web page

    Well, I was trying to add a simple applet to a web page(php nuke Home section), it didn't fin my applet, so I changed it and added it to a simple html file to make it as simple as I could get it.
    This is the code in the html file:
    <applet code="usblock.class" width="400" height="400">The browser doesn't support applets...</applet>The directory: www/usblock.html & www/usblock.java & www/usblock.class - As you can see the files are all in the same directory/folder.
    usblock.java code:
    import javax.swing.*;
    import java.awt.*;
    public class usblock extends JApplet
         public void init()
              JPanel p = new JPanel(new BorderLayout());
              p.add(new JLabel("Heisann"));
              add(p, BorderLayout.CENTER);
    }now as I open the html local on my computer, it workes. As soon as I open the usblock.html from my website, it doesn't.
    It gives me this error here:
    load: class usblock.class not found.
    java.lang.ClassNotFoundException: usblock.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 moreSo I thought it was that it couldn't find the .class file. Well, I went through the How To add applets that I found somewhere on sun.com. It had exactly the same as I had.
    Im figuring the problem is something easy and not hard to detect. But my eyes can't find it somehow. This is my second time trying applets, and I kinda forgot how I got it to work the first time.
    Im just glad for all the help I can get.
    Thanks a lot.
    LordSvae
    PS: Sry for the size of the post, but I'm not sure how much info I was supposed to put in here, so I thought the more the better, right? :S

    Hii,
    I doesn't know the solution but same kind of problem is come with me & I found that the problem is of Path i.e. you need to set a codebase attribute . For tempory solution what i do i simply copy the .class file in to html file dir.

  • After upgrading to 8.0 the add-on compatability tool runs and the Getting Started web page loads every time the browser starts.

    After upgrading to 8.0 from 7.0.1 every time I start FF I get the add-on compatibility tool to run and the Getting Started web page loads along with my homepage in separate tabs as well. So far I have tried running the installer again, disabling all add-0ns and custom settings and restarting and turning off automatic updates. Nothing worked there. I got the same behavior each time. I don't know what else to try other than a full uninstall and reinstall. Something I'd like to avoid if it's possible because of the time involved. This is the second time I have posted regarding this issue. The first time I didn't get a response. A solution or a possible workaround would be greatly appreciated if anyone knows of any. As a staff member and a global forum moderator for an anti-virus company I understand how hectic things can be at times but some feedback, good or bad, on this issue would be very welcomed! Regards, Ritchie...

    Hi michaell, thanks for the reply. I tried everything in the Preferences are not saved link you provided and nothing worked there. If creating a new profile will delete all my add-ons and custom settings I might as well just do a complete uninstall and reinstall. That actually would be easier. That article told me how to save my bookmarks though so I don't have to loose those which is nice. I don't know if this makes any difference but there is a discrepancy between the preference file in the article which is: prefs.js and what's showing on my PC which is: prefs with no .js suffix. I tried to rename the file to prefs.js and restarted. No luck there either. It just created another prefs file. I guess we've pretty much exhausted all the avenues to try! I'm just going to go ahead and do a reinstall when I get the time. Thanks so much for your help michaell. I do appreciate the effort. Regards, Ritchie...

  • ERROR: Running OA page using Jdeveloper.

    Hi,
    We have extened one ABCVO.xml object related one page. Now i want to run the page from jdeveloper i am getting an error saying XXABCVO.xml of type defination is not found .
    Is there any extra setup i have to do reflect the extended changes to be apper in the page when i am running page using Jdeveloper. Please help me.
    Thanks
    sreenu.

    Hi sreenu,
    Whenever you are extending a seeded VO, you need to create the substitution for the old VO by clicking on the .jpx file.
    Then import the jpx file using the jpximport command from command prompt.
    To run the page which contains the customizations, you need to add -Djbo=ProjectName in the runner option of your project settings. Then you will be able to run the page from your local Jdeveloper.
    Anoop

  • Embedding a j3d applet into a web page

    My students have just created a new zealand tourism jsp web page using JBuilder2006 struts with tiles framework and have also created a j3d applet with an animated logo. We wish to embed the j3d graphic on our opening jsp page. We have tried the depracated <applet> tag and also now we are trying the <object> </object > tag.
    <OBJECT codetype, classid,width,height,codebase,archive ></OBJECT>
    We just get a black empty frame were the graphic should be despite our best efforts.
    How do we embed j3d graphics on web pages, is it that difficult.
    Anyone out there help or point us in the right direction.
    We are so near and yet so far.
    Regards form New Zealand
    John (Tutor)

    I think this still works. Just change the names and parameters.
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = 800 HEIGHT = 800 ALIGN = middle  codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    <PARAM NAME = CODE VALUE = "AlternateAppearanceScopeTest.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.2.2">
    <PARAM NAME="scriptable" VALUE="false">
    <COMMENT>
    <EMBED type="application/x-java-applet;version=1.2.2"  CODE = "AlternateAppearanceScopeTest.class" WIDTH = 800 HEIGHT = 800 ALIGN = middle  scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT>
    <blockquote>
    <hr>
    If you were using a Java-capable browser,
    you would see Hello Universe! instead of this paragraph.
    <hr>
    </blockquote>
    </NOEMBED></EMBED>
    </OBJECT>regards

  • Insert .oam files that scale without leaving white space below them inside a web page

    Hi All,
    Does anyone have a way to get .oam files to scale inside a web page without leaving all the white space below them when they are scaled in a fluid web page design?
    I've done this in other web pages without using .oam files and inserting the whole html file and stage, but I need this to work with multiple areas inside a web page for which .oam files seem to be the only solution.
    Thanks for your time, any solutions or ideas would be greatly appreciated.
    Thanks,
    Jeff

    Hi Meenakshi,
    Thanks for your reply, the blog tutorial you're referencing however uses the HTML files and doesn't use .oam files, which is my problem, as I need to insert more than one edge element on the page.
    Alternatively if there is a way to insert two "stage" HTML edge elements into a page using the method referenced above, this would be a suitable solution also. I've tried inserting more than one HTML file / stage where they are of different stage sizes and had no luck creating a second "stage_02" etc to acheive this so far.
    Thanks again for your reply,
    Cheers,
    Jeff

  • Inserting applets in web pages using object

    Hello,
    I'using the following code to insert an applet into a web page:
    <object codetype="application/java"
    classid= "java:javalandia.FaddingImageBanner.class"
         width     = "105"
              height = "66">
    <param name="config" value="images.xml" />
    </object>
    this works well in every browser I've tried (Opera, mozilla, netscape, k-meleon, firefox,...) but not with Internet Explorer. If I use the <applet> tag it does work, but then I can't validate the page as XHTML1.1
    Can you help me with that?

    The Java Plugin Developer's Guide for the Java version you use has infromation about the use of the object tag.

  • Is it possible to run an applet as a thread so it eliminates the slow down?

    class thread_for_applet extends Thread
         JFrame temp_jframe = new JFrame();
         SignAndSubmit temp_signandsubmit = new SignAndSubmit(temp_jframe);
         thread_for_applet()
              this.y = y;
              thread = new Thread(this);
              thread.start();
         public void run()
              SignSubmit x = new SignSubmit(y);
    }

    Yes it is possible to run one as a Thread, but curing your slowdown is determined by what you are actually doing. Post a code example of what you are actually doing otherwise only your hairdresser knows for sure.
    (T)

  • Possible to run Windows on USB 3.0 drive using Bootcamp?

    Hi guys,
    I am planning to buy the entry Mac Pro soon.
    I am pretty used to OSX and love to work with it but want to play a game sometimes, and thats where I need windows.
    I dont want to fill my Macs SSD with different partitions and stuff, so I planned to get a 128GB usb-stick/external-drive with fast read/write performance (min 70mb/s write, 120mb/s read). The performance should easy be on par with a classic HDD. I can also format the drive to use every filesystem I want it to use.
    Is it possible to install Windows8 on such a usb-drive using BootCamp? Does it accept the external usb drive to install a partition on and boot from it?
    I found very different opinions to this.
    Thanks in advance.
    Best regards,
    Kev

    Okay,
    I did some more research on my own.
    It is possible according to this posts: https://discussions.apple.com/thread/5127978 (Strange: you responded to that posting yourself).
    All you need is a external thunderbold drive and a copy of Winclone. (https://twocanoes.com/winclone/)
    Then follow this 7 steps and you are fine: http://dadhacks.dadpower.net/post/47998058347/set-up-bootcamp-on-an-external-thu nderbolt-drive
    Thank you,
    Kev

  • Putting an applet in a web page

    My applet connects to an Oracle database and when ran gets the following error:
    java.security.AccessControlException: access denied (java.net.SocketPermission oracle.isg.computing.dcu.ie resolve)
    Is it possible to run this without changing the java.policy file

    you don't need to buy a certificate - you can just sign the JAR your applet is in with the jarsigner tool that comes with the sdk
    you first need to use keytool to create a key (which it will store somewhere on your machine) - and you enter details like your name and company name which will appear in a dialog when your applet tries to launch
    it says something like "this applet is signed by Your Name Here - do you still want to run it?"
    the internet pages on keytool make it look complicated - which to be fair it probably is - but i've managed to use it for simple things (using webstart rather than applets)
    http://mindprod.com/jgloss/keytool.html
    I think if you just type "keytool -genkey" it might run through what you need to input one item at a time (there is a command line to do this but I can't remember what it is - sorry)
    asjf

  • LookAndFeel issue reloading an Applet in a Web page

    Hey all,
    I have an Applet that runs on a web page (loaded by servlets and JSP's using Tomcat 3.2.1 and Apache). I created my own LookAndFeel class and have a static function in the applet that sets the LookAndFeel to my new class. Everything works fine when the Applet is first loaded. However, when you exit the applet and then reload it, the custom LookAndFeel is gone and all I get is the default Metal. If I load the applet with appletviewer, I can reload it as much as I want and it always loads my LookAndFeel class.
    The static function is as follows
    /** Static initializer to set the LookAndFeel
    static {
    try {
    UIManager.setLookAndFeel(new MyNewLookAndFeel());
    catch (Exception e) {}
    I do not get any exceptions and like I said, everything works great when loaded with appletviewer.
    I have tried adding the SwingUtilities.updateComponentTreeUI(this); in either the start(), init(), or my own createGUI() function and it still does not work.
    Any ideas? Could this be a problem with the browser caching the applet? I am using IE 5.50.

    I have the same problem
    putting them in static doesn't keep the look and feel
    putting them in the applet constructor does'nt keep it
    putting them in init() doesn't keep it
    putting them in start() doesn't keep it
    heck, even putting them in all 4 of them together doesn't keep the look and feel, it always reverts back to metal

  • Getting applets into a web page

    I am trying to learn about Java Applets from a book, after having done a little programming at college.
    My problem is that the books first example (�Watch�) works fine when viewed through an appletviewer, but when I try to add it to a web page I get a �load: class Watch not found� error in IE. The Watch CLASS file is in the same directory as the Html file, so I cannot see how it is unable to find it.
    My only thoughts are that my IE doesn�t support Java2 and that some part of the coding falls into this category. Is it possible to check if my IE supports Java2, and if not, is there a pluggin for it?
    As this is a simple program I�ve included all my coding below.
    Watch class:
    import java.awt.*;
    import java.util.*;
    public class Watch extends javax.swing.JApplet {
    private Color butterscotch =new Color(255, 204, 102);
    private String lastTime = "";
    public void init() {
    setBackground(Color.black);
    public void paint(Graphics screen){
    Graphics2D screen2D = (Graphics2D)screen;
    Font type = new Font("Monospaced", Font.BOLD, 20);
    screen2D.setFont(type);
    GregorianCalendar day = new GregorianCalendar();
    String time = day.getTime().toString();
    screen2D.setColor(Color.black);
    screen2D.drawString(lastTime, 5, 25);
    screen2D.setColor(butterscotch);
    screen.drawString(time, 5, 25);
    try{
    Thread.sleep(1000);
    }catch(InterruptedException e){ //do nothing
    lastTime = time;
    repaint();
    HTML Page:
    HTML>
    <HEAD>
    </HEAD>
    <TITLE>WATCH APPLET</TITLE>
    <BODY>
    <APPLET
         code     = "Watch.class"
         width     = "345"
         height     = "50"
         >
    </APPLET>
    </BODY>
    </HTML>

    normally the Java Plugin is installed when you install
    the JDK.
    have a look at your Internet Settings (in IE):
    in the tab "Advanced" there should be an item called
    "Java (Sun)" (normally located directly over the item
    "Microsoft VM")Since installing JDK I have upgraded from 98SE to XP, if "upgraded" is the correct word.
    Just the "Microsoft VM" options ...... no mention of "Java(Sun)".
    Is there some way I can reinstall the plugin?

  • Is it possible to launch a form from an OAF page using OAF Personalization

    In R11, the Customer Standard form ARXCUDCI was customized to call a custom block from the Address screen. In R12 the customer standard form has become an OAF page. We have decided to create a custom form for the custom block using Oracle Developer. However we need a mechanism to call this custom form from the Customer Standard OAF page.
    My query is if it is possible to call a custom form from an OAF page using OAF personalization only (i.e. without directly customizing the code of the OAF page)
    Thanks
    Sanjay

    Dear Apurba,
    I have made some progress.
    I have open the Customers OAF Page, queried a customer, selected a site and opened it.
    Then chose Personalize "Account Site Address"
    There I added a Button on the Header Address level
    ID=XXTVL_LASSY_BUTTON
    Populated the Additional Text and Prompt properties.
    Also set Destination URI=form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU.
    The button is now showing in the address page, and when I click on it it opens the seeded Menu form.
    I now have to create the custom form and set Destination URI to the Custom Form.
    I am also aware how to add parameters to Destination URI.
    But could you let me know how to read the value from a OAF page form field and reference it in Destination URI.
    I need the value of PARTY_SITE_ID of the Address OAF page.
    Alternatively, the Site Number is displayed on the OAF page. If I can read it that will also do. I can use the Site Number in the custom form rather than PARTY_SITE_ID
    Thanks
    Sanjay

  • I have lost the tool bar that runs along top of your web page, the one that has your bookmarks on it ,how do i get it back, i unticked it in error !

    how do i reinstate the tool bar/menu bar that runs along top of web page, the one that has your bookmarks on it plus others if required , i unticked it in error and cannot get it back, help!
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)

    In Firefox 3.6 on Windows you can hide the menu bar via "View > Toolbars" or via the right click context menu on a toolbar.
    Press and hold the Alt key down to bring up the menu bar.
    Go to "View > Toolbars" or right-click the menu bar or press Alt+V T to select which toolbars to show or hide.
    See also [[Menu bar is missing]]

Maybe you are looking for