Search:

Type: Posts; User: GregBrannon; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    1,118

    [ubuntu] Re: Configuration Error in Eclipse

    I suppose it's possible to download the Eclipse source code, but it is typically distributed as a Java executable. I believe that's what you have, and you're trying to compile it which won't work,...
  2. Replies
    5
    Views
    341

    Re: Compiler in Eclipse

    Your premise, what you heard, is not true. Eclipse does not have its own compiler. With that dispelled, if you have a working Eclipse installation, don't change anything.
  3. Replies
    2
    Views
    1,571

    [ubuntu] Re: Eclipse Java and C++ IDE Install?

    Uncompress the file you've downloaded to a folder over which you have complete control and access, usually a folder under root/home/username/. In the root folder of your destination will be an...
  4. Replies
    5
    Views
    301

    [SOLVED] Re: Installing eclipse.

    Installing Eclipse to your OS from a file downloaded from the Eclipse.org distribution site is not a big deal. Download the version you want, and SIMPLY:

    1. uncompress it to a directory over...
  5. Replies
    2
    Views
    345

    [ubuntu] Re: Starting with Java - do I need jdk-6?

    It's expressed fine.

    You should check out the Programming Talk sub-forum: http://ubuntuforums.org/forumdisplay.php?f=39. The forum has many threads from those asking about the early stages of...
  6. [SOLVED] Re: Does anyone else lose time on their clock??

    Agree that your computer's clock may be losing time when it is shut down, so you should check the CMOS battery. The next symptom will be that your startup settings stored in BIOS may have to be...
  7. Replies
    6
    Views
    598

    Re: Very basic java problem

    I assume since you've coded dice that you meant to use Java's Random() class to generate numbers 1 through 6. I suggest modifying your approach to:


    Random rnd = new Random();
    . . .
    die =...
  8. Replies
    8
    Views
    971

    Re: Noob looking for C++ Editor/Compiler

    There is a sub-forum here called Programming Talk where the subject of which Integrated Development Environment (IDE) is best to use for which application, programming task, language, when learning,...
  9. Replies
    6
    Views
    1,518

    [all variants] Re: difference between aptitude and apt-get?

    According to this article, the command 'aptitude' opens a text based interface to the package manager, while apt-get is a package manager command. You can learn more by reading the article and the...
  10. Re: JAVA installed ..dont know how to set the JAVA_HOME and CLASSPATH

    Here's an article you may find useful.

    Those environment settings are usually more of a concern in the Windows world. I've been running Java just fine in Linux without worrying about them. Do...
  11. Replies
    2
    Views
    247

    [ubuntu] Re: Updating eclipse

    Download the distribution from the Eclipse web site, unpack it into a directory that you have control of, usually a directory off your home folder is best, and build a shortcut to the Eclipse...
  12. Re: Can methods be 'disinherited' in Java?

    A simple answer to your thread title is that inherited methods cannot be disinherited, but they can be overridden. Based on the conversation that follows, I'm not sure you were looking for the...
  13. Replies
    5
    Views
    549

    [SOLVED] Re: Ethernet Cabling

    Connecting two computers directly via their NICs is typically accomplished using a crossover cable. Similarly, there is sometimes a connection (or socket) on modems and switches for cascading...
  14. Re: New/future programmer. what IDE/text editor, and what can they do?

    Check out Gambas. I'm not recommending, just suggesting.
  15. [all variants] Re: What is good text editor besaide Vim or Gedit

    I think the OP means code completion.
  16. Replies
    17
    Views
    756

    [SOLVED] Re: Im new on ubuntu help with cc+

    Step 1: review the stickies at the top of this page.

    Come back and ask if you have more questions.
  17. [SOLVED] Re: [JAVA] how do i get the user to input the value of a double? (very new to java)

    Look at the Scanner method nextDouble().

    I recommend that you ask your future programming questions in the Programming Talk subforum here on UF. There are many smart, helpful people who frequent...
  18. Replies
    24
    Views
    1,060

    [SOLVED] Re: how do i download a c++ compiler?

    Often, someone asking your question is really wondering how to get an Integrated Development Environment (IDE) or program(mer's) editor. There are several available and have been discussed...
  19. Replies
    9
    Views
    753

    Re: Linux from scratch help

    Right category? Wrong forum. Is Linux From Scratch an Ubuntu distribution? Don't think so. While someone here may help you, it seems you'd have better luck in a general Linux forum or in a forum...
  20. Replies
    2
    Views
    277

    [ubuntu] Re: python programing

    The Programming Talk sub-forum here on UF is a good place to ask these kind of questions and to learn more by reading stickies and reviewing/searching existing threads.
  21. Replies
    4
    Views
    1,605

    Re: Function keys won't work in Eclipse

    Eclipse preferences are so complicated with so many possible settings affecting how others work. Perhaps you innocently changed a setting that disabled function keys and didn't realize it.

    Since...
  22. Replies
    4
    Views
    1,605

    Re: Function keys won't work in Eclipse

    Any luck? Did they ever work in Ubuntu for you, or has this been a problem since installing? You might try creating a new workspace to see if that helps, but I'm doubtful that it'll help,...
  23. Replies
    4
    Views
    395

    Re: Programming Newcomer

    Did you review the stickies here? Have you read the MANY threads on which IDE is best (it's still being decided)? Once you learn some Java basics, for your next step to GUI programming learn Swing.
  24. [SOLVED] Re: Need help achiving programing goals...

    Review the stickies in the Programming Talk sub-Forum here on Ubuntu Forums for advice on how to get started on your journey to learn a language.
  25. Re: [Geany] Widget which collapses functions too small

    Change your screen resolution?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4