New HyperView Demo

If you you import my certificate:
https://hyperview.dev.java.net/files/documents/1498/3531/hypercert.crt
You can run the latest HyperView Appet demo I just uploaded.
http://hyperbyte.ab.ca/hyperview/hv_071904.html
Hmm seems there is a container right mouse event leaking through to the browser
that erroniously pops up the window menu (only under Mozilla.)
This doesn't show the main static server running (linked to with the preferences pane)
if you look at the Channels button that is where I am working ATM; adding a 1.4 Channel interface.
The Popup menu which is invoked by right clicking the view has the newcli option which
you can use to open a new window and test the left mouse grabbed smooth scroll.
You can also CVS the source from hyperview.dev.java.net
I figure another 2-3 years and this may amount to something :)
(T)

hi, i want to run your hyperview demo application. I
download your jar file, unzip it in a folder and issue
the command to run ViewMain.class but i think there is
some problem with your versions of class file.
It complains back with:
Exception in thread "main"
java.lang.UnsupportedClassVersionError: Linkable
(Unsupported major.minor
version 48.0) So, plz update your jar file.
thanks.What version of JRE are you running???
Try JRE1.42_5 and if you still have issues lemme know.
(T)
BTW upgrade is planned for Aug 2.

Similar Messages

  • Oracle Web Center New Features Demo

    Hi,
    Does anybody have oracle web center new features demo?
    It will be great, If you can share it.
    Documentation states that, It has features like below:
    New capabilities to operate on multiple assets efficiently, including bulk deletion, approval, and bookmarking. These operations are conveniently available from search results screens. Operations can be executed by selecting multiple assets and pressing a single button.
    But I can not perform bulk delete asset.
    Documentation also states that, It has features like Drag And Drop:
    My understanding from the documentation is an asset's attributes are dragged and dropped into advanced UI. Pls correct me, If I am wrong.
    Is there any demo available for drag and drop feature of oracle 11g webcenter?
    Documentation also states that, It has features like customizable dash board:
    New customizable dashboard: A customizable dashboard is now provided out-of-the-box. Widgets to manage assignments, bookmarks, and checkouts are included. Widgets can be rearranged on the dashboard using simple drag-and-drop, and custom widgets can be added to satisfy unique business needs.
    Pls let me know, where the dashboard is available and how to implement the above mentioned features.
    Thanks And Regards
    Dhaya
    Edited by: 932938 on May 8, 2012 5:15 PM

    Hi,
    If you mean video demo, then there is a link to it on WebCenter blog (https://blogs.oracle.com/webcenter/) - On Demand Webcast - Introducing Oracle WebCenter Sites: Transforming the Online Experience. You can start from ~ 10th minute to see content administration.
    Direct link: http://event.on24.com/r.htm?e=452133&s=1&k=FCDEB088AD5C4685EB385DBC59393F31&partnerref=odblog (requires registration).
    "dropped into advanced UI." - There is no more advanced UI, there is an Admin UI and New tab-based Contributor Interface which merge an Insite and Dash and somehow Advanced Interfaces together.
    BR,
    Martins

  • New Interactive Demo and R2 Samples

    New for ADS and AGS
    Adobe Solutions Network is pleased to announce the following:
    * A new interactive demo
    * Updated samples
    Interactive Demo
    Click here for an interactive demo that lets you experiment with the XML Commands for image creation, PDF creation, and XML to PDF operations.
    AGS Updated Samples
    The R2 release of the AGS samples includes:
    * modifications to the .NET sample
    * a new XML Schema for the command set
    * corrections DTD for the command set.
    Click here for complete information about the new ADS samples.

    open dos prompt and enter
    "javap oracle.jdbc.driver.OracleDriver" and check the classpath set for the above mentioned class
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by P Gibb:
    I am trying to connect to my Database using thin jdbc. I am currently using java version 1.1.5 and have classes111.zip in my CLASSPATH.
    However when I try to compile the Employee.java example source from the demo directory of ORACLE_HOME/jdbc/demo/samples/thin/111appletsI get the following compilation error.
    Employee.java:17: Class oracle.jdbc.driver.OracleDriver not found in type declaration.
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    I have tried various other attempts/sample programs to connect to the database but always come back to the above error.
    Please Help.<HR></BLOCKQUOTE>
    null

  • New WebUtil Demo

    Just a reminder - a new webutil demo has been posted on OTN - it showcases a lot of the webutil features.
    Regards
    Grant Ronald
    Forms Product Management

    I have downloaded webutil demo form, we can use client_text_io forms from AS, but nothing happens with client_ole2 code from AS, it gives no error.
    I looked at java console
    Loading http://appsrv1.sarar.com.tr:7778/forms/java/frmall_jinit.jar from JAR cache
    Loading http://appsrv1.sarar.com.tr:7778/forms/java/icons.jar from JAR cache
    Loading http://appsrv1.sarar.com.tr:7778/forms/java/frmwebutil.jar from JAR cache
    Loading http://appsrv1.sarar.com.tr:7778/forms/java/jacob.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Exception occurred during event dispatching:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Exception occurred during event dispatching:
    java.lang.NoClassDefFoundError
         at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    What is the problem can you help me?
    We use Forms [32 Bit] Sürüm 10.1.2.0.2 (Üretim)
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options

  • Can't register new Touchpad *DEMO*

    Hi,
    I bought a new 32g Touchpad during the recent firesale.  I read in many places that HP is unlocking the serial numbers so they can have full function.  Is this true?
    I have tried to register it and get the "Unable to register .... Please try again later" message with the error code PAMS9999
    Hope fully what I heard is true, and if so you can help me!
    Thanks
    Mike
    Post relates to: HP TouchPad (WiFi)
    This question was solved.
    View Solution.

     The demo devices were never intended to be sold so they will not be permitted to connect to the HP webOS server to set up an account. You can however contact tech support at 877-426-3777 and set up a repair to get your demo device fixed so it will function like a consumer device so an account can be created.

  • New BPEL Demo

    All,
    There is new demo up on the Forms page on OTN. Its show how you can integrate Forms into a BPEL process chain.
    BPEL (or Business Process Expression Language) is a standardized way to create business processes consisting of disparate technologies and string them together to a whole.
    http://www.oracle.com/technology/products/forms/index.html

    All,
    There is new demo up on the Forms page on OTN. Its show how you can integrate Forms into a BPEL process chain.
    BPEL (or Business Process Expression Language) is a standardized way to create business processes consisting of disparate technologies and string them together to a whole.
    http://www.oracle.com/technology/products/forms/index.html

  • Announcement from Forms Product Management - new Forms Demos/Samples

    The Forms Product Management team are please to announce our new Forms Sample Code/Demo page
    http://otn.oracle.com/sample_code/products/forms/content.html
    We have included demos and sample code for topics which generate alot of questions on OTN.
    For example,
    When deploying Forms on the web, how can I load files from the client machine?
    How do I call Java from Forms?
    The new features of Oracle9i Forms
    Can I add spell checking to my Forms application?
    These demos are created by the Product Managers to show you, not only the features, but the steps involved to do it yourself.
    It's like having your own tutorial from the Forms Product Managers!!!
    We hope this helps and as always, please let us know if you have any comments.
    Regards
    Forms Product Management Team

    FORMS 9i RELEASE DATE : End of year 2001
    Date: Oct 8, 2001 09:01 PT
    Towards the end of this year.
    Regards
    Grant Ronald
    Forms Product Management
    Connect dialog - JDBC Database string
    Shay Shmelzer
    Date : Jul 19, 2001 09:40 PT
    Expect it towards the end of this year.
    re:re:ifs mail classes (please help)

  • New Online Demos and Online Tutorials

    How to upload viewlets/demo to www.oracle.com?
    How to update the page with link to this new material?
    This demos shows how to create IPS packages using ADRCI and EM.
    This info is required for customers in order to provide relevant info when opening 11g SR for critical errors.
    Thanks

    Please contact the owner of the relevant page on OTN.

  • New ALS Demo Application (release 9.0.5.x)

    AMIS just released the ALS (AMIS Library System) application based on BC4J and JSP with JSTL for JDeveloper 10g and JHeadstart 9.0.5.x.
    The ALS application is shipped with JHeadstart 9.0.5.x, to demonstrate the use of Toplink with JHeadstart. The application is also useful for people using BC4J (with JSP), hence this new release today.
    The ALS application is used by AMIS to describe recipes in the JHeadstart Cookbook, to base workshops on and to demonstrate the JHeadstart Application Generator Extensions, that we intend to release in November 2004. This release also shows you how to use JSTL in JHeadstart generated applications.
    For details on the ALS 9.0.5.x release for BC4J and, see the AMIS Weblog: http://technology.amis.nl/blog/index.php?p=219.
    The AMIS JHeadstart Cookbook can be found at http://www.amis.nl/files/technology/Cookbook/AMISJHeadstartCookbook.htm.
    By the way, you may like this simple recipe: Include Spacers to enhance JHeadstart Generation (http://technology.amis.nl/blog/index.php?p=198)
    regards
    Lucas Jellema
    AMIS Services BV

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • The new cutetube demo

    i think we all know what cutetube is, its the best youtube client avaible fro the n900, you can do everything in it, from commenting on videos to downloading them .....
    the current version is done in python, it works well, but the developer (marixan) decided to redo it in qwl, and its way way way better now, here take look at this youtube video of the new app performing .
    we might end up with the best mobile youtube app.....
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

    next week, or the one after it as top .......
    but the developer might release a version in the next couple of days but without account login, and some settings will be missing just to test it out .
    and by the way there is another big release date comming, end of January, the new media player that mihamaAG and the guys are working on, they are creating a new media player that looks exactly like the built in one, but with full portrait mode support, way better video player, a great music playback, ...... a media player that might end up the best mobile media player.
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

  • NEw Site (Demo)

    Hey guys, just wanted to give you a heads up on a new Spry
    site. This site is currently a dev site, but we will be launching
    it at roxie.com in the coming month with a number of Spry-enabled
    features.
    Curently the "Now Playing" Spry enabled, something I felt was
    almost necessary to prevent the end user from too many page
    refreshes!
    http://roxie.sanative.net

    Looks good, TJ!
    Let us know when the site goes live.
    Thanks,
    Don

  • New Demo Extension Pack available on OTN

    Forms Product Management are please to announce we have released a new Forms Demo extension pack. This included three demos to compliment the existing Forms demo suite.
    Go to http://otn.oracle.com/products/forms and click on the link in the news section.
    Thanks
    Grant Ronald
    Forms Product Management

    The url is not quite correct it had a . at the end it should be http://otn.oracle.com/consulting/9iServices/JHeadstart2.html
    All,
    Check out this link: http://otn.oracle.com/consulting/9iServices/JHeadstart2.html.
    You will find an overview, frequently asked questions, customer stories, viewlets, the complete User Guide, and more.
    JHeadstart Team

  • NewsExlplorer shows several links like "SAP demo news", "New FAQ's" etc.???

    Hi,
    I created a XmlForm to edit News but the problem is that when i set it to News Explorer, it by default shows several links like New Sap demo news, New FAQ's link. Is it possible to show only one special link, how can i delete the other links?
    regards,
    Sharam

    Hi
    Please go to Content Management> Form Based Publishing> Forms Availability--> Folder Settings
    Here create new or duplicate existing ones .
    Folder Path         --> Give the path to your folder
    Forms to Exclude --> SAP_APP_* (if u don't want std forms)
    Forms to include ---> Give the ID of your form, it can be CSV's also
    Hope this will solve your problem
    Regards
    Aparnna

  • LUV the Adobe Muse Team and AMAZING Product!! One thing, why isn't the new demo 'mobile friendly'?

    I've made a few sites that included a custom mobile version like http://MilanFraneta.com and was so jazzed when I justsay the amazing, clean, parallax flowing new 7 demo and went to check to see how equally amazing I was sure it would be on my iphone5S and most the content missing, blank, off center... like whaaaaat??
    Just very surprised (and disappointed).  Uh, give me a Holla if you want me to make a version for you!$
    Thank YOU For All Else and the Continued incredible work, talents, and Advancements!!  PLZ Keep ROCKIN Those!
    BEST and SO Much respect and appreciation, truly!
    -Sterling Williams

    ?? Whoa... Looks great/as I'd expected now... ha You're one of the last company/products I would ever want to post anything negative about... just pulled up fine, flowing, smooth on my ios7 (before it wasn't responsive and maybe 15% of the content was there, the rest was blank and wouldn't scroll.. I promise!)  I am a HUGE fan of Muse and all you are doing and continue to keep improving, #Parallax ROCK$! http://SterlingWilliams.com/custommobile a sample from your awesomeness
    Apologeez and I can delete this post is best, but there was a hickup, maybe was just on my end for some reason
    LUV YALL!! and SO grateful for ALL you bring to Me, Us, Creative Cloud and the World!!
    -Sterling aka 'The Web Stylist'

  • New demo account, installed Illustrator well, Acrobat ends in error 7 (tried several times)

    Hi there!
    For testing on my machine I get a new Acrobat Demo account, got the CC installer, and installed Illustrator. Well done. After that I wanted to laod Acrobat, and it ends in an error 7.
    Details:
    <PRE>Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s)
    ----------- Payload: Acrobat Professional 11.0.0.0 {23D3F585-AE29-4670-8E3E-64A0EFB29240} -----------
    ERROR: An error occurred during the installation of assembly component {9BAE13A2-E7AF-D6C3-A01F-C8B3B9A1E18E}. HRESULT: 0x8007054F.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {9BAE13A2-E7AF-D6C3-A01F-C8B3B9A1E18E}. HRESULT: 0x8007054F.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    </PRE>
    Empty lines deleted. What to do?

    Exit Code: 6, Exit Code: 7 Installation Errors -
    http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

Maybe you are looking for

  • New Mini (HDMI) with CRT Big Screen TV (RP)

    Is anyone using the new Mini with a CRT TV. I have a Mitsubishi WS-65813 rear projection TV that I'd like to connect to the New Mini using HDMI to DVI. I had one of the older Mini's and the problem was the screen on the TV was not full screen or it w

  • Memory leak under GNU/Linux when using exec()

    Hi, We detected that our application was taking all the free memory of the computer when we were using intensively and periodically the method exec() to execute some commands of the OS. The OS of the computer is a GNU/Linux based OS. So, in order to

  • Budget exceeded error when reversing down payment request via FB08

    Hi Experts,       I am trying to reverse a down payment request via FB08 but unfortunately its throwing a budget exceeded error, is this normal behaviour? Regards, Lewis

  • NVIDIA NVS Graphic adapter support KVM-Intel AMT/vPro?

    Hi there, I have a Thinkpad T410, Intel core i7, Intel Centrino Advanced-N 6200 AGN and the NVIDIA NVS 3100m Graphic adapter, I asked to Intel and that adapter does not support KVM: http://software.intel.com/en-us/forums/showthread.php?t=78585&o=a&s=

  • My Wi-Fi on my iPad suddenly quit working

    It works on my MacBook. I have tried Resetting and turning off the iPad. Nothing works.