Search:

Type: Posts; User: nicool

Search: Search took 0.07 seconds.

  1. Re: Problem with Reading very long line using bufferedReader

    Thanks for your suggestions
  2. Re: Problem with Reading very long line using bufferedReader

    Sorry @all, :-)
    Problem is just because of i forgot to close FileWriter object.....
    Now its working correctly....
  3. Problem with Reading very long line using bufferedReader

    I am reading file line by line using bufferedReader in java.
    My file contains very long lines (about 913434 characters per line).

    FileInputStream inStream=new FileInputStream(inFile);...
  4. Re: Want to make java application available to all user of Network

    Thanks dineshchand
  5. Replies
    4
    Views
    5,209

    Re: How to Run jar file from JSP page

    thanks,

    ok i will try, and get back to you if any problem
  6. Replies
    4
    Views
    5,209

    Re: How to Run jar file from JSP page

    thanks,
    plz have look at this post:
    http://www.javaprogrammingforums.com/java-theory-questions/10801-want-make-java-application-available-all-user-network.html

    Actually i want to make above...
  7. Replies
    4
    Views
    5,209

    How to Run jar file from JSP page

    HI

    i want to run jar file from JSP page.
    I have putted this jar file and related files on SRC directory of my webapplication.
    and i tried this code in my jsp page.


    <%
    Process...
  8. Re: Want to make java application available to all user of Network

    Yes Thanks
    But which server should i use?
    what the first step?
  9. Want to make java application available to all user of Network

    Hi

    Sphinx4 is speech recognition application (Pure java application-only class files-no any GUI). Currently i able to run this application on my desktop by just executing one class file with some...
Results 1 to 9 of 9