How can I create a Java help file (*.hs)?

How can I create a Java help file (*.hs)?

Thanks a lot.
I know it is rather poorly used, but I still need it for our current software
Mit freundlichen Grüßen / With best regards
Hans-Jürgen Hengsbach - Produktmanagement / Product Management (-227)
Von: Peter Grainge [email protected]
Gesendet: Dienstag, 29. April 2014 16:48
An: Hengsbach.Hans-Juergen
Betreff: How can I create a Java help file (*.hs)?
Re: How can I create a Java help file (*.hs)?
created by Peter Grainge <http://forums.adobe.com/people/Peter+Grainge>  in RoboHelp - View the full discussion <http://forums.adobe.com/message/6340535#6340535

Similar Messages

  • How can I share a *.java source file across multiple projects in NetBeans?

    I'm sure this simple and a pretty common operation but how can I share a *.java source file across multiple projects in NetBeans? Right now I keep cut, coping and pasting the same source file between multiple projects to re-use the same code. But I could I make this source file a library file or something like that so that I could access it from any project. I assume this would be a generic operation but I mentioned NetBeans for clarity. Thanks.

    fiebigc wrote:
    I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    >I know I mentioned NetBeans but I'm most interested in the generic method for creating a library of source files that I can call into whatever program I am developing. I've done such a thing in C using header files and such but I'm trying to get a direction on how this is accomplished in Java. I'm sorry if I could edit the title I would. If anyone wants to be specific about NetBeans I welcome that too.
    Edited by: fiebigc on Jun 20, 2008 5:57 PM
    Create a class library.
    Write your code, compile it to .class files, put those class files in a .jar file and include the jar file in the classpath whenever you want to compile a project against it.

  • How can I create an csv/excel file using pl/sql and then sending that file

    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.

    968776 wrote:
    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.You are trying to do it at a wrong place..
    Whay do you want database (pl/sql) code to do these things?
    Anyhow, you may be interested in :
    {message:id=9360007}
    {message:id=9984244}

  • How can I create a java.awt.Image from ...

    Hi all,
    How can I create a java.awt.Image from a drawing on a JPanel?
    Thanks.

    JPanel p;
    BufferedImage image =
        new BufferedImage(p.getWidth(), p.getHeight, BufferedImage.TYPE_INT_RGB);
    Graphics2D g = image.createGraphics();
    p.paint(g);
    g.dispose();

  • How can i  create and access resource file(with .res ext) in j2me

    hi,
    i am developing an mobile international application using jsr-238 an optional api to implement the idea of internationalizationand localization.
    please tell me how can i create .res files in my application to store strings of different languages.thanks inadvance.

    Hello GG RA,
    which fileformat do you want to use (binary or ASCII)?
    There are some LabVIEW shipping examples for File I/O
    You could use the LabVIEW NI Example Finder (Help --> Find Examples..(search item "file")) to get an overview about the different file-formats in LabVIEW.
    Hope this helped out and feel free to reply if you have more questions about File I/O in LabVIEW
    Best regards
    Benjamin

  • How can I reference an external help file from context sensitive help at the control level?

    My goal is to provide context sensitive help for each control displayed on the front panel using a help file created externally. I know that at the VI level I can specify a Help Path; I want the same behaviour for each control inside a VI. I also know about creating a custom control and specifying the Help Path in there, but it doesn't help in this situation, for I have hundreds of controls in my application and I cannot go back and replace each one with a unique .ctl. If I could override each instance of the custom control with unique path data that would do the trick, but that's not how it works.
    Is there a way to add the Help Path information to regualr controls?
    -euge
    ne

    This functionality is not yet built into LabVIEW.
    About all you can do is cut and paste the help for each control into the description for the control. It is tedius but a finite task.

  • How can I create and export a file in 1024x768? Is the size supported in FCPX?

    I'm trying to create a video to export and upload on YouTube, and we want to do it at 1024x768. FCPX does not support this file size. Ideally how can I
    1) Create a canvas size in 1024x768 (or the same aspect ratio)
    2) Export my video at 1024x768 (here it has to be the exact dimensions).
    I feel so dippy, this seems like it should be obvious but I can't figure it out! Closest I've gotten is 2048x1556. Thanks for any help!

    The technique explained in the Creative Cow tutorial works perfectly. I use it all the time for the odd aspect ratios we work in for video walls. It does feel odd working in FCPX without creating a Project (Compound Clips are stored in Events) but hapily you have all the editing capabilities in a Compound Clip timeline as you do in a Project timeline.
    It would be nice if FCPX allowed us to enter custom sizes for Projects like one can in FCP7. But FCPX with this technique actually handles odd aspect ratios better than 7 did. I used to run color shifts and transition problems doing this in 7.
    I once called Apple tech support about the problems in 7 and they told me that although you can enter custom resoulutions in FCP7, Apple doesn't support anything other than standard resolutions. I guess they clarified that position with FCPX.
    Come on Apple (and YouTube and Vimeo.) Not everyone lives in a 16x9 world. My daughter, as do most teens, shoots all video at 9x16. Surely that resolution will soon have to be supported.

  • How can I rewrite the java.io.file class to a custom file class?

    Hi All!
    Im new to Java. Well, I did some experiments with small Applets. Because it is not allowed to use Files in an unsigned Applet, I need to know, how I can manage to overwrite the java.io.File class. The background: I have to port some Applications which need file access into Applets.
    I think it is necessary to create a class with the same signature then the Java.io.File that stores the information in an database on the Webserver or read information from there. Then overload the java.io.File with my custom file class.
    Is this possible and, if so, how?
    Thanks!

    Hi yawmark !
    Thanks for the quick answer! My idea to store the filecontent into a database is caused by the plan to make the application-port independent from the workstation executing it. So it would be a nice feature storing the "files" into a database.
    JavaBeginner2009

  • How can i create a special NLS File ?

    I want to create a special NLS file .
    how can i do it,would you please help me
    and tell me the best way.
    Best Regards
    Mehran Bavand.
    null

    Can you clarify what you mean...

  • How can I Create a Client Configuration File for RemoteApp and Desktop Connection with Server 2012?

    I have a working RDS RemoteApp site and looking to test out the feature in Windows 7 Control Panel\All Control Panel Items\RemoteApp and Desktop Connections
    I came across this link: Create a Client Configuration File for RemoteApp and Desktop Connection and I believe this is what I need to do first, but these instructions are for
    Server 2008, and I'm running 2012.
    Any suggestions or tips on how I can begin testing this with Server 2012?

    Hi,
    You can manually enter the path to the 2012 feed and it will connect and download the RemoteApps and Desktop connections.
    If you need a sample .wcx file I have posted one here a couple of times.  If you want I will look for it and post a link.
    -TP
    I tried adding my URL's below, these are sample links that work for me right now for when I log into the web page, but neither of these work.  And I'm not sure what I would need to do with or how to create a .wcx file.
    When I type in my URL of: https://connect.mydomain.org/RDWeb, I get redirected to: 
    https://connect.mydomain.org/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx

  • How can i run a java class file from shell?

    Hi all,
    I've a .class file named "File" that contains Main method, it is in the package "File2".
    How can I run it by shell command?
    PS: "java -cp . file" doesn't work it launch->
    Exception in thread "main" java.lang.NoClassDefFoundError: File2/File (wrong name: File2/File)
    Thanks in advance.

    Just to understand: is File2 ar jar archive or not? If it is a jar archive, have you tried open File2.jar? If File2 is a directory within the current directory, have you tried java -cp . File2/File? I just tested with a set of classes and it works... Let me be precise:
    * Let us imagine you are working in a directory whole path is PathToDir/
    * in this directory you have the classes put in a directory called File2
    * in order to launch File.class then you would have to invoke :
    cd PathToDir/ (just to be sure)
    java -cp . File2/File
    *if you were to do the following then you would have the problem you describe
    cd PathToDir/File2/
    java -cp . File

  • HOW CAN I CREATE A TEMPORARY .TXT FILE

    I want to create a temporary text file with Oracle forms 6i, I came across Win_API
    but don't know how to use it.

    Use the Forms 6i Help to check out the TEXT_IO package. There are examples that will easily guide you to what you need.
    I've used this package extensively and it works as advertised.
    Ron

  • How can i create or modify a file in my resuorces?

    Hi
    I have a file .txt in my resources.
    I can read this file by the following code:
    InputStream oIS = getClass().getResourceAsStream("/" + FileName);
    How can i modify it?
    Thnks

    The resources in the Jar files are archived, so you cannot modify them(they are read-only). In order to modify data, try to use as storage
    the RMS(Record Management Store).
    So, the steps you have to follow are:
    1. Open your resource file.
    2. Open The Record Store and create a record store for your application.
    3. Read the information from your resource file and put it in your record store.
    4. Close the file and the record store.
    By doing this you create an alias of the file in the record store and you can read/write/modify it.
    You can search the internet for a better solution but you will not find it.

  • How can  I access my java class file in a .jar file ...PLz Help anyone!!

    Hi Folks,
    I am new in Java programming, have a .jar file that contains .java files that I want no access and use from another .java file. These files in the .jar file basically form a library thus have no main-method. However I can not declare an instance of the library (in the .jar file) and use it within my program.
    Plz help ...I have tried all I know in vain.
    Thanks.

    temba wrote:
    Hi Folks,
    I am new in Java programming, have a .jar file that contains .java files that I want no access and use from another .java file. These files in the .jar file basically form a library thus have no main-method. However I can not declare an instance of the library (in the .jar file) and use it within my program. You are making little sense. You can't instantiate .java files.
    Plz help ...I have tried all I know in vain.
    Thanks.Could you post WHAT you have tried and also post what error messages you received?

  • How can I create a mono audio file?

    I'm trying to run the Zerius vocoder program, but even if I select the mono input and record audio through the computer, it exports it as stereo. Is there a way I can save a file as mono so I can use it with Zerius? Thanks!

    thanks for your reply.
    for instance exist a nls for english language
    and others nls regarding to others languages.
    now i want to create a nls that a little varied with arabic language(for instance persian).nls is a binary file that can't changed.i know firstly must have a file with extention of NLT for arabic language and change some characters so compile it with a compiler .so it generate a NLS file
    that have my special character(fonts).
    if you need more inormation reply to me.
    so thanks .
    null

Maybe you are looking for