Search:

Type: Posts; User: Rihx

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    1,470

    Re: Printing from a Method

    must say I am at a loss. Ill try running it for myself later(when Im at home) if you haven't figured it out by then. You don't need to be declaring all those doubles in main, but that wouldn't...
  2. Replies
    11
    Views
    1,470

    Re: Printing from a Method

    The code looks like it should work to me, perhaps try adding System.out.flush() at the end to make sure its not stuck in stdout... Are you running it in an IDE or on the command line?
  3. Replies
    11
    Views
    1,470

    Re: Printing from a Method

    Does the program finish running, or does it hang? Also, you seem to have a rogue ; floating in limbo.
  4. Replies
    3
    Views
    4,085

    Re: Ability to decode Java JAR files

    There are lots of ways to open up a jar file -- unix/linux tar comes to mind -- but the actual code is compiled in a .class format. I'm not aware of any software that will convert it back to...
  5. Replies
    1
    Views
    2,048

    Re: I Can't Run Anything

    Are you sure your environment is configured properly? All the correct paths defined, etc.
  6. Replies
    2
    Views
    6,991

    Re: sending email to outlook

    Look up JavaMail ( mail.jar ) pretty simple to use.
  7. Replies
    3
    Views
    2,864

    [SOLVED] Re: JtextArea update issue.

    never mind.
  8. Replies
    3
    Views
    2,864

    [SOLVED] Re: JtextArea update issue.

    Thanks, that's what I thought. I was hoping to avoid having to write another method thread, but I guess there is no way around it.
  9. Replies
    3
    Views
    2,864

    [SOLVED] JtextArea update issue.

    Hi,

    I'm currently writing a application, which on a mouse click runs several methods which updates a JtextArea. The problem is even though I'm updating the text area with each method call, it...
  10. Replies
    5
    Views
    2,352

    Re: Handle Telnet Session Progmatically

    Thanks for the suggestions, I still haven't worked it out yet but I think I am getting closer.
  11. Replies
    5
    Views
    2,352

    Re: Handle Telnet Session Progmatically

    When I telnet to the switch it responds with the hostname and a login prompt... I must be missing something.
  12. Replies
    5
    Views
    2,352

    Handle Telnet Session Progmatically

    Hi there,

    I am trying to write a small application to handle a telnet session on a old cisco device, login, issue commands, write responses to log file. I've done this quite easily in perl, but...
  13. Replies
    3
    Views
    2,741

    Re: how to compare 2 different type object list

    Its been quite a while for me, but if I remember correctly you need to use an interface for your class a and b and write a compare method.
Results 1 to 13 of 13