JavaHelp or OracleHelp??

Hi
I am currently investigating the relative of merits of the Javahelp and the
OracleHelp viewers. I leaning towards to the Oracle viewer, it supports
greater functionality and looks less archaic than JavaHelp.
Please can I have some thoughts on which viewer to use?
Also, which viewer takes up less bandwidth and how would I go about
reducing the amount of bandwidth the help files take up ?
Any thoughts and comments are gratefully received.
Regards
Michelle.

A fellow named Peter Grainge has a very helpful site; click on this link and read the JavaHelp topic. He discusses JavaHelp vs Oracle Help a bit here.
http://www.grainge.org/index.htm#authoring/authoring.htm

Similar Messages

  • JavaHelp and OracleHelp don't appear in SSL folder

    Hi,
    I presume that along with the other output files such as HTML
    Help, WebHelp, etc. JavaHelp and OracleHelp should also appear in
    the SSL folder of the Project pane. But these two deliverables
    don't appear in my version of RH. I use RH X5.0.2.
    Is this something related to buyer-specific need. Suppose we
    would have asked for RH without JavaHelp and OracleHelp. I am not
    sure. I asked the guys out here but even they are not sure.
    Pls suggest...

    Two things I can suggest if you're building JavaHelp,
    specifically JavaHelp 2.0:
    1. Make sure you have a JRE installed on your hard drive
    (we're using 1.4.2_04) Since you've already installed RH, you
    unfortunately need to reinstall it, then point it to the right
    folder.
    2. I strongly recommend suggesting to your development team
    that they NOT use the JEditor Pane method of calling JavaHelp from
    the Java application. Our development team is current using this
    older (buggy) method and because of it, some of the limitations in
    JH that Sun apparently fixed (such as not being able to link to an
    external URL or email) are still present.
    Let me know if you need any help with the JavaHelp stuff. I
    created a whole procedure on setting it up correctly so that our
    support staff can get it right every time they install RoboHelp for
    us.
    Jim

  • OHJ vs JavaHelp

    My company is evaluating whether to commit to JavaHelp or OracleHelp for a long-term help system delivery standard. I've built a couple of help systems for each using WebWorks and, for JH, the Oracle Help Wiz. At this point it appears to me the main advantages of OHJ over JH are that OHJ has better image rendering support and better CSS support. On the other hand, OHJ seems to have a much smaller user base, so I wonder about future support. I'm also not clear on the status of Sun's JH development--although they stopped developing a while back, I have heard that they plan to start developing again. I'd like to hear any comments from others who have evaluated/implemented both, in terms of product comparison.
    Thanks,
    John Stewart
    e-Security, Inc.

    Hi, John.
    A few other advantages of Oracle Help over Javahelp:
    - We support JavaHelp file formats--plus we extended them to provide more features (see the Oracle Help Guide section called "Comparison to Javahelp File Formats" for information about we have that Javahelp doesn't)
    - We also support our original file formats and MS HTML Help 1.x formats
    - More features, including the ones we provide through our ICE, e.g., the topic-ID, popup, etc. protocols
    - Better Java browser component, as Brian mentioned
    - Ongoing development and proven accomplishments
    - We provide a Java version and a web version (OHW of course), and the same helpsets work in both with little or no modification.
    We've also got this forum you can use for support.

  • Troubleshooting Other Single Source Layouts

    This category is mostly about JavaHelp and OracleHelp.
    Not too many posts appear here as the use of these forms of help is limited. The best I can do here is point to the write-up of my own experience. I would particularly draw your attention to Mike Hamilton's comments at the end. These sum up very well why these forms have help are not used more widely. Click here.
    Please feel free to email RoboWizard or Peter Grainge via their web sites with suggestions for additional troubleshooting information.
    The Troubleshooting Guide has links to the troubleshooting tips for the other RoboHelp forum categories.

    Hi Pet3689
    You simply need to amend your profile settings for the
    forums. The defaults only reveal posts from a certain point in time
    forward. So many days back. Your forum profile controls how far
    back you see.
    Cheers... Rick

  • No JavaHelp Generate Option

    I've download and installed the trial version of RoboHelp
    HTML 6, and I can't seem to get the option for generating a
    JavaHelp version.
    I've download and installed the JavaHelp 2 sdk. I've got
    JavaHelp 2.0 download and installed. I've been to the Adobe
    website, and the only slightly related help there was TechNote
    rb_34767, "How do I let RoboHelp know where my JDK is installed?"
    but unfortunately that didn't solve the problem either.
    Adobe Customer Service checked to see if the trial version
    maybe didn't support JavaHelp, but it is supposed to. (OracleHelp
    too, and I don't see that either.) Any thoughts?
    Thanks!
    John

    Hi John
    In Peter's article (it's a bit buried down the pages) he
    mentions you need to right-click the Single Source Layouts pseudo
    folder and create a new layout. From that dialog you choose
    JavaHelp. Did you try this?
    Cheers... Rick

  • Error in JavaHelp

    Hello:
    I have JWS app I've been working on for a long time. I just added JavaHelp to it. I got it all working nicely on my local machine. When I went to deploy in JWS, I ran into a permission problem. JavaHelp is included as an extension, and I've set <security> to <all-permissions/> in both JNLPs, but I still get the following exception:
    Parsing failed for null
    Exception caught while parsing nulljava.security.AccessControlException: access denied (java.util.PropertyPermission user.home read)
    java.lang.NullPointerException
      at javax.help.plaf.basic.BasicFavoritesNavigatorUI.reloadData(BasicFavoritesNavigatorUI.java:297)
      at javax.help.plaf.basic.BasicFavoritesNavigatorUI.installUI(BasicFavoritesNavigatorUI.java:235)
      at javax.swing.JComponent.setUI(JComponent.java:647)
      at javax.help.JHelpNavigator.setUI(JHelpNavigator.java:257)
      at javax.help.JHelpNavigator.updateUI(JHelpNavigator.java:276)
      at javax.help.JHelpNavigator.<init>(JHelpNavigator.java:105)
      at javax.help.JHelpFavoritesNavigator.<init>(JHelpFavoritesNavigator.java:62)
         ... more omitted
    Here are my JNLP files:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+"
    codebase="http://www.mydomain.com/"
    href="mydomain.jnlp"
    version="0.14">
      <information>
        <title>My Client</title>
        <vendor>MyCompany, LLC</vendor>
        <description>MyCompany rules.</description>
        <homepage href="http://mydomain.com"/>
        <offline-allowed/>
      </information>
      <resources>
        <jar href="mydomain.jar"/>
        <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
        <extension name="Java Help" href="lib/javahelp.jnlp"/>
      </resources>
      <application-desc main-class="com.mydomain.core.Main"/>
      <security>
        <all-permissions/>
      </security>
    </jnlp>
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+"
    codebase="http://www.digibunker.com/"
    href="lib/javahelp.jnlp"
    version="2.0">
      <information>
        <title>Java Help</title>
        <vendor>Sun Microsystems</vendor>
        <description>Java Help System.</description>
        <homepage href="http://java.sun.com/javase/technologies/desktop/javahelp"/>
        <offline-allowed/>
      </information>
      <resources>
        <jar href="lib/jh.jar" download="lazy" part="JavaHelp" />
        <jar href="lib/jhall.jar" download="lazy" part="JavaHelp" />
        <jar href="lib/jhbasic.jar" download="lazy" part="JavaHelp" />
        <jar href="lib/jsearch.jar" download="lazy" part="JavaHelp" />
        <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
      </resources>
      <component-desc>
      <security>
        <all-permissions/>
      </security>
    </jnlp>
    Any and all help welcomed.
    Thanks, Dan
    Edited by: dlamet on Jan 8, 2010 5:40 PM

    AndrewThompson64
    Thanks for the quick response. I downloaded your app (very good idea BTW!) and ran it against my JNLP file. It reported a number of issues to me, but I don't understand them. I subsequently located the JNLP spec 6.0.10 here and went through it carefully. (I ended up discovering some nice features I added to my file.) I ended up with the following file, but the errors seem to be the same. The output is below the JNLP.
    Is it possible that your app is analyzing against an outdated version of the JNLP spec? It's all that I can figure. Perhaps you could explain just one or two of the node errors to get me started. Thanks again! Dan
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+"
    codebase="http://www.digibunker.com/"
    href="digibunker.jnlp"
    version="0.14">
      <information>
        <title>DigiBunker Client</title>
        <vendor>DigiBunker, LLC</vendor>
        <homepage href="http://www.digibunker.com"/>
        <description kind="tooltip">Automated media back up.</description>
        <description kind="one-line">The DigiBunker client makes protecting your media files easy.</description>
        <icon href="http://www.digibunker.com/images/icon-32.png"
    version="1.0"
    width="32"
    height="32"
    size="6243" />
        <offline-allowed/>
        <shortcut>
          <desktop />
          <menu />
        </shortcut>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se"/>
        <jar href="digibunker.jar" main="true" />
        <extension name="Java Help" version="2.0" href="lib/javahelp.jnlp">
          <ext-download download="lazy" />
        </extension>
      </resources>
      <application-desc main-class="com.judedavid.eros.core.Main"/>
    </jnlp>
    Content type application/xml does not equal expected type of application/x-java-jnlp-file
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'homepage'. One of '{description, icon, offline-allowed, shortcut, association, related-content}' is expected.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'j2se'. One of '{jar, nativelib, extension, property, package}' is expected.
    cvc-complex-type.2.4.d: Invalid content was found starting with element 'security'. No child element is expected at this point.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'homepage'. One of '{description, icon, offline-allowed, shortcut, association, related-content}' is expected.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'j2se'. One of '{jar, nativelib, extension, property, package}' is expected.
    cvc-complex-type.2.4.d: Invalid content was found starting with element 'security'. No child element is expected at this point.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'homepage'. One of '{description, icon, offline-allowed, shortcut, association, related-content}' is expected.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'homepage'. One of '{description, icon, offline-allowed, shortcut, association, related-content}' is expected.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'j2se'. One of '{jar, nativelib, extension, property, package}' is expected.
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'j2se'. One of '{jar, nativelib, extension, property, package}' is expected.
    cvc-complex-type.2.4.d: Invalid content was found starting with element 'security'. No child element is expected at this point.
    cvc-complex-type.2.4.d: Invalid content was found starting with element 'security'. No child element is expected at this point.
    XML encoding not known, but declared as utf-8
    Codebase + href 'http://www.digibunker.com/digibunker.jnlp' is not equal to actual location of 'file:/Y:/Moonlighting/JudeDavid/site/athena/public/digibunker.jnlp'.
    Downloads can be optimized by specifying a resource size for 'digibunker.jar'.
    The resource download at digibunker.jar can be optimized by removing the (default) value of download='eager'.
    The resource download at digibunker.jar can be optimized by removing the (default) value of main='false'.
    It might be possible to optimize the start-up of the app. by specifying download='lazy' for the digibunker.jar resource.
    Lazy downloads might not work as expected for digibunker.jar unless the download 'part' is specified.
    Resource type com of resource http://digibunker.com is not one of the allowable types of jar.
    Report for http://www.digibunker.com/lib/javahelp.jnlp

  • How to get javahelp release install path?

    How to get javahelp release install path?
    currently usage their tool <MagicHelp>.
    magichelp is multi-user help authoring tool,
    currently Support Java help 1.0/2.0.
    Home:http://www.gethelpsoft.com

    @BalusC
    ust for a reference cause i'm new in JSP This has nothing to do with JSP, but with basic knowledge of an essential API. I have given you the link to the File API. Are you saying that you refused to read the API documentation, which clearly explains you how to use the File and shows which methods are all available to you undereach the straightforward getName() method, and expecting that the others may chew the answers for you? Loser.

  • Open hyperlinks in a web browser in JavaHelp

    Hi,
    I am developing a helpsystem using JavaHelp 1.1.3. The problem is that I am unable to open an external weblink (e.g. www.google.com) in a browser.
    When I try to open the weblink the application just hangs.
    Please let me know if there is a workaround.
    Regards
    Ravi

    The description for Javahelp 2.0 RC says this is because of the sandbox rules that apply within JavaHelp.
    You could try setting application policies for the JavaHelp jars/classes.
    hope this helps,
    Thomas Nagel

  • Swing application with JavaHelp crashes outside Netbeans IDE.

    Hi guys I have developed a small swing application in Netbeans IDE. I used the following code inside the IDE for JH.
    public void createHelp()
           try {
                   URL hsURL = new URL("jar:file:eDictionaryHelp.jar!/eDictionaryHelp/eDictionary.hs");
                   hs = new HelpSet(null, hsURL);
           catch (Exception ee)
            // Say what the exception really is
            System.out.println( "HelpSet " + ee.getMessage());
            System.out.println("HelpSet "+ helpHS +" not found");
            JOptionPane.showMessageDialog(new JFrame(), ee.getMessage(), "Error", ERROR_MESSAGE);
            hb = hs.createHelpBroker();
       }When I run the program inside the IDE and and click on the corresponding MenuItem.. JavaHelp comes up as it should! No problems with that.
    But when I build the project and tried to run it from the .jar file in the PROJECT_HOME/dist/ the swing got displayed till this function was called. and then it simply crashed.
    Investigating further and commenting out one line at a time and compiling I found out that whenever the hs = new HelpSet(null, hsURL); is encountered, the app crashes (it doesnt throw any error).
    But as I said this is not the case when i run and compile inside the IDE. I only get this problem when running the app from outside the IDE.
    I have tried all kinds of combinations of the URL .. for eg ( I am aware of Bug 4149782)
    ClassLoader cl = this.getClass().getClassLoader();
    try {
                   URL hsURL = HelpSet.findHelpSet(cl, helpHS);
    .What can be the problem guys? Any suggestions?
    Thanks!

    Anyone has an answer on this?
    I am facing the same problem.. I am using NetBeans 5.5
    arijit_datta, do u have a solution for this problem already?
    Thanks,
    SK

  • JavaHelp 1.0 is required to view the JavaHelp output?????

    Hi All,
    I'm getting this dialog after I have generated the JavaHelp.
    "JavaHelp 1.0 is required to view the JavaHelp output. Please
    install the latest version of JavaHelp"
    But I have allready installed this "C:\jh1.1.3" and inserted
    these 2 System variables "JAVAHELP_HOME" - "C:\jh1.1.3" and
    "JHHOME" - "C:\jh1.1.3".
    I have allso installed "j2sdk1.4.1_01".
    What else needs to be done?
    BR
    Thomas

    I faintly remember a problem with Robohelp and JH1.1.3 a
    couple of years ago, I don't know if this was ever resolved.
    I have found the following that might help.
    Click Here
    Just found a link to the following Forum thread on Peter
    Grainge's site
    Thread
    here
    Hope this helps.
    Brian

  • Javahelp

    Hello, I am trying to use the serverhelp in javahelp 2.0. The following error occurs when trying to run the index.jsp page under the JavaHelpDemo context.
    java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V
    I am using JBoss/tomcat 5.0 and deployed the javahelp using the ant command in the README file. I know this class exists in the javax.servlet.jar, but I believe the versions of TagAttributeInfo.class vary in the constructors depending on what version of Tomcat/JBoss's servlet/jsp jars are included. Any leads to the correct .jar file that contains the correct constructor arguments for the javahelp would be appreciated.
    Thanks in advance.
    Jay

    Hello again. Fixed my own problem, but there is a bug in the javahelp version 2.0 for serverhelp (jsp pages). I installed version 2.0 serverhelp on Tomcat 3.2 so I would be using the servlet.jar that contained the correct TagAttributeInfo class. The application runs as it should. The TagAttributeInfo class within Tomcat 4.1 and Tomcat 5.0's servlet-api.jar are the incorrect class definition for TagAttributeInfo and therefore the NoSuchMethod exception occurs.
    Be aware of this bug. Are there any plans or version updates to fix this?
    Jay

  • RoboHelp 10 fails to build JavaHelp Search

    When I generate JavaHelp with RoboHelp 10 I have the error below in the console:
    java.io.FileNotFoundException: myProject_JavaHelpSearch\POSITIONS (...)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at com.sun.java.help.search.DocumentLists.<init>(DocumentLists.java:161)
        at com.sun.java.help.search.DocumentLists.invert(DocumentLists.java:243)
        at com.sun.java.help.search.DefaultIndexBuilder.close(DefaultIndexBuilder.java:103)
        at com.sun.java.help.search.Indexer.compile(Indexer.java:228)
        at com.sun.java.help.search.Indexer.main(Indexer.java:76)
    In the working directoty used for JavaHelp, the "myProject_JavaHelpSearch" sub-directory contains:
    DOCS
    OFFSETS
    TMAP
    The error is not fatal and RoboHelp do generate the JavaHelp file. The JavaHelps displays TOC, Index, and the project pages as expected, but when I try using the "Search" tab in the generated JavaHelp, it does not work.
    If I generate a Microsoft HTML Help or WebHelp, the "Search" tab works fine.
    My project is a former  RoboHelp 9.1 project converted to RoboHelp 10. It was working fine on Windows XP Pro Us (32 bits) + RH 9.1, I'm running now RH 10 on Windows 8 Pro French 64 bits.
    Thanks in advance for any help.

    There is nothing there about Rh10 and it is not a topic I will be updating. Sorry but JavaHelp is not a popular output. Flare does not even offer it for reasons stated in the page on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • JavaHelp error  in application server

    I have an application web-based, this is a system of help (javaHelp). Build an archive .war and I put in the Tomcat container, all fine. But when I put the same archive in a application server (JBoss) it generated error:
    org.apache.jasper.JasperException: Could not parse
              Got an IOException (null)
               Parsing failed for null
             at javax.help.tagext.ValidateTag.createHelpSet(ValidateTag.java:147)
             at javax.help.tagext.ValidateTag.validateHelpSet(ValidateTag.java:115)
             at javax.help.tagext.ValidateTag.doStartTag(ValidateTag.java:74)please help me with this problem!!

    Is this Oracle Application Server 10g Release 3 (10.1.3.1.0) Release Note helpful.
    3.1.3 Error Messages after Setting VIRTUAL_HOST_NAME
    http://download-uk.oracle.com/docs/cd/B31018_01/relnotes.1013/relnotes/install.htm#CBHHABBA
    -- Don

  • How to set icon in JavaHelp frame?

    Hello everybody
    I'm using JavaHelp 2.0 for the first time and I have been told that it is possible to set the icon within the JavaHelp frame. Furthermore it should be possible to set the position of the help window.
    I used the following code within my Java class to start JavaHelp, as the help frame should appear, when the user clicks on "JavaHelp" within the "Help" menu:
        JMenu helpMenu = new JMenu("Help");
        try {
          URL hsURL = new File("javahelp/DbManager.hs").toURL();
          HelpSet hs = new HelpSet(null, hsURL);
          HelpBroker hb = hs.createHelpBroker();
          menuItem = new JMenuItem("JavaHelp");
          menuItem.addActionListener(new CSH.DisplayHelpFromSource(hb));
          helpMenu.add(menuItem);
        } catch (Exception e) {
        }My helpset is called "DbManager.hs" and here's the presentation section of it (of course the image "dbmanager.title.image" is defined within the map file):
      <!-- presentation -->
      <presentation default="true" displayviews="true" displayviewimages="false">
        <name>MainWindow</name>
        <size width="600" height="500" />
        <location x="200" y="200" />
        <title>Database Manager</title>
        <image>dbmanager.title.image</image>
      </presentation>When I start the JavaHelp it does not show the Icon and it does not set the size and location accordingly.
    I'd be very glad for any hint on what I might be overlooking.
    Thanks,
    Christian

    Hi,
    You need to specify the name of your presentation in the createHelpBroker call:
        JMenu helpMenu = new JMenu("Help");
        try {
          URL hsURL = new File("javahelp/DbManager.hs").toURL();
          HelpSet hs = new HelpSet(null, hsURL);
          HelpBroker hb = hs.createHelpBroker("MainWindow");
          menuItem = new JMenuItem("JavaHelp");Then it should work.
    Brendan

  • How to set url in .jhm file to open specific table of content for javaHelp

    Hi,
    I need help on to set the url for mapping JavaHelp
    Inside my JavaHelp content, i used to have a main topic and sub topic, for example:
    1.0 Mathematics
    1.2.1 Algebra
    in map.jhm file. how can i try to link direct to 1.2.1 Algebra?
    example link in my map.jhm
    <mapID target="MATHS" url="MATH/MATHEMATICS.html#1.2.1. ALGEBRA" />
    but cannot directly point to the MATHEMATICS.html#1.2.1. ALGEBRA. it go straight to MATHEMATICS.html
    really appreciate any help on this
    Thanks
    Regards
    Aznimah

    No, you can't use this for pagination on a desktop device.
    Check out http://andrejusb.blogspot.de/2011/05/oracle-adf-11g-custom-table-pagination.html
    Timo

Maybe you are looking for

  • ITunes 6, when installing ITunes 7

    My wife got an IPOD 7 for Christmas. I got the IPOD 6 last Christmas, so that is what is installed on the computer. If I install 7 on the computer, will I lose all of the songs that I have on it?

  • Custom Template for Third Party Balance Summary Report(Java type executable

    Hi Al,l we have a requirment to have a layout with some of the fields from Third Party Balance Summary Report( Which is a Java type executable and Data definition has Data Template attached(.xml)). I tried in below way. Coppied the Third Party Balanc

  • Initiate Workflow by modifying form permissions

    I'm a newbie to LC Workbench. I have used the standard mortgage app to model a process using my own pdf. My pdf in standalone alows for digital signatures and document attachments. However, these are disabled in Workflow 8.0.2. I have managed to use

  • Qosmio F60-10K - Exact drivers or recovery disk

    Hello, I have recently purchased this model, however got some problems with HDD and had to fully format it. So Recovery function is lost. Couldnt find exact drivers for this model and as I used drivers I have found under name Qosmio F60, made laptop

  • Contribute CS3 CPS client install?

    I've used Contribute 3 in the past, using ftp and sending keys to folks who need them. I also had to install Contribute 3 on their client machine. I'm researching Contribute CS3 CPS and have some questions for which I could not find specific answers