Search:

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

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    8,551

    [ubuntu] Re: Ruby IDE in Ubuntu?

    No question netbeans!

    The 6.1 version available on-line has a lot of improvements especially performance. Its not quite made it to the repos yet but is available at http://www.netbeans.org/ruby/
    ...
  2. Replies
    2
    Views
    811

    [ubuntu] Re: Hardy: Java look and feel problems

    Yes, tired both the version from the repo and the latest version from the sub website.
  3. Replies
    2
    Views
    811

    [ubuntu] Hardy: Java look and feel problems

    Hi All,

    Just upgraded to hardy and after getting around the initial problems I had with a Java assertion lock.

    Now all java application are running with incorrect look and feels, they all seem...
  4. Replies
    16
    Views
    1,136

    Re: Ubuntu bash != Solarish bash ?

    All, thanks for the reply

    Yes I have #!/usr/bin/bash at the start of my file, I have also been playing around with the #! to check its ok.

    On the solaris box i get the following



    raptor$...
  5. Replies
    16
    Views
    1,136

    Ubuntu bash != Solarish bash ?

    Hi All

    I am currently writing a quick and dirty bash script to run a number of fortran tests cases on some data, but I have run into a problem.

    When a test case is passed I simply want to...
  6. Replies
    9
    Views
    692

    Re: Simple Bash Script Help

    # Find out how many tests passed
    X="Test Passed"
    index=0

    if [ "$a" -eq "$X" ]; then
    index=$(($index+1))
    echo $index
    fi

    # Print out the info
  7. Replies
    9
    Views
    692

    Simple Bash Script Help

    Hi All

    I am currently trying to write a quick and dirty script to run a number of files and record the output but I am having problems with the bash syntax.





    index=0
  8. Replies
    9
    Views
    692

    Simple Bash Script Help

    Hi All

    I am currently trying to write a quick and dirty script to run a number of files and record the output but I am having problems with the bash syntax.





    index=0
  9. Replies
    9
    Views
    692

    Simple Bash Script Help

    Hi All

    I am currently trying to write a quick and dirty script to run a number of files and record the output but I am having problems with the bash syntax.





    index=0
  10. Replies
    1
    Views
    433

    Re: Java Servlet Performance

    If you get really stuck you could try the profiler in netbeans, this may help you to pin point the problem.

    More info at problem.
    http://www.netbeans.org/products/profiler/

    Maybe try deploying...
  11. Replies
    6
    Views
    520

    Re: Java Server Pages IDE

    The visual web pack works fine for me, the visual web pack is really for building JSF web applications not JSP. The standard netbeans has a JSP editor built in but does not provide drag and drop HTML...
  12. Replies
    4
    Views
    1,038

    Re: C apps cant find stdio

    Just tried using the quotation marks around the includes and this still shows up as missing. This is most probably a bug with netbeans c plugin.

    After some playing around I discovered that when I...
  13. Replies
    4
    Views
    1,038

    C apps cant find stdio

    Hi all

    I have a number of small c apps that print out simple data to the terminal.

    I have written and run a simple hello world example but no data is appearing in the standard out put in the...
  14. Replies
    20
    Views
    1,551

    Re: More reasons to hate Microsoft

    full story is available at:

    Microsoft’s goes BlueJ - http://www.bluej.org/vs/vs-bj.html
    Microsoft’s Patents BlueJ - http://www.bluej.org/mrt/?p=21
  15. Replies
    17
    Views
    7,685

    Re: Javascript IDE, does one exist?

    There are javascript plugins for both eclipse and also netbeans now.

    try http://www.liguorien.org/jseditor/

    Karl
  16. Replies
    14
    Views
    522

    Re: Some pointers on the how to program...

    If your learning to program I would highly recommend looking at Java

    Java has a nice clean syntax and a range of tools for beginners. Java does not require you to learn memory management the same...
  17. Replies
    234
    Views
    251,995

    Re: HOWTO: Pocket PC Syncing with Evolution

    Did you ever manage to fix this problem i am running a dell axim x50 and i am getting the same error.

    Regards

    Karl
Results 1 to 17 of 17