Using HTMLConverter tool to generate Object-id

Hi,
I want to generate a unique class-id for an applet I have coded. The object then has to be used in a HTML page.
Can anyone describe the entire process of how to go about this?
Thanx in advance.

Go to bin Directory of JDK.
There will be "HtmlConverter.bat" open it in GUI mode by using folowing command at comand Prompt.
"c:\jdk1.3.1>HtmlConverter -gui"
Browse the file & submit there will be converted file in the same directory.
PS: Do take backup of the old file.
Vipin
Need any more help
mail me : [email protected]

Similar Messages

  • Tool to generate object types being worked upon by team members

    do we have any table in sap where in all the data regarding the user along with the objects worked upon by him are stored?
    thanks'
    jai

    You don't want to be spying on your people, do you?
    Each object together with creator/changer information is stored in different tables, so quite a tedious task. The closest I can suggest is table VRSD for version management, try typing in your name as AUTHOR and a narrow date range in DATUM, it should show you the stuff that you changed and released recently.
    Thomas
    P.S. TADIR shows only the "person responsible", usually the original creator of the object

  • How To Generate Objects From XML and DTD?

    Are there tools to generate objects from dtd's and xml files?
    If this is not possible for some reason: is there a tool to generate classes from a dtd?
    I can not find the "XML Java Class Generator" (from oracle) anymore.

    XMLBeans
    There are other solutions, but I know this one is pretty good.

  • In version 5, how do I use the selection tool to move objects?

    I can use the selection tool to select objects, but when I try to drag it, nothing happens. My workaround is to use the selection tool to select an object, and then use the transform tool to drag the object into its new position. Any help is greatly appreciated.

    is your object locked?
    Message was edited by: lilia@
    ... or perhaps your clicking on the content grabber?

  • How to use bone tool without getting my vector/object distort?

    Wish to get some help here. I drawn my human body figure using pen tool. I connect the bone tool directly without separating the part of (hand,legs and head) into symbol. After that, I try to move the hand but it get distort. Not just the hand but the body and head also getting distort as well. Do we need to necessary convert the body parts to symbol first before connecting the bone? Thanks.

    > So, is it right if I say that the services available in the backend are already implemented? And just creating an endpoint for them would make them ready for use?
    Yes: kind of instant services 
    > Also if I consume a service, say, 'CreateSalesOrder_In' for example, will it create entries in all my Sales order relevant tables (VBAK, VBAP) automatically using a BAPI internally?
    The service has the task to do all necessary steps, whether with or without using a BAPI.
    > Actually,  I have these doubts because during my time at SAP Labs (for the composites team in BusinesByDesign), I used to create business objects in the ESR and create an implementation for the same in the backend using BOPF. But now, in the customer scenario, where a full fledged ECC implementation is used, I am unaware as to how the services would update the tables or even read the relevant data.
    My consumer view on aservice is that I do not have to know how the service works, just need to know how to call it.
    Regards, Boris

  • Why in Ai CC 2014, when I use a pathfinder tool on two objects, their anchor points snap slightly off from where they were? I'm looking under all the snap to options under VIEW & cannot find the culprit. Please help!

    Why in Ai CC 2014, when I use a pathfinder tool on two objects, their anchor points snap slightly off from where they were? I'm looking under all the snap to options under VIEW & cannot find the culprit. Please help!

    You're welcome.
    There are a couple of issues connected to it:
    http://www.vektorgarten.de/problems-align-to-pixel-grid.html
    I don't think that list is complete

  • Dark path's edges after using shape builder tool or masking objects

    hi,
    i have a problem with path edges after using shape builder tool or masking objects. This problem occurs when i draw bright colored objects above dark colored object. After that i have dark path's edges. Like this: http://img94.imageshack.us/img94/2051/dlm2.jpg     
    I have one solution (pathfinder->dive objects and delete some dark elements on the bottom) but maybe someone know another solution for this problem?

    Thank you for reply
    Unfortunately, I don't have opportunity to print it, but as you wrote, it must be a screen artifact. I exported this file to tiff, then i opened it in photoshop. Everything is ok. All of the edges are clear.

  • How to do Indepth table analysis without using any tool

    Is there anyway of indepth analysis of tables of a database without using any tool, i.e. by means of sql's, pl/sql's only.
    My database has around 800 main tables which have several other related relational tables(objects relating 2 tables on basis of OTO, OTM, MTO, MTM object relationship) and several dependent views(made from among the 800 base table only).
    Currently database is indexed, has joins and views, all in working scenario but yet do not gauranty consistent behaviour.
    My sole purpose is to analyse all main tables (around 800 of them) in my database by running scripts and prompt errors, warnings, exceptions wherever table needs indexing or change of joins(eg - from cross to inner,etc. ) or check inorder to avoid table full scan for related relational tables and dependent views.
    My databse is Oracle10g.
    Please do revert for any doubts.

    My sole purpose is to analyse all main tables (around 800 of them) in my database by running scripts and prompt errors, warnings, exceptions wherever table needs indexing or change of joins(eg - from cross to inner,etc. ) or check inorder to avoid table full scan for related relational tables and dependent views.There are no tools which can tell whether your table needs indexing or whether you need to change joins methods, by just looking at your database. At most, you can get an idea about the missing indexes in case of a parent-child relation. Everything else, falls under application tuning - which involves sql tracing, profiling etc.
    If you cannot trace individual sessions, then you are better off monitoring the database with statspack/AWR (if licensed). Generate reports at frequent intervals, look at the resource consuming SQLs and have a discussion with dev team to fix them, whenever possible.
    EM can also be used for SQL analysis.

  • Tool for generating ER diagrams

    Hi ,
    I need a free tool for generating ER diagrams.
    Using Tool TOAD i can do but, i Have 1000 objects in one schema where i need to generate er diagrams by grouping 10 objects at a time. to do so i need to uncheck the remaining Objects manually.
    in additional TAOD is taking more time for generating er diagrams.
    Please help me in this regard.
    Thank You.
    Rajini

    Try SQLModeler (see the SQLDeveloper web site on OTN).

  • Is it possible to re-use Unix tools?

    Hi I have done some programming in C on Linux, lately I had some ideas for Mac apps and now I had some questions...
    I suppose I'll had to learn Obj-C and Cocoa as that's the standard tool for programming on Mac? Now, what about Unix tools it came with, can I reuse it to some degree? I believe some GUI Tools that OS X came with reuses stuff from Darwin... like how Disk Utility uses diskutil...
    So I am wondering, if I want to start programming, what should I learn first? As I said I am comfortable with C and coming from Linux background, I know a fair a bit about Unix, shell script, cron jobs, etc... but I like to know what's the way to make GUI Apps on OS X that possibly reuses functionality from Darwin Unix tools? Like, does Cocoa provides this functionality or?
    And I do have set aside some money to invest in a Cocoa book or something.
    Thanks.
    Message was edited by: Sunnnz
    Message was edited by: Sunnnz

    Sunnnz,
    One option is to use standard C calls to execute other command line tools, such as system(), fork()/exec(), popen()/pclose().
    But if your intent is to build full fledged GUI applications then you probably will need to learn some of the other APIs and frameworks. Cocoa gives you NSTask that wraps much of the complexity of executing other tools into an Objective-C class.
    AppleScript (using Script Editor) provides a "do shell script" command that can be used to execute shell scripts or command line tools from within your AppleScripts. However, plain vanilla AppleScript doesn't give you very much versatility for creating a GUI interface for your application.
    But, you can also use AppleScript Studio (within Xcode). AS Studio merges AppleScript with Cocoa interface components and allows you to easily create fairly complex GUI applications that wrap calls to command line tools (using "do shell script").
    One drawback of using "do shell script" within AppleScript or AS Studio is that you can't create an interactive session with the tool you launch. In other words, "do shell script" expects the tool it runs to run to completion before the "do shell script" call returns control to your AppleScript. In many cases this is not a problem since you can pass the tool or shell script all the command line options it needs and then get the result of the execution back into an AppleScript variable. But if your app truly needs to interact with the other process while it's running then you'll have to use something like Cocoa's NSTask or the lower level C functions mentioned above.
    Steve

  • Error while generating .plx from .pll using Forms 4.5 Generator

    I get frm-30312 error while trying to generate .plx from .pll
    using Forms 4.5 Generator. I have both Oracle 8i and Oracle 7 on
    my computer. I work under Windows 2000 with Service Pack 1.
    Could anyone help my with this bug? Forms 6i Compiler generates
    .plx but Forms 4.5 Generator fails.
    frm-30312 "Could not compile library."
    Raimundas

    Hi Kuldeep,
    The WSDLC task which you are using in WLS8.1 ehich is not correct..."weblogic.wsee.tools.anttasks.WsdlcTask" The above taskDef is present WLS9.x Onwards.
    Please use the following Task for WLS8.1 (http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/webserv_ref/anttasks.html#wp1075710)
    <wsdl2service
    wsdl="wsdls/myService.wsdl"
    destDir="myService/implementation"
    packageName="example.ws2j.service"/>
    Thanks
    Jay Sensharma
    http://jaysensharma.wordpress.com/webservices/ (WebLogic Wonders Are Here)
    Edited by: Jay SenSharma on Feb 16, 2010 1:30 PM

  • Convert photos using the Tools Photoshop Imagine Processor (Photoshop CS 5)

    All of a sudden, I am having issues when I attempt to convert photos using the Tools > Photoshop > Image Processor option in Adobe Bridge.  I used this methodology in the past and the conversion to JPG or TIFFs would fly with no interruption.  Now I am getting now getting getting dialog boxes with "New Snapshot" in the title,  I click OK, then get a message, "The command "Feather" is not currently available," I click "continue, and gert a "New Layer" dialog box, I click OK, and  get a "Fill" dialog box, I click OK and the JPG or Tiff is then generated.  This series then starts over on the next photo to generate.  I am using Photoshop CS5 on a MAC.  I did uninstall and re-install Photoshop l, but I am getting the same series on messages.  Any suggestions?  Thanks

    It sounds like you have an action running when processing the photos
    Look at the bottom of the image processor dialog and and see if Run Action is checked

  • Pdf file designed using IREPORT tool. when i preview in adobe reader bold fonts displaying correctly,but same file in mozilla adobe plugin displays fonts unbold

    I have designed a report using IReport tool with some text as BOLD, which generates report in PDF format. when i open the file with Adobe Reader IX it opens perfectly.
    but the problem is when i open the same file in mozilla add-on "Adobe Reader 11.0.3.37" and in previous versions it does not displaying the bold fonts.

    Is there a non-confidential example of this PDF that we could view?

  • Do I have to use deployment tool to build my ear/jar/war ?

    Hi !
    I have a ear application, which is developed in JBOSS+Tomcat.
    I want to port this into iPlanet sp3 test drive. Do I have to use the
    deployment tool to generate the uid and isa xml files ?
    Can I edit it manually ? cause I have problem to resolve my almost 100
    jsp/html/img files. And even if I do, it always tells me "missing xml
    files".
    Thanks,
    H.H.

    Hi,
    If you are good at XML then please go ahead and build the required XML
    files. If not, it's always better to use the deployment tool bundled with
    iAS or use Forte For Java 3 Enterprise Edition to deploy the application.
    Please do not use JDK other than the one provided with iAS as it may not
    produce the correct results. However you can use JDK 1.3 to build your
    application but your app server doesn't run on JDK 1.3. Again, some of the
    functions may run and there is no guarantee to work, the tech support may
    refuse to support on your application if you use JDK 1.3. Hope this helps.
    Regards
    Raj
    I will try again, and do you have any suggestions for the "missing xml
    files" ?
    Also I rememeber seeing one of your post somewhere metioned that ias
    doesn't
    work with jdk1.3 ?
    do you have any suggestions if we are using some 1.3 functions such as
    TimerTask ?
    Thanks
    Brandon wrote:
    Hi !
    I have a ear application, which is developed in JBOSS+Tomcat.
    I want to port this into iPlanet sp3 test drive. Do I have to use the
    deployment tool to generate the uid and isa xml files ?
    Can I edit it manually ? cause I have problem to resolve my almost 100
    jsp/html/img files. And even if I do, it always tells me "missing xml
    files".
    Thanks,
    H.H.

  • How can i use gradient tool in Illustrator

    Hello,
    I am trying to use gradient tool in illustrator.
    My image is active but how can i start using gradient tool.
    I clicked the tool and tried to drag with my mouse but, i can not activate the tool itself.
    Can any one help me, I am using CS4 extended with Mac.
    Thank you very much.
    Steve

    First in order to use the gradient tool you must have a gradient fill applied to an object not an raster image it can be a vector illustration..
    Select the object or objects or groups of objects
    Now click on the gradient bar in the Gradient Panel while the object(s) are still selected that will fill the object with the default gradient.
    You can also use a gradient swatch in the Swatches panel, you can make a gradient swatch as well.
    Now your object(s) is filled with the default gradient fill.
    Now in the tool panel select the gradient tool this will allow you to control the way the gradient is oriented and applied to the object.
    Now you can change the colors and add colors to you gradient by clicking on the color markers below the gradient bar which will bring up the color or swatches panels.
    Now finally and this is the most important factor to consider you have to purchase a book and or tutorials and the book that will probably do you the most good at this stage is Mordy Golding's Real World Illustrator CS 4 this you shoud do before you go any further. Honest.

Maybe you are looking for