Search:

Type: Posts; User: reapaz1

Search: Search took 0.18 seconds.

  1. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    I guess I have to learn more about how to solve depency issues such as the classpath not being set etc. I'm still a bit confused about it but clarity will come in time. Im going to look into the...
  2. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    What I mean is that the classpath problem for example (and jars not being opened by a jre install automatically) doesnt ussually happen with programs written in c++ for example. Id rather put in some...
  3. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    All the people I know use Windows and are used to clicking an installer or executable and having a working program. With Java the problem isnt only about having a correct JRE installed. The problem I...
  4. Replies
    12
    Views
    2,108

    Re: JAVA criticism or inexperience?

    Im really interested in hearing some opinions.
  5. Replies
    12
    Views
    2,108

    JAVA criticism or inexperience?

    Hey guys,

    I've recently learned some Java programming. I have managed to make a working .jar executable. What came to my attention is the difficulty of setting up your system to be able to run...
  6. Re: oracle Reading Directly from a URL code not working properly

    Yes that was it!!! Thank you.

    My working code:


    import java.io.IOException;
    import java.net.*;
    import java.io.*;
  7. Re: oracle Reading Directly from a URL code not working properly

    It opens the website like it should.
  8. oracle Reading Directly from a URL code not working properly

    I'm trying to learn how to download images and files from a website trough a java program. The code below is copied from Reading Directly from a URL (The Java™ Tutorials > Custom Networking > Working...
Results 1 to 8 of 10