Search:

Type: Posts; User: kafka82

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    2,014

    JAVA .NET WRAPPER

    Hi All,

    I have an application that can be customised developing some add-ins and which uses a .NET API (C# or VB.NET). Now I know Java and dont want really learn C# even though it s similar to...
  2. Replies
    5
    Views
    2,544

    Re: eclipse visual editor

    got It. I agree with you..I think Ill stick to hand written code to undertand it!
  3. Replies
    5
    Views
    2,544

    Re: eclipse visual editor

    Sorry new to programming.. is Indigo a customisation of Eclipse or what?
  4. Replies
    5
    Views
    2,544

    eclipse visual editor

    Do you know a good possibly free visual SWING editor for eclipse?
  5. Replies
    2
    Views
    1,686

    Extract data from a file

    Hi All,
    Im trying to accomplish the following task and would like some advice.

    I have a file with some content I need to extract partial information that are found in a specific position. For...
  6. Replies
    1
    Views
    2,693

    execute bat file with arguments

    Ok very simple task yet difficult for me as a novice to solve.
    I have a bat file in a folder in my c: drive. This bat file call an EXE file inside the same folder. The BAT file also feeds some other...
  7. Thread: Timeout method

    by kafka82
    Replies
    1
    Views
    2,268

    Timeout method

    Hi All,

    I want to execute a method for a given length of time and then stop it; At the moment my method execution is controlled by a boolean var like that

    if (start) method();

    so what I...
  8. Replies
    1
    Views
    1,525

    Writing formatted data to file

    Hi All,

    I am writing to have your advise on how to approach this task. I am quite new to Java and programming hence I ask help.
    I need to write a file based on comma separated field where each...
  9. Replies
    12
    Views
    4,161

    Re: Porting from Processing IDE to Eclipse

    Thanks for your patience.

    so adding jar files for my libraries and importing them in my code is not enough? How do I check I have both classpath for javac command and java command?
  10. Replies
    12
    Views
    4,161

    Re: Porting from Processing IDE to Eclipse

    I am not sure I got what you mean
    I added these line in my source code
    import javax.media.opengl.*;
    import javax.media.opengl.glu.*;

    but still have many errors...at least I found the missing...
  11. Replies
    12
    Views
    4,161

    Re: Porting from Processing IDE to Eclipse

    Mhhhh it s going to be full headaches..

    imported now in the project all opengl related jar files (dont what processing actually uses but I found them inside the processing opegl library folder)....
  12. Replies
    12
    Views
    4,161

    Re: Porting from Processing IDE to Eclipse

    I see...probably I need to import more jar files..but then how do I know I loaded all needed libraries in my code? is there a way to import them all without typing one by one?
  13. Replies
    12
    Views
    4,161

    Re: Porting from Processing IDE to Eclipse

    Thanks for the insight about global variables.
    As for the problems Im having now with Eclipse is very simple...lots and lots of unexplicable errors..such as
    Clearly I am mistaking how my classes...
  14. Replies
    12
    Views
    4,161

    Porting from Processing IDE to Eclipse

    Hi all,

    I am porting a little project I did in Processing PDE (Processing.org) into Eclipse because I want to use full Java functionalities. For those who dont know Processing is a Java based...
Results 1 to 14 of 14