"Doc" Tab works in JDev 3.1?? Help problems...

Does anyone use the doc tab to see documentation generated by javadoc wizard ?
The help says that I have to change the "JDeveloper.ini" to include a classpath. There I found :
HelpBase=..\doc
HelpZips=.\oracle.zip;.\java.zip;.\jgl.zip
Well, I got my *.html and deployed at the doc directory with the structure com\....\class.html
But it doesn't works...
What I'm doing wrong ?
Worse, there aren't ANY Oracle.zip nor java.zip in the JDeveloper3.1 !!
How can I setup different doc paths for each project (I can't done this ?!)
Why all the "help buttons" in the JDeveloper calls "Document not found" in help system??
Thanks
null

One workaround is create a library that points to desired project, and use the "documentation" path. Then add this library to the other dependents projects and himself.
It's not the best solution I think, but it works.
null

Similar Messages

  • Document NOT visible.  Doc tab and layers ARE visible. HELP!

    Installed Photoshop CS5 months ago.  Have completed dozens of projects with only the occasional crash.
    Yesterday it crashed "Photoshop needs to close".
    When I reopened the file, the document is not visible.
    The document tab is correct and the layers are intact and visible.
    Tried opening other psd's, same results.
    Will not create a new document, New document panel does not appear.
    Moved same psd to laptop, opens like a charm.
    Vista, 32 bit.
    The file that crashed was a larger file, but I've definitely worked on much larger files consistently.
    Could not find other posts regarding same issue.
    Do I need to reinstall Photoshop?
    What went wrong?
    Thanks bunches, appreciate it!

    Your graphics card driver needs updating/ reinstalling and you may need to disable OpenGL in the preferences. Anyway, you'd get much better and quicker answers, if you posted your questions in the right forums, so keep that in mind next time and use the PS specific forum.
    Mylenium

  • The application DOCS doesn't work. Doesn't have HELP. it is very bad. Help me. My ID is regobarros.thanks in advance

    The application DOCS doesn't work. Doesn't have HELP. it is very bad. Help me. My ID is regobarros.thanks in advance

    Also it was not and never has been jailbroken if that helps.

  • Highlighter has not been working in Adobe reader in my samsung Galaxy Tab 3.  Can you please help?

    Highlighter has not been working in Adobe reader in my samsung Galaxy Tab 3.  Can you please help?

    Update to comment - I found this thread that is related:
    Did Adobe Acrobat Reader revert to this bad and nonintuitive way to highlight text? The highlight approach described in this thread - to select text with handles - does work, but it is truly slow and clumsy.
    https://forums.adobe.com/thread/1538670

  • My iTunes Store on IPhone comes up with an error ([newNullResponse]). It is just on the music tab, tv shows and movies tab works fine. I have tried restarting phone, closing app, turning my account off and on. What is the problem I need help?!!!!

    My iTunes Store on iPhone comes up with an error [newNullResponse] always when I click the music tab. The movies and tv shows tab works fine. I have tried everything from restarting my phone to turning my account off and on.

    Try a different cable and a different charger. If neither fixes it you probably need a new battery. Apple will replace it for $80 in the US; I don't know what the charge is in other locations.

  • Does anyone know why my music won't play on my 7th generation iPod nano? I tried resetting it already and that didn't work. Can someone please help?

    Does anyone know why my music wont play on my 7th generation iPod nano? I've tried resetting it already but that didnt work. Can someone please help.

    I would to a Restore.  Select the iPod in iTunes.  Go to the Summary tab for the iPod.  There is a button there to do a Restore.  This will erase the iPod, re-install its software, and set it to default settings.  After Restore complete, try playing songs on the iPod again.
    If THAT does not fix the problem, and it's not bad headphones (since you also tried the "speaker"), there is probably a hardware problem on the iPod.  All 7th gen nanos are still under warranty.  If you have an Apple Store nearby, you should take it to the store's Genius Bar.  To minimize waiting, you can make a reservation on store's web page.
    http://www.apple.com/retail/

  • Installed Windows 8.1 and Outlook 2013 - have to use iCloud Outlook Add-in to sync my Iphone 5 with Outlook - reminders work on iPhone, but reminder window & email reminders don't work in Outlook 2013. Help

    Using windows 8.1 and outlook 2013 with iCloud Outlook Add-in so that my iPhone 5 will sync with outlook. Now reminders work on iPhone 5, but don't work in outlook 2013. Help, I've tried everything I can think of or found on the internet.

    Hi,
    Please follow the steps below to make sure the reminders have been enabled in Outlook:
    On the File tab, click Options.
    Select Advanced in the Outlook Options dialog box.
    In the Reminders section, select Show reminders.
    Click OK.
    I also found a similar thread here:
    http://social.technet.microsoft.com/Forums/windows/en-US/70bbd99e-6c1b-4a56-b1eb-f1812f96ed56/outlook-2010-reminders-not-appearing-in-outlook-but-appearing-on-iphone
    As mentioned in the thread, you can try these steps:
    Use MFCMAPI to delete the Reminders Folder, then run "outlook.exe /resetfolders" to recreate this folder:
    Download MFCMAPI:http://mfcmapi.codeplex.com/releases/view/118446
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If the problem persists, try to recreate the user’s profile of the Outlook to check this issue:
    http://support.microsoft.com/kb/829918/en-us
    Regards,
    Melon Chen
    TechNet Community Support

  • Af:inputRangeSlider is not working in JDEV 11.1.1.6.0

    Hi,
    af:inputRangeSlider is not working in JDEV 11.1.1.6.0
    tried dragging and droping it on to a test jspx page.
    page stays in loading mode forever and sometimes page loads,but i am not able to change values of af:inputRangeSlider.
    This seems to be a bug
    on doing inspect element in the browser, i am getting following error
    Uncaught ReferenceError: TrRangeValidator is not defined
    please help me on this
    Regards,
    Shakir

    Hi, just to clear things out, this issue occur in JSFF only, but in jspx, hot code is fine...
    Here is my sample code where the issue occurs.
    HelloWorldTaskFlow.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="HelloWorldTaskFlow">
        <default-activity id="__1">viewHelloWorld</default-activity>
        <view id="viewHelloWorld">
          <page>/viewHelloWorld.jsff</page>
        </view>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>
    viewHelloWorld.jsff
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:panelBorderLayout id="pbl1">
        <f:facet name="start"/>
        <f:facet name="bottom"/>
        <f:facet name="end"/>
        <f:facet name="top"/>
        <af:panelBox text="PanelBox1" id="pb1">
          <f:facet name="toolbar"/>
          <af:outputText value="Hello World Nakurato!" id="ot1"
                         inlineStyle="font-size:x-large;"/>
        </af:panelBox>
      </af:panelBorderLayout>
    </jsp:root>
    TestPage.jspx
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:region value="#{bindings.HelloWorldTaskFlow1.regionModel}" id="r1"/>
            <af:inputText value="Hello"/>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>Any change in the jsff file does not take effect immediately when refresh. but in jspx, it works.
    Any thoughts???

  • I just upgraded my iPhone 3GS to 4.3.5 and my universal doc stopped working with it?  It has worked flawlessly for the last year and suddenly I get the message: "this iphone is not optimized for this device."  The music comes out too quiet to the speakers

    I just upgraded my iPhone 3GS to 4.3.5 and my universal doc stopped working with it?  It has worked flawlessly for the last year and suddenly I get the message: "this iphone is not optimized for this device."  I dismiss the message, but the remote no longer works with it and the music is too quite to the speakers.  The remote works fine with my Macbook Pro.  I tried a restore on the iPhone and started from scrach, but the same problem exists.
    Any help with this?
    Thanks,
    JT

    yep... my iphone 4 also having problem like astoker.. u see on dock pin using torch light.. i found 2 pin touch each other.. i solve my problem ready.. thanks wjosten.

  • Adobe Acrobat 9 complains that licensing no longer works and repair doesn't help?  Ideas?

    Adobe Acrobat 9 complains that licensing no longer works and repair doesn't help.  Ideas?

    Problem ocurred on Windows XP, Acrobat 9 Standard.  Believe error was 138:4 - licensing error
    Solution using Windows XP, Administrative tools under Control Panel
    Control Panel – Select
    Administrative Tools – Double Click
    Services – Double Click
    FLEXnet Licensing Service (Right click and select Properties)
    General Tab: Startup Type – change “Disabled” -> “Automatic”   Press Apply.
    Recovery Tab: 1st, 2nd, and Subsequent Failures – change “Take No Action” -> “Restart the Service”  Press Apply
    General Tab: Service Status – press “Start Button”  Press Apply
    Services window – check FLEXnet Licensing status = “Started”
    Verify fix by starting Adobe Acrobat 9 (rebooting not required).

  • Word doc converted with gray shaded pages - please help!

    I am using Acrobat PDF version 9 and converting from within Word 2007 but all the pages in the converted pdf file are shaded gray and I can't add backgrounds etc.  I am using the default pdf settings.  Conversion from Excel works fine.  Can anyone help please?  I'm desperate! Thanks Robyn

    Hello Folks,
      You may think I am wired but believe me it works..
    I had the same problem as “RJBAT” all I did copy everything from the original DOC and paste it to a new one and then saved as PDF. TRY it!!
    Thanks

  • There is no application tab under devices!? Please help...

    I have recently bought used Itouch (1 gen) for my brother and something strange happened when I tried to teach him how to use it. I told him how to purchase couple of games and they are now under LIBRARY/application.
    But when he opens this ipod under DEVICES there is no tab application at all. The last tab is INFO!
    I guess this problem has something to do with the fact that this ipod has already been used by some other person and computer but I don't know what we should do to make it work on his itunes properly.
    Please help, he's been waiting for this toy for such a long time and now he still cannot go and brag about because there are no games on it.
    Thanks in advanced.
    Alex

    Hello, Welcome to Apple Discussions.
    Depending on your current iPod Touch software version you may be missing certain features. And depending on when your iPod Touch was manufactured you may need update to the January Software update.
    About the iPod touch January Software Upgrade
    http://support.apple.com/kb/HT1376
    You may also need to purchase the iPod Touch update for 2.0 + to obtain the current release of iPod Touch Software if it has not already been updated to at least 2.0
    If you have 2.0 then there is no cost for the additional update out now.
    http://www.apple.com/ipodtouch/softwareupdate.html

  • Firefox freezes the computer for about 20-30 seconds (not even Alt+Tab works), the screen blinks black and then it shows the desired page. Does that several times at the beginning, then sort of stabilizes.

    Firefox freezes the computer for about 20-30 seconds (not even Alt+Tab works), the screen blinks black and then it shows the desired page. Does that several times at the beginning, then sort of stabilizes.
    This happens even if I simply hover the mouse over bookmarks, not even opening a page.
    And waiting for this to happen some times or closing and re-opening seems to make it work ok again.
    I've already disabled almost all add-ons (I'm using only one for Flash and NoScript right now), reinstalled Firefox (8.0.1), restoring only the bookmarks from an older version.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • I have problem with firefox , it wont loud , the dose not come up , and it frizzes ? i even re-install the program but it wont work:( any suggestion would be helpful , thanks

    i have problem with firefox , it wont loud , the dose not come up , and it frizzes ? i even re-install the program but it wont work:( any suggestion would be helpful , thanks
    i cant login anywhere as all my passwords are saved in firefox, i cant even access teh firefox preference to get my password, it's so sad

    You likley have a corrupted Firefox preference or other support file in your User/Library folder.
    Programs load these files from the user account to adjust to user specifications, instead of having multiple copies of the same program on the machine.
    So when you reinstalled Firefox, it reinstalled the progrma only and the user support files remained from before.
    To prove this point, use System Preferences to create another Admin account and log into it, Firefox should run like a charm.
    To remove the Firefox support files from the problem user account your going to need to locate these files and delete them one at a time and try FF again and again.
    The first one you shoull try is your FF .plist file located in your User/Library folder.
    Clicm on the Finder and use the Go > Go to Folder and paste this
    ~/Library/Preferences
    and press Go.
    Now scroll down until you see the Firefox or Mozilla .plist file and Trash it, quit and restart Firefox, it will recreate the preference file with default settings you will have to reset it.
    Next run through the list of fixes #1-13 here before proceeding.
    https://discussions.apple.com/docs/DOC-3353
    If you need help deleting other FF files, download the free Easy Find from MacUpdate.com and search for anything "Mozilla" or "Firefox" in your User account only and take your chances you hopefully won't delete your password file in the process.
    You should have site passwords written down someplace and locked up tightin case you need them, a computer isn't totally safe and reliable.

  • I am trying to edit a project originally started on another computer, by someone else and saved onto an external h-drive, but keep getting 'general error 48' when I try to render it to work further. Can anyone help?

    I am trying to edit a project originally started on another computer, by someone else and saved onto an external h-drive, but keep getting 'general error 48' when I try to render it to work further. Can anyone help?

    Is this problem only occurring with the project you copied from an external drive, or with any FCP project?
    For example, if you were to create a new project, do you still have this problem?
    In FCP, if you go to the menu FInal Cut Pro > System Settings and look at the Scratch Disks Tab, is it set where you expect it to be? Have you tried switching the scratch disk to a different disk?
    MtD

Maybe you are looking for