Search:

Type: Posts; User: hamsterofdeath

Search: Search took 0.12 seconds.

  1. let first thread through, the rest has to wait

    how can i achieve this behaviour?



    lockhere(); // this call should not block the first thread, but any that follows. this can be achieved using a simple Lock.
    if (iAmTheFirstThread)
    {
    ...
  2. Replies
    4
    Views
    2,202

    Re: NEW WITH JAVA AND THIS FORUM

    start with intellij or netbeans. eclipse is a peice of random stuff thrown together
  3. Replies
    5
    Views
    11,065

    Re: where on earth is wscompile.exe

    jax-ws -> wsimport
    jax-rpc -> wscompile
  4. Replies
    6
    Views
    4,356

    Re: something cool i can do with java?

    for beginners, doing a 4pool would be fine
  5. Re: Save the information from an ArrayList after restarting the program

    google "eclipse tutorial"
  6. Replies
    6
    Views
    4,356

    Re: something cool i can do with java?

    you could code an ai for broodwar using bwapi & the java proxy
  7. Replies
    5
    Views
    11,065

    Re: where on earth is wscompile.exe

    no. i was really looking for wscompile.exe
  8. Re: Save the information from an ArrayList after restarting the program

    there are several ways to save objects (in you case: the list) to a file and read it back to an object. the easiest way i know is to use Xstream. it works on everything, no matter if it's...
  9. Replies
    5
    Views
    3,276

    Re: CVS features in Eclipse

    cvs has a few really annoying missing features, i'd go for something newer
  10. Replies
    4
    Views
    2,045

    Re: Need Help Speeding This Up

    buy more ram, an ssd and a better cpu
  11. Replies
    5
    Views
    2,821

    Re: IDE (Visual Editor)

    the best free gui editor i know of is built into netbeans
    the best commercial one i ever used is jformdesigner
    intellij idea also has a good one, but not in the free edition
  12. Replies
    5
    Views
    11,065

    where on earth is wscompile.exe

    i'm trying to find wscompile.exe. google doesn't help. it's nowhere to be found, but apparently i need it to generate classes out of a wsdl using jax-rpc.
  13. Replies
    1
    Views
    2,303

    Re: wsdl/xsd-problem

    here's the axis2 error:
  14. Re: why do so few people use intellij idea?

    this is true, but for me as a developer, it's no reason to pick eclipse over another ide. what companies can do with it does not make it a better ide.



    exactly one of my reasons for using...
  15. Replies
    13
    Views
    4,906

    [SOLVED] Re: Help; algorithm to determine 'range'

    just for fun, in scala it would be:


    def main(args: Array[String]) {
    val test = List(2,3,4,9,11,12,13,16,19,19,19,19,21,22,23,24)
    val result = {
    //get the ranges. add an...
  16. Re: why do so few people use intellij idea?

    valid reason.
  17. Replies
    32
    Views
    11,564

    Poll: Re: What is your favourite Java IDE?

    all of your problems indicate that you were expecting idea to work in a way that it is not supposed to. there are actually SIX ways to complete code, and that is a very good thing once you understand...
  18. Replies
    1
    Views
    2,303

    wsdl/xsd-problem

    i got 2 xsd-files + 1 wsdl. i used jaxb to generate java source files from it. i could read some demo-xmls, so the generation worked fine. then i took the wsdl and tried to generate i'm not really...
  19. why do so few people use intellij idea?

    i've used both eclipse and intellij, and between those two, idea is far, FAR better. the debugger is better, ui is better, the editor is better, framework support is better. they are on par...
Results 1 to 19 of 19