Search:

Type: Posts; User: helloworld922

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    3,336

    Re: playing sound using java

    You must run applets differently than Java applications. If you're using an IDE (such as Eclipse), you have the choice to run a program as an applet or as a Java application.

    Otherwise, create a...
  2. Replies
    6
    Views
    3,336

    Re: playing sound using java

    Applets come pre-supplied with a main method. You shouldn't be trying to create an applet separately. Applets also should be initialized in the init() method, not the applet constructor. Try running...
Results 1 to 2 of 2