Is there any java API throgh which My program can get harddisk,cpu ID adres

hello
Is there any java api throuh which i can get hard disk and processor serial numbers.
i have already use
process p=Runtime.getTime().exec("cmd command");
please other than this send any java api, progamming technique that remain same on all plate forms
advance thanks
best regards

>
Is there any java api throuh which i can get hard disk and processor serial numbers.
i have already use ..>1) What business is that information to your app.? Or to put that another way. Why do you want to know?
2) Those words are 'Java', 'API' and 'I' (which is always upper case).
3) One upper case letter should be used at the start of each sentence, not just once at the start of a post.

Similar Messages

  • Is there any Java API equivalent to Javascript eval() method?

    Is there any Java API equivalent to Javascript eval() method?
    Regards
    Rakesh

    No there isn't however you can use Jython (or another scripting language of your choice) to reproduce this functionality.

  • Is there any Java API to interact/integrate with Adobe LiveCycle Policy Server

    Hi,
    We are already using Adobe LiveCycle Policy server & has manual process in place to send documents to clients.
    Going forward we want to automate this document generation process. We are using Java, JEE in our application.
    We are planning to use below steps to automate this process.
    1) Administrator will create a Template in Adobe Policy Server and will map users intended to receive mails with this template
    2) Our application will interact with Adobe Policy Server and use Template ID to generate PDF document and send mails to client.
    Can anyone please let me know if there is any Java API which can be used to perform the above second step.
    Thanks a lot for your help.
    Best Regards - Roy

    Hi Steven,
    What you refer to is PDF Generator version 7.x Postscript edition.
    In version 7 of the product there were 3 editions:
    1. PDF Generator Professional
    Create PDF files from a wide range of source files:
    Print (PS, EPS, PRN)
    Image (JPG, GIF, BMP, TIFF, PSD)
    Standard office formats (DOC, XLS, PPT, WPD, MPP)
    Text (TXT, RTF)
    Web (HTML)
    Design files (DWG, VSD)
    Generate all types of Adobe PDF file formats:
    PDF 1.3, 1.4, 1.5, 1.6
    PDF/X-1a and PDF/X-3 for prepress document exchange
    PDF/A for archiving with easy search and retrieval
    Searchable PDF files from images
    Convert PDF files to:
    HTML documents
    Text (TXT, RTF, accessible)
    Images (TIFF, PNG, JPEG)
    Print (PS, EPS)
    2. PDF Generator Elements
    Create PDF files from a wide range of source files:
    Print (PS, EPS, PRN)
    Image (JPG, GIF, BMP, TIFF, PSD)
    Standard office formats (DOC, XLS, PPT, WPD, MPP)
    Text (TXT, RTF)
    Web (HTML)
    Design files (DWG, VSD)
    Generate all types of Adobe PDF file formats:
    PDF 1.3, 1.4, 1.5, 1.6
    PDF/X-1a and PDF/X-3 for prepress document exchange
    PDF/A for archiving with easy search and retrieval
    Convert PDF files to:
    HTML documents
    Text (TXT, RTF, accessible)
    Print (PS, EPS)
    3. PDF Generator Postscript
    Create PDF files from a wide range of source files:
    Print (PS, EPS, PRN)
    Generate all types of Adobe PDF file formats:
    PDF 1.3, 1.4, 1.5, 1.6
    PDF/X-1a and PDF/X-3 for prepress document exchange
    PDF/A for archiving with easy search and retrieval
    So basically what you have is the very limited edition, doing exactly what you said. For more functionality you should opt for one of the other editions (that for version 7.x)
    Today's version is the newer LC PDF Generator ES. You can look for its specifications at http://www.adobe.com/products/livecycle/pdfgenerator/
    Thanks

  • Is there any java API available to make call to 11g Composite Service?

    Hi All,
    How can I make a call to 11g Composite from java? Is there any java client API available for this?
    Thanks,
    Vidya

    Sure there is a way.
    Here is a documentation link:
    Link: [http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/invocapi.htm#CHDBBBBC]
    Adam

  • Is there any java api available to get the process identifier ?

    Hai,
    I am in need to get the process identifier of a running process.
    Is there any API available or any shell script which can be used in exec command
    to get it.
    Thanks in Advance.
    Kavitha M.

    Hint: Don't use the exec command! This would spawn off a new shell with a different PID. You might want to look at JNI (Java Native Interface) to attach a piece of C code to your Java application that can find out the PID.

  • Are there any JAVA APIs that control usb ?

    i can't find any document JAVA APIs that control usb�C
    help me !!

    I think there is an API planned. But I think it is still in the specification state. Search the developer connection.

  • I got a new iphone- went to sync with itunes just to get music and it restored my phone to my old phone's settings. Lost everything I put on it this weekend (including ALL my pics). Is there any way to unsync it so I can get all of that back?

    I got a new iphone- went to sync with itunes just to get music and it restored my phone to my old phone's settings. lost everything including ALL of my pictures. Is there any way to unsync my phone so I can get everything back?!!! please say yes!!!!

    In short. No, you cannot unsync.  If you had a back up from your old iPhone you cand restore from a back up.
    In iTunes go to Edit > Preferences > Devices > and select the latest back up. 
    Before you synced your phone did you have it set up with the PhotoStream or iCloud? The pictures would be saved there.  Or if you had them sync to a file on your computer.

  • Is there a Java API for Tree data structure?

    Hi,
    I am wondering is there any Java API to work on Tree based data structure.
    I could read in some forums / sites that teach me how to create tree based objects using collection.
    But I wanted to know is there any core java API that can be used directly for tree based operations. (like binary tree or other type of trees)
    Please comment on this doubt.

    Headed using google and other stuff not found one.
    Suggestion: Why not start building the one, its a good idea to do that, isn't it.

  • Any Java API for dumping database?

    As far as I know, the normal way to dump a database is to execute some command on the console.
    Is there any Java API for dumping a database, so that the operation can be wrapped in the code?
    The database system that I'm using is MySQL. Please help. Thanks!

    By "dumping a database" I mean exporting data in the database into a text file, as a backup, that can be used when restoring the database. For example, in MySQL, I can run "mysqldump" on the command line to dump the database into a file.
    So far I still have no idea how to do this using JDBC or any other Java API. Please help!

  • Are there any Java Ogg Vorbis API's or examples

    I'm currently involved in a project where in we need to record the audio from a mic encode with vorbis, then put it in Ogg container, and then make it as RTP packet and transmit over Darwin Streaming Server.
    Till now we were using JMF with available codec's, since JMF handles the RTP part life was pretty much easy using it. Now we want to use Ogg Vorbis because of its adv's.
    So in this process my first step would be to capture audio and compress it with vorbis. My search for the appropriate API was not successful as I could only find Decoder(Jorbis) in Java but not the encoders.
    I've downloaded the libvorbis and libogg but the code examples were in "C" language.
    Are there any resources in Java(API,examples) which would do help me in achieving this.
    -Vithal

    Hello,
    I would like to know if you found the java ogg encoder example.
    I would be very gratefull if you coud share it with me.
    Thanks.

  • Is there any Java Mail API to get the delivery mail status

    My requirement is to capture the delivery mail status that is being sent via my application. Is there any Java Mail API or any other way to do this.Kindly guide

    Yes, you can use the [UTL_HTTP Package|http://www.oracle.com/pls/db102/to_URL?remark=ranked&urlname=http:%2F%2Fdownload.oracle.com%2Fdocs%2Fcd%2FB19306_01%2Fappdev.102%2Fb14261%2Fpackages.htm%23sthref1930]

  • Are there any Java classes  which generates UI Maps based on UI Hints

    Hi,
    I would like to know how UI Hints work and how UI Maps are generated based on UI Hints.
    Are there any java classes behind?

    Can someone help me on how to do this?

  • Is there any java library like MSDN

    is there any java library like MSDN ? probabily you will say java docs .....but java doc dont show any example code.
    MSDN gives syntax+example code almost everything.
    java docs gives the syntax ....but they dont carry example codes. I have downloaded java docs.
    what you people use ? is there any other better thing ?is there any java library which carry example code along with syntax?
    plz share your experience
    thanks

    is there any java library like MSDN ? probabily you
    will say java docs .....but java doc dont
    show any example code.For TONS of examples try here
    It also has very detailed explanations with these examples as to why they work (or don't work, if that's the case).

  • Is there any separate api to access emails in windows mobiles

    is there any separate api to access emails in windows mobiles

    Of course there is an API to repository objects, and the SUN/iPlanet people are using it. Also in past times Forte-partners have used it. You can see the classes when you set certain cfg. flags. The problem is, there is no documentation about that API provided by SUN. If you find an expert within the community (who is not bound by a non disclosure ), it will be rather easy to set up C++ wrappers to integrate with an external (non TOOL) application.
    We feel a need for documented access to the repository objects as well, as that would make several tasks of development automatization and integration with other development tools (Forte for JAVA e.g.) more straight forward.

  • Is there any java runtime for this pocket PC?

    Hello all,
    Is there any java runtime/compiler for compaq pocket pc with ARM SA1110 processor??
    Can i use the personaljava Version 1.1, Beta 1 ??
    Is it possible to run XML api on pocket pc with the above config?
    Thanks.

    You can also use the kXML parser from the Enhydra organization (http://kxml.enhydra.org/). This is a package of XML parsing and DOM generation utilities specifically designed to run on small devices. Note, however, that to make it efficient for small devices, they are not W3C compliant.

Maybe you are looking for

  • Reports 3.0 Problem

    Recently I have converted all my reports in Reports2.5 to Reports3.0. After conversion I find most of the reports are not getting printed on the printer when I mention any custom page size. Now I can not go back to 2.5. Pls help. Thanks. Asish

  • CMS system remote connection going LIVE question

    Hi, we are starting CMS functionality in our SD module. CMS (Credit Management System) works remotely by an XI connection. When we switch to use CMS in production system, we have to transfer all opened orders (not yet invoiced) to CMS system. How can

  • Why wont my 5th generation charge?

    I have tried different outlets and the laptop. But the ipod just has a empty battery and says to plug in charger. Does anyone know if there is a defect with the ipod or is it the charging cord? Help please

  • SHOW ALL in sqlplus

    Hi, http://download.oracle.com/docs/cd/B28359_01/server.111/b31189/ch12041.htm#i2699447 SQL*Plus® User's Guide and Reference Release 11.1 Part Number B31189-01 SHOW ALL Lists the settings of all SHOW options, except ERRORS and SGA, in alphabetical or

  • Changing variable in JSF and passing it to bean

    hi, i want to list a table content(this is ok) and i want to create command links(Delete) for all rows so that users can delete rows that they want.For this i used a datatable.To delete a row, i have String deleteCountryByIndex() method in the bean.I