Search:

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

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    10,397

    Re: "sudo java" troubles

    "just cannot" is not a good answer, there must be reason why it does not work.

    In my computer sudo java works fine. Maybe ubuntuuser should check, is java in root user PATH or not.
  2. Replies
    53
    Views
    7,834

    Re: Java OR wxWidgets & C/C++?

    Yes, choice is good thing. For example, if one project is inactive or goes to wrong direction then we can replace it with another project. Even better is if there are several *good* tools to do the...
  3. Replies
    53
    Views
    7,834

    Re: Java OR wxWidgets & C/C++?

    What i have to say, yes it does? Quality and design are usually also better than alternatives offer.



    We are using linux, its ubuntuforums you know. Dont you know that Visual Studio does not...
  4. Replies
    53
    Views
    7,834

    Re: Java OR wxWidgets & C/C++?

    In my opinion Java has one really serious advantage when compared to other options in Linux. Java has absolutely best development tools. We have many IDE-s, profilers, testing tools, statical code...
  5. Thread: Java Executable?

    by kunnk
    Replies
    7
    Views
    542

    Re: Java Executable?

    I dont have such success with file managers, my experience shows that almost no linux file manager supports by defaulft executable jar files. It works in windows, true, but not in linux. One should...
  6. Thread: Java Executable?

    by kunnk
    Replies
    7
    Views
    542

    Re: Java Executable?

    Easiest way is to create shell script and it may call "java filename.class" and may have also some other initializations. Lot of java programs are using it, for example azureus bittorrent client...
  7. Thread: Java question

    by kunnk
    Replies
    18
    Views
    1,105

    Re: Java question

    Statement that interface is subset of abstract class is NOT applicable for java.
  8. Thread: Java question

    by kunnk
    Replies
    18
    Views
    1,105

    Re: Java question

    Hmm, i dont think interface is subset of abstract class. You can implement in your real class many interfaces, but you can extend only one abstract class. This is why its recommended to "program to...
  9. Replies
    10
    Views
    4,242

    Re: emacs slow startup

    I have exactly same problem btw. My main programming language is java but i tried to learn a little more lisp (just for fun, not for real coding of course). Installed emacs and slime. Because default...
  10. Replies
    23
    Views
    53,444

    Re: eclipse is horribly slow...

    Here are instructions, link stolen from java devel packages thread: https://wiki.ubuntu.com/RestrictedFormats#head-68565ae07a003332e82c9f23706638777396c249

    Im using eclipse with sun jdk and can...
  11. Replies
    1,058
    Views
    351,051

    Re: What's your Favorite IDE?

    In work im using Intellij IDEA, in home im using eclipse in linux. Eclipse seems to be best open source IDE, not just for java but for other languages as well.
  12. Replies
    228
    Views
    37,078

    Poll: Re: What is your favorite programming language ?

    Voted for Java.

    In work i have to use a lot of Windows but i use also a lot of Linux (whenever i can, both in home and in work). With Java, i can move my code, binaries, IDE-s, tools, skills......
  13. Thread: Java books

    by kunnk
    Replies
    6
    Views
    559

    Re: Java books

    Head First Java is good, i like Head First books and Head First style.
  14. Replies
    1
    Views
    350

    Re: JDE not recognizing jar file imports

    You must set correctly classpath. Looks -classpath option for javac.
Results 1 to 14 of 14