Search:

Type: Posts; User: jessie

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    1,389

    Problem running web application with jboss

    Hi,

    I'm trying to run a java .ejb project with jboss. I have deployed my .ear in the jboss/server/default/deploy location. when i run it and try to access the LoginServlet, I get this exception....
  2. Replies
    2
    Views
    3,707

    Re: Help: Executing perl script from java

    thanks a lot. it was not working because there were some warnings. i corrected it and it works.!
    great.!
  3. Replies
    2
    Views
    3,707

    Help: Executing perl script from java

    Hi,

    Im trying to execute a perl script with parameters from my java code. given below is the first few lines.


    try
    {
    p = Runtime.getRuntime().exec("perl...
  4. Replies
    1
    Views
    4,372

    removing stopwords from a word list

    hi,

    i have a word list from which i need to remove stopwords.. i have a stopword list stroed in array a. im reading the array and then checking it with my word list... my word list contains...
Results 1 to 4 of 4