Results 1 to 5 of 5

Thread: Java Message Stream??

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Java Message Stream??

    I'm trying a workaround for a server logon that was written in JAVA.
    The Java program is initiated from the command line (a string of jar files)
    and then pops a logon screen. Rather than manually entering user ID and password I want to have my program to enter this information
    into the logon textboxes.

    Spy++ (Microsoft) finds the logon form, but is unable to locate any controls on the form, including textboxes.
    I thought Java used the OSes controls -- hence platform independent??

    Question:
    1) Will Spy++ work on JAVA?
    2) Does JAVA use Miscrosofts message stream if it is running on XP for example?
    Last edited by dw85745; Mar 1st, 2012 at 04:02 PM.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Java Message Stream??

    Quote Originally Posted by dw85745 View Post
    I thought Java used the OSes controls -- hence platform independent??
    I remember hearing the Java uses its own controls rather than the system controls (AWT). I think that has to do with the fact the developers originally wanted it to be used across all operating systems and platforms.
    Last edited by Nightwalker83; Mar 1st, 2012 at 07:52 PM. Reason: Adding the url
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Re: Java Message Stream??

    Nightwalker83.
    Thanks for response. Based on it I'm guess that expecting Microsofts message stream is NOT an option.
    Any idea how one would approach / solve this issue?

  4. #4
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Java Message Stream??

    Not sure if you want something such as this?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jul 2001
    Location
    Tucson, AZ
    Posts
    2,166

    Re: Java Message Stream??

    Interesting link. I think a little more sophisticated than what I'm after. Appreciate post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width