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.
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.