Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: epsonic
  • Content: Threads
  • Order by date
  1. epsonic

    LinkedList size

    Hi, I want to store a undefined number of Strings in a LinkedList. Always After exceeding a specific size a "java.lang.OutOfMemoryError" is trown. I tought that one of the advantage using LIsts instead of arrays is because you don't have to specify the size. Thx for any help.
  2. epsonic

    Web-services

    Hi, I have some problems trying to connect over a C# client to a web-service written in java under SOAP/AXIS. The return data type of the web-service is a List. And the return type of my invoke methode is a object[] How can I configure my web-service client to accept such complex types. I can...
  3. epsonic

    Java process control

    Hi, is there a possibility to find out if a process is running or not based on it's name? Note:The process was not started in the same context. The solution must be better than the following: :) Runtime.getRuntime().exec("ps x | grep processname").getInputStream() etc.. Thank you
  4. epsonic

    UDPAppender for Log4j

    Hi, I'm currently trying to use the Log4j UDPAppender in the version 1.3. Here is my Appender configuration: <appender name="UDP" class="org.apache.log4j.net.UDPAppender"> <param name="RemoteHost" value="localhost" /> <param name="port" value="8080" /> <layout...

Part and Inventory Search

Back
Top