Search:

Type: Posts; User: seohulu

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Error Message: Exception in thread "main" java.lang.NullPointerException etc.

    you r missing one line like this

    token = new StringTokenizer(line);
  2. Replies
    7
    Views
    1,405

    Re: CMD line is owning me

    When you are running java in C:\Java,

    you have to make sure that your HelloWorldApp.java must in the path like this
    C:\Java\HelloWorldApp.java ( if the package of HelloWorldApp.java is null)...
  3. Replies
    2
    Views
    1,367

    Re: Working with Apache and .JSP

    Is that "apache web server" or "apache tom cat"? for running JSP , it must to be "apache tom cat".

    please post your code here.
  4. Replies
    4
    Views
    1,111

    Re: Can someone help please?

    You call those 2 static methods directly from another class like this



    try{
    classname.write(s);
    classname.writes(s,s);
    }catch(IOException e){
    //here is how your handle the...
  5. Re: Getting audio stream to play from jar file instead of system directory?

    Is that String music is a path to a music file in local?

    because that you are using "this.getClass().getClassLoader().getResourceAsStream(music)", the music file must be in the local folder where...
  6. Replies
    4
    Views
    1,453

    Re: Stumped by while loop results

    You need to reset your "add" to 0 for each loop, try this:

    import java.util.*;

    public class Chapter5Ex1
    {
    static Scanner console = new Scanner(System.in);

    public static void...
  7. Replies
    2
    Views
    2,084

    Re: File upload problem

    it maybe a problem how your action class handle the exception.
  8. Replies
    0
    Views
    1,120

    this is wayne from acoolme.com

    Love to be in this forum and love to be a java programmer, i have been in java for 10 years. We just build a social application by using java, check out here.

    Acoolme is an Online Marketing...
Results 1 to 8 of 8