Can i open winamp using java?

hi frnds,
i want to know how to open winamp using javacode.......
Thank u.

JDIC
https://jdic.dev.java.net/
"This incubator project hosts the API to control the native music players, e.g. Winamp, Rhytmbox, iTunes, etc."
https://jdic.dev.java.net/incubator/mpcontrol/index.html

Similar Messages

  • Open winamp using java

    hello,
    can i open winamp using java code?
    pls help me,
    thankyou

    http://forum.java.sun.com/thread.jspa?threadID=5234858&messageID=9961637#9961637

  • Help--How can I open only one java program at one time?

    How can I open only one java program(same program) in Windows at one time?

    In Java 1.5, you can use the JVM's own monitoring APIs to examine what other JVMs are running on the system, and what applications they're running.
    It's general and powerful, but complex. The socket/file/whatever approach is cleaner, and probably more suited to your usage.
    Don't bother trying to use the Windows task manager for this sort of thing. You have to write messy native code, and it isn't reliable after all that anyway.

  • I can not open documents using adobe reader because I have to accept "end user agreement".  How do I get to agreement?

    I can not open documents using adobe reader because I have to accept "end user agreement".  How do I get to agreement?

    thx but the only thing that happens when I open Adobe Reader is that a small icon appears in the bottom-line. There is no dialogue box where I can accept!

  • Can I open and use a downloaded Excel Spreadsheet?

    Can I open and use a downloaded Excel Spreadsheet?
    <Re-Titled By Host>

    LibreOffice will not run Excel macros (read below) without some work, it's not a good solution, I also do not think that the free online version of MS Office (comes with OneDrive) has VBA, so no macros there either.
    Bottom line is if you want to run macros from Excel, you'll need Excel. Preferably the Windows version (the Mac version may be better than Pages, but it's a toy in comparison to the real Excel)
    Macros in Microsoft Office and LibreOffice
    With a few exceptions, Microsoft Office and LibreOffice cannot run the same macro code. Microsoft Office uses VBA (Visual Basic for Applications) code, and LibreOffice uses Basic code based on the LibreOffice API (Application Program Interface) environment. Although the programming language is the same, the objects and methods are different.
    The most recent versions of LibreOffice can run some Excel Visual Basic scripts if you enable this feature at LibreOffice - PreferencesTools - Options - Load/Save - VBA Properties.
    If you use macros in one of the applications and want to use the same functionality in the other application, you must edit the macros. LibreOffice can load the macros that are contained within Microsoft Office files and you can then view and edit the macro code in the LibreOffice Basic IDE editor.
    You can choose to preserve or delete VBA macros
    Open a Microsoft Office document that contains VBA macro code. Change only the normal contents (text, cells, graphics), and do not edit the macros. Save the document as a Microsoft Office file type. Open the file in Microsoft Office, and the VBA macros will run as before.
    You may delete the VBA macros from the Microsoft Office file on loading or on saving.
    Choose Tools - Options - Load/Save - VBA Properties to set the VBA macro handling of LibreOffice.

  • I bought Reveal Sound's Spire Synthesizer, can't open and use the plug-in nor type in my license key? Why doesn't it work?

    I validated it with the Audio Units Manager and everything was successful.
    Still i can't open and use it?
    Im really frustrated about this. Since it cost me more than 100€ to buy this synthesizer.
    I want to use it and i thought it would be simple to do, but it seems to be the hardest thing ever..
    I deeply hope someone can help me!?

    As you dont say what happens when you try to open it... I'm assuming you cannot find it.... which means you might be looking in the library for it and it will not be there..
    1) In Logic's Prefs turn on all the advanced tools. Now Logic will work in full 'Logic Pro' mode with all features available... and not the cutdown 'Garageband Pro' mode..
    2) Create a Software Instrument Track, unchecking Open Library... If you cannot see the Open Library check box click on Details...
    3) Click on the Instrument Button for that track in the channel strip
    4) Look for the AU Instrument section of the popup menu that will appear..
    5) Find Spire listed there.. Click on it...

  • I just install LRCC completed but can't open for use.

    I just install LRCC completed but can't open for use.

    We have several PC's in the union office. As a test I got on the one Mac (in fact I'm on it now). Disconnected the network cable and got to this page via the wireless connection.
    I am the computer guru for the union (but there is a network guy). This computer is connected to the same network, same password, nothing special.
    I added the iPhone MAC address to the router just this morning. I got on the first web page I went to but that was all it did all day.
    Rebooted the router twice and unplugged and reset once.
    Mike

  • HT4283 Can I open and use pages on a Microsoft PC

    Can I open and use pages on a Microsoft PC or open word.docx on pages or iPad

    Pages is available for MAC OSX and iOS, it doesn't run on windows at all. You can, however, use the iCloud version from within your browser (www.icloud.com, assuming you have set up an iCloud account).
    Pages will open an MS word document, but converts it to Pages format. It can be reconverted to Word upon export, but some functionality may be lost (going either way).
    You might fnd these links useful:
    http://www.apple.com/support/ios/pages/
    http://www.apple.com/support/icloud/iwork/

  • "Open In Excel" button inside the Xlviewer.aspx page return Error and I can not open excel using local office

    Inside the xlviewer.aspx page when I click on "Open In Excel" at first I receive this Error: 
    Some files contain viruses that can be harmful to your computer. it is important to be certain that this file is from a trustworthy sourceDo you want to open this file?
    Then, When I click on Yes, the second error message(below) shows and I can not open Excel using my local Excel Application.
    This action couldn't be performed because office doesn't recognize the command it was given.
    I should notice that the application is published under the HTTPS protocol.
    It is just working with IE 9.0. Neither Chrome nor IE after 9.0.

    Sure. I posted here since I suspect that the lastest upgrade may have a bearing on it.
    What do I need to move it over to Number and Lion?

  • How to open MSWORD using JAVA/JNI and write the database entries into WORD

    Hi..
    I am searching for java codes that uses JAVA NATIVE INTERFACE (JNI) for opening MSWORD 2003.
    To be brief.
    I created HTML form called Employee_data.
    if i click on Submit button a word document should be opened.This should be using JNI.
    I have also created a servlet in jsp to process the form data and store it into database(mysql).;
    Please help me to find the codes to open MSWORD on submit click and to write the database entries into word file.Can i get the full code for that.This is so urgent.
    Thanks in advance.

    Hi Suresh,
    The easest solution I can think of is to copy the math equation from the PowerPoint then paste in the Word document directly, there's actually no way to convert it to plain text, some equation is very complext, String variable is not suitable in this case.
    For example, this code works fine:
    var powerPoint = new Application { WindowState = PpWindowState.ppWindowMinimized };
    var oPresSet = powerPoint.Presentations;
    Microsoft.Office.Interop.PowerPoint._Presentation oPres = oPresSet.Open(@"C:\test.pptx", MsoTriState.msoFalse, MsoTriState.msoFalse, MsoTriState.msoFalse);
    var strObj = oPres.Slides[1].NotesPage.Shapes[2].TextFrame2.TextRange.MathZones.get_MathZones();
    strObj.Copy();
    Microsoft.Office.Interop.Word.Application wordApp = new Microsoft.Office.Interop.Word.Application();
    wordApp.Visible = true;
    Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Add();
    doc.Range(0, 0).Paste();
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Open Quark using Java

    we are trying to open a quark file thru java in Mac OS 9.2
    the following are the commands we are using but this is throwing an exception
    "com.apple.mrj.macos.toolbox.MacOSError: (error: -43)"
    String[] commandLine = { "open", "123.qxd" };
    Process process = Runtime.getRuntime().exec(commandLine);
    The following Applescript is working fine in apple script editor but how can we incorporate this in java.
    tell application "finder"
    open file "123.qxd"
    end tell
    please let us know ASAP as this is an urgent assignment.

    AppleBhava...
    Sorry, what little I know may be a dangerous thing...
    If it is a valid Java command you may have to rename it to .jar. Other than that you may have to make an applet. Look over "About Apple Applet Runner" Readme.
    ...Ron

  • Can't open google using any browsers in mac

    Recently I can't open google and any google related websites like google translate using my macbook pro.
    I have tried different browsers, like firefox, safari and google chrome. None of them works.
    Also, I tried different network. I have tried to open google under my home network, my office network and other public networks. None of them works.
    And I have tried using Network Utility to tracerout. It can't stop and keep tracing. Shown as below.
    I have been struggling with this problem for couple of days.
    Can anyone help me?
    Thanks a lot!

    DNS Information - Check to see if an extra entry is present in the DNS Tab for your wireless connection (System Preferences/Network/Airport/Advanced/DNS).Delete all extra entries that you find.
    Place a check mark next to "Remember networks this computer has joined."
    Non-responsive DNS server or invalid DNS configuration can cause long delay before webpages load

  • Can I send email using Java from my localhost(Tomcat) with Internet connect

    Hi friends,
    Please tell me can I send email from my localhost (Tomcat) using Java when my computer is connected to Internet?
    I don't have any SMTP username or password or the like, as I found in some codes available in net.
    Please suggest and any simple code if possible.
    Please don't send me the link of JavaMail API to read.
    ---Sujoy

    Thank you for the link. Though I have not tested the provided code, I will test it.
    --Sujoy                                                                                                                                                                                       

  • Can i generate certificates using java api

    can i generate certificates signed by my private key using java API.
    I found cetificatFactory must generate a certificate from a file,
    but how can i generate this file?
    Thanks

    visit :
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/jarsigner.html
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html
    u can create ur own certificate
    Edward

  • OPen Notepad using  java

    I have a simple java program.
    Which containes a string variable str = �hai�.
    I opened notepad from this java program.
    After the notepad is opened it should contains the text �hai�.
    How to do it.?
    I did it but nothing is displayed.my code is �..
    I opened notepad using : Process p=Runtime.getRuntime().exec(�notepad.exe�);
    I obtained an output stream to this subprocess as : p.getOutputStream()
    I send it to BufferedOutputStream as : BufferedOutputStream bos=new BufferedOutputStream(p.getOutputStream());
    Now I convert the str into bytes and send (write it) to notedpad as : bos.write(str.getBytes());
    But it doesnot display anything.
    thanks in adv.

    if possible please reply. i want to open a
    notepad and send some data to notepad thats all the
    matter.It might be possible - but you'd be better off asking in a microsoft forum. (or take everyone else's advice and spend the 10 minutes writing a tiny swing app to do this.

Maybe you are looking for