Search:

Type: Posts; User: loicus

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,858

    Re: Problem downloading file from internet

    yes... it was an eclipse+JRE problem,
    I had 3 different version of the JRE installed and I suspect Eclipse was confused with them...
    So I had to uninstall everything (JRE, JDK, Eclipse) and...
  2. Replies
    7
    Views
    1,858

    Re: Problem downloading file from internet

    I just remark that I have no problem when running this code from JWS,
    however when I run it with eclipse "run", I have this issue with downloading...

    Any ideas?
  3. Replies
    7
    Views
    1,858

    Re: Problem downloading file from internet

    I have this problem with any (big) files...
    I am working on Windows with JRE7 and I tried to desactivate the firewall, but it doesn't change anything...
    Do you have any idea of what could be the...
  4. Replies
    7
    Views
    1,858

    Re: Problem downloading file from internet

    then I tried to test with the "available" method, and I am of course get "0" available bytes to be read...
    But why, is my number of available not increasing with type?
    Should I reactive the...
  5. Replies
    7
    Views
    1,858

    Re: Problem downloading file from internet

    Just a precision,
    the file I am trying to download is about 3.5MB,
    and the process always seems to stop after ~18KB
  6. Replies
    7
    Views
    1,858

    Problem downloading file from internet

    Dear all,

    I am trying to setup a code to download a file from the internet,
    Currently, the code is very simple... Is just creating a bufferedInputStream and making a read within a loop.

    But...
  7. Re: Binary datafile and object creation according to binary tag ?

    thank you!
  8. Re: Binary datafile and object creation according to binary tag ?

    very interesting strategy...
    just a question... how the factory can know which are the pluggins to load? and how to actually load them?
    can you point me to some documentation? or give me some...
  9. Binary datafile and object creation according to binary tag ?

    Dear all,

    I am new in the world of Java, so apologies my ignorance.

    I've developped a c++ code for scientific visualization (with opengl). My goal would be to convert this soft from C++ to...
Results 1 to 9 of 9