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.

Similar Messages

  • How to get the system32 folder path in java?

    how to get the system32 folder path in windows using java code?

    Zstar Electronic Co.Ltd, Wholesaler of fire cards for DS/NDSL/NDSi, Provide R4, R4i, DStt, iEDGE, AK2i,M3,M3i,N5
    www.zstar.hk

  • How to get crawler destination folder path through api

    with following code i am getting crawler folder source path
    com.plumtree.openfoundation.util.IXPPropertyBag propertyBag = oPTCrawler.GetStartLocation();
                   String oldFolder = propertyBag.ReadAsString("PTC_UNIQUE");
    how to get the destination folder path ?
    any help appreciated

    i would like to get the values from PT_TAX_DESTFOLDERS
    <A N="PT_TAX_DESTFOLDERS"><I N="DIMS">1</I><I N="MAX0">0</I><I N="0">1324</I></A>
    1324 being the folder id
    when trying
    com.plumtree.openfoundation.util.IXPPropertyBag propertyBag = oPTCrawler.GetStartLocation();
                   Object[][] propertyBags = (Object[][])propertyBag.ReadAsObject1DArray("PT_TAX_DESTFOLDERS");
    i am getting null

  • How to get system temp dir. path on the fly ,system may be XP or Linux ??

    How to get system temp dir. path on the fly ,system may be XP or Linux ??
    please suggest solution

    The default temporary-file directory can be retrieved
    using:
    System.getProperty("java.io.tmpdir")
    Thanks a lot for u r reply this one works !!!!

  • How to get 64-bit install and 32-bit client to work on 1 pc

    I have installed a full 64-bit 11g R2 install on my Windows 7 D: drive, installed two DB's, worked great. Then I realized application I need to support requires 32-bit client (for drivers) so I installed the 11g client also.
    My problem is that my registry only shows one ORACLE_HOME--the 64-bit full install whereas Cognos reqs to point to 32-bit client.
    Sqlplus in 64-bit works fine (D:\oracle\app\dock\product\11.2.0\dbhome_1\BIN\sqlplus.exe) whereas the 32-bit client sqlplus (D:\oracle\client\app\dock\product\11.2.0\client_1\BIN\sqlplus.exe) does not work. The error is:
    ORA-12560: TNS:protocol adapter error
    If I open cmd prompt and navigate to 32-bit sqlplus under client this WILL work to login (but then I noticed it was using the 64-bit ORACLE_HOME and PATH settings if I typed set). In order to fix Cognos, I changed my ORACLE_HOME and path to point to the 32-bit client (i.e. from D:\oracle\app\dock\product\11.2.0\dbhome_1 to
    ORACLE_HOME = D:\oracle\client\app\dock\product\11.2.0\client_1
    PATH = D:\oracle\client\app\dock\product\11.2.0\client_1\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\ThinkPad\Bluetooth Software\;C:\Program Files\ThinkPad\Bluetooth Software\syswow64;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\
    Guess what? This stopped both the 64-bit and 32-bit sqlplus from working, even after bouncing the computer. Now the listener (64-bit) OracleOraDb11g_home1TNSListener will also not start either.
    Sooooo, I think I need to set the OH and PATH back to the 64-bit as that is what the Listener requires but any ideas how to get the 32-bit sqlplus to also work?!?
    Thanks in advance for any help!

    lo**** wrote:
    My problem is that my registry only shows one ORACLE_HOME--the 64-bit full install whereas Cognos reqs to point to 32-bit client. The env/reg variables probably do exist/show, only in the right place. In Win 64-bit, there's a separate branch of reg entries for 32-bit (look for WoW6432Node).
    >
    ... whereas the 32-bit client sqlplus (D:\oracle\client\app\dock\product\11.2.0\client_1\BIN\sqlplus.exe) does not work. The error is:
    ORA-12560: TNS:protocol adapter errorIt works as expected. Since there is no Oracle instance in the Client home (no surprise), you can't connect "locally" from the 32-bit sqlplus. I.e. you need to use "...@connectident" in the connect string.
    In order to fix Cognos, I changed my ORACLE_HOME and path to point to the 32-bit client (i.e. from D:\oracle\app\dock\product\11.2.0\dbhome_1 toOn Windows platform, ORACLE_HOME should not be set by user (it is already set by installer, in the Registry).
    To pick up proper settings, PATH need to be set or used.
    >
    Sooooo, I think I need to set the OH and PATH back to the 64-bit as that is what the Listener requires but any ideas how to get the 32-bit sqlplus to also work?!?Please remove OH from env system settings.
    Multiple homes on Windows is often a source of problems, since extra consideration and setup is needed more than just installing the software.
    If "Cognos" relies on system PATH, then one way to go might be:
    - put path to 32-bit Client bin folder first in PATH
    - set up a shortcut to command window with only 64-bit in PATH, for times when you need to administer the database via command line.

  • How to get .exe or install file

    Hello! I don`t know English very well and I sorry about them!
    I create a app,how to get .exe/.windows8phonefile or install file? I don`t know how to create developer packages to them.
    I don`t want publish it to Windows Market. It`s my work to the friends.
    How to I get app well file?
    Здравствуйте,уважаемые пользователи!
    Я сделал приложения и хочу получить .exe файл или файл который может воспроизвести Windwos Phone и Windows 8. Я согласен даже на установочный файл. Но у меня скачивается какой-то пакет разработчика и я не могу запустить приложение.
    Я не хочу публиковать приложения в маркет или куда-то ещё. Это моя работа для друзей и узкого круга лиц.
    Как мне получить готовый файл?

    You could simply generate an executable file which is called as a xap
    file. You could either run your application in Debug or
    Release mode.  After you do so, go to your project destination folder for example : YourProject > Bin > Debug or Release > YourProject.xap
    How to create a Windows Phone 8 app package?
    Happy Coding!

  • How to get FILENAME from FILE PATH

    does anyone know how to get filename from a file path for example
    FILE PATH: C:\Project\uploadbean\web\uploads\Button.txt
    returns
    FILENAME: Button.txt

    @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.

  • How to Get the Source File Path in the Receiver Side

    Hi Experts,
    Here We are Trying to Do How to Get the Sender Information ( File Name & Path ) on the Receiver Side .
    According to the Michal Blog
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Here we Are Able to Get only the File Name.
    But If I Want to get the Total File  Path Also means What Should I Do Here ????
    Please Let Me Know
    Regards
    Khanna

    Khanna,
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey fkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    DynamicConfigurationKey dkey = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","Directory");
    String fname = conf.get(fkey);
    Sring path = conf.get(dkey);
    String final=fname""path;
    return ""final"";
    Best regards,
    raj.

  • How to get rejected file absolute path location in file rejection handler

    HI,
    Right now I am working in the below scenario in SOA11G.
    1) Create a file adapter service and wire it to a BPEL process.
    2) Create a Fault-policies file where we have referred a Java Action as a Fault policy.
    3) Refer that fault-policy to the Fault-Binding file and put both the file in the same directory with composite.xml file.
    4) So when any rejection message happened with any wrong incoming file, the Java Action is getting called.
    But as per my requirement I want to get the absolute path of the incoming file in my java action, so that I can write some other logic to copy that file to some other location.
    So is there any API available to achieve this or any logic about how to get the absolute path of a rejected file at runtime.
    Regards,
    Tripathy.

    Hi Omar,
    You need to use OPEN_DATASET & READ DATASET statements to get the file from application server.
    Steps:
    Open dataset in read mode
    Read the data set and collect into internal table
    Now, convert this into XSTRING by using function module SCMS_STRING_TO_XSTRING
    After converting into XSTRING, you can use CL_WD_RUNTIME_SERVICES=>ATTACH_FILE_TO_RESPONSE to download into local system
    Please refer the below links
    Upload File from SAP Application Server using ABAP
    Application Server Program - ABAP Development - SCN Wiki
    Hope this helps you.
    Regards,
    Rama

  • How to get location of  file path.

    I have uploaded the file  but i need the path from where it is located.How to get it dynamically...
    Thanks
    Nitti

    Hi Nitti,
    Hopefully you have uploaded the file(say excel sheet) in the context (Va_TestResource) of your web Dynpro application in WDResource form.
    You can convert this WDResource to byte array and then to iwdwebresource. Now using this you can get the URL for the file.
    IWDResource res = wdContext.currentContextElement().getVa_TestResource(); 
    if(res!= null){      
    try {
         InputStream i_is_FileStream = res.read(false);
         int i_int_NoOfBytes = i_is_FileStream.available();
         byte [] byteArray = new byte [ i_int_NoOfBytes ];
         int i_int_byteRead = i_is_FileStream.read(byteArray, 0, i_int_NoOfBytes);
         IWDWebResource webRe = WDWebResource.getWebResource(byteArray, WDWebResourceType.XLS);     
         webRe.getURL();
    } catch (IOException e) {
    } catch (WDURLException e) {
    Hope your issue is addressed
    Regards,
    Tushar Sinha

  • 32 bit is installed on my 64 bit Win 7 system - how to get 64 bit installed?

    It appears that my Win 7 64 bit system has the 32 bit version of iTunes running even though I've been using the 64 bit installer. It's possible it's had the 32 bit version previously and I didn't realize it; I only started looking deeper because it's running terribly.   I looked at the Task manager and all the Apple processes are 32 bit. 
    How do I get 64 bit installed instead?  Do I need to completely deinstall iTunes first? If so, how can I not lose all of the apps and music I've previously downloaded? Would the library have to get recreated from scratch too?  I have two iPhone 4's and will soon add a 4s to the collection.

    Because Windows comes with a 32 bit AND a 64 bit Internet Exploder. Adobe can't change that.
    The ActiveX installer puts both plug-ins on your system per Microsoft requirements.
    C/Windows/System32/Macromed/Flash and C/Windows/SysWOW64/Macromed/Flash
    Or, perhaps you're referring to the "Flash Player (32-bit)" in the control Panel.
    THAT'S the Global Settings Manager, which IS a 32 bit application ,and again, per Microsoft requirements, it MUST be listed as a 32 bit app in the Control Panel.

  • How do I set the install path for acrobat (the free reader)?

    I cannot find any place during the download/install process where I can choose the install path.
    How do I do it? The software works fine, I just don't want it at that location.

    I appreciate your help.
    To sum it up, what I hear is that theoretically it might be possible to save some space, but that initially it wont be that much and over time it might be a very small portion of the total amount.
    I am also indirectly hearing: "No, you cannot choose an install path"
    Thanks again for your help.

  • How to get rid of install.mac - conduit - bing override when performing search in safari?

    I downloaded paintbrush through safari on my mac.  Now whenever I perform a search (writing text in the url area), i am redirect to install.mac - conduit - bing.  How to get rid of it?

    Okay i had the exact same thing aswell and it drove me crazy! I'm pretty sure i got it by downloading Paintbrush as well I finally figured out how to get rid of it tho, even after calling apple support which resulted with no solution.
    - First try to reset safari by clicking the safari tab next to the apple logo (top left), then select reset safari from the drop down box (make sure all boxes are ticked aswell)
    - Then after safari has reset go to preferences and select the privacy tab. Then go to the section Cookies and other websites data and select details.
    after that select Remove all.
    - Also make sure that your default search engine is https://www.google.com (or whatever you prefer) and that in the extentions tab there are no dodgy add-ons and things.
    - You can then exit safari, 
    (here comes the tricky bit)
    - You will need to go to you finder and select the Painbrush App, then move that b**** to the trash.
    - Once that is gone, go to the search bar in finder and type in Paintbrush.
    - Then click the +icon just below the search bar.
    - You will then want to select the ^
    - Once the brop down box appears select other
    - You will then need to search System Files in the search bar, and then tick the box next to it, then press ok.
    - After that click the ^ and change it to 
    - You will then see many files. BE VERY VERY CAREFUL NOT TO DELETE IMPORTANT FILES!!!
    - Some files will have the word conduit or plugin and such, so try move all of them to the trash. Again, try not to delete important files and folders, if your not sure about some just leave them, but when i did it it was fairly clear which ones to trash. (i also went and deleted any of the apps i didnt think were great/trustworthy)
    - Once you feel that all the nasty files are gone you can reopen safari and hopefully everything will be back to normal!
    It seriously took me so long to figure this out and i'm so glad that i did, especially because there were not many articles on how to. Hope it works for you as well, if you have any questions or clarifications feel free to ask!
    AB

  • How to get bootcamp to install from USB on Mid 2010 Macbook Pro in Mavericks

    Ok, finally ran into my first problem with Mavericks. It's a doozy. Please if anyone has any advice, let me know.
    My bootcamp partition was acting a little buggy. I also wanted to make the partition larger, so I went ahead and erased it, made a larger partition and was getting ready to install windows 7.
    Unfortunately, little to my knowledge, bootcamp assistant is programmed to not allow installation of Windows via USB if your computer had an optical drive in it's factory delivered form.
    I have removed my optical drive in favor of a second hard drive and encased my original superdrive into an External USB hub.
    There apparently used to be a solution involving editing the plist.info text document to allow USB installation. However, as of MAVERICKS, this document is now locked and unable to be edited.
    I was running windows 7 fine until I scrapped it, and now I have no way to re-install windows short of going through a laborious process of re-installing my optical drive into my laptop, installing, and then re-installing my hard drive back in. The only reason is due to a software bias for my series of laptop because it "used to have" an optical drive.
    Does anyone know of any way that I can bypass this issue to get Windows Re-installed to a bootcamp partition on a mid-2010 macbook pro without using the optical drive?
    Thanks in advance!

    Remove the Boot Camp partition only with Boot Camp Assistant, not with Disk Utility.
    Install or Reinstall OS X from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
          the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
               because it is three times faster than wireless.

  • HOW to get Windows 7 installed on HP Pavilion 15 15-E028US 15-E1X73UA E1X73UA / E028US

    Im just posting this to save the agony i went through trying to find correct windows 7 64 Bit drivers. hopefully this will save many people time since alot of people downgrade from windows 8 to windows 7. This is how i got Windows 7 installed on the  HP Pavilion 15 15-E028US  15-E1X73UA E1X73UA / E028US notebook / laptop .
    I installed the following drivers in the FOLLOWING ORDER: i only reason i would install in the following ordre is because i had problems installing the USB 3.0 drivers, but if you install in this order the USB 3.0 drivers should install fine. 
    NOTE: i tried this with the 64 bit version of win7 and it worked fine, i didnt have time to try with 32 bit win7.
    1) AMD CHIPSET DRIVERS
    http://support.amd.com/us/gpudownload/windows/Pages/raid_windows.aspx#2 and download 
    http://www2.ati.com/drivers/13-4_vista_win7_win8_32-64_sb.exe
    2)  AMD Catalyst Notebook Display Driver ( Radeon HD 8450G )
    http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-64.aspx and download
    http://www2.ati.com/drivers/beta/amd_catalyst_13.10_mobility_beta.exe
    3) ETHERNET CONTROLLER - Realtek Ethernet Controller Driver
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=32... and download sp61473.exe
    4) NETWORK CONTROLLER - Realtek RTL8188EE 802.11b/g/n Wireless LAN Driver
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=32... and download sp61518.exe
    5) PCI DEVICE - Realtek PCIe Media Card Reader Driver 
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=32... and download sp61420.exe
    6) UKNOWN DEVICE - HP 3D DriveGuard Software
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-117749-1&cc=us&dlc=en&lc=en... and download 
    sp61291.exe
    REBOOT YOUR MACHINE AT THIS POINT before installing the USB drivers below
    7) AND FINALLY THE  USB CONTOLLER AMD USB 3.0 Host Controller Driver (just put checkmarks next to the USB drivers (32bit & 64bit)
    http://download.lenovo.com/consumer/mobiles/acpvga118w7.exe
    This below is just for reference of my Device ID for the USB HOST CONTROLLER
    PCI\VEN_1022&DEV_7814&SUBSYS_1982103C&REV_09
    PCI\VEN_1022&DEV_7814&SUBSYS_1982103C
    PCI\VEN_1022&DEV_7814&CC_0C0330
    PCI\VEN_1022&DEV_7814&CC_0C03
    keywords: downgrade windows7 notebook laptop E1X73UA/E028US

    youre very welcome, thanks for taking the time to say thanks!! just trying to help few peeps  out

Maybe you are looking for