Search:

Type: Posts; User: dEvilKinG

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    1,383

    Looking for a java dev(Easy task)

    Hey i've found this tcp proxy https://github.com/terma/java-nio-tcp-proxy .

    What i want is: to add an extra value in config for each proxy (changed) so if the program is already running and i...
  2. Thread: Tcp proxy

    by dEvilKinG
    Replies
    1
    Views
    9,581

    [SOLVED] Tcp proxy

    Hey is there any open source tcp proxy out there? I've searched for an hour but didn't find anything..
  3. Replies
    6
    Views
    1,024

    [SOLVED] Re: linkedlist concurrentmodificationexception

    Okay i got it thank you :)
  4. Replies
    6
    Views
    1,024

    [SOLVED] Re: linkedlist concurrentmodificationexception

    int currentX, currentY, currentZ;
    ListIterator<AbstractNodeLoc> middlePoint, endPoint;
    AbstractNodeLoc locMiddle, locEnd;
    boolean remove;
    int pass = 0;
    do
    {
    pass++;...
  5. Replies
    6
    Views
    1,024

    [SOLVED] Re: linkedlist concurrentmodificationexception

    java.util.ConcurrentModificationException
    at java.util.LinkedList$ListItr.checkForComodification(Unknown Source)
    at java.util.LinkedList$ListItr.next(Unknown Source)
    at...
  6. Replies
    6
    Views
    1,024

    [SOLVED] linkedlist concurrentmodificationexception

    I was using javolution before but my team decided to drop it. Since then we got a concurrentmodificationexception on
    "LinkedList<AbstractNodeLoc> path = new LinkedList<>();" if i revert it to...
Results 1 to 6 of 6