Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. How to read values from Java Application

How to read values from Java Application

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpjavatutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mr_lasseter
    wrote on last edited by
    #1

    I have been trying to read values from an application written in Java using an applicaiton written in .Net. The Java app is a third party application so I have no control over it. I am trying to get the value of some textboxes and combo boxes on the Java Window. I thought this was going to be easy just use spy++ to grab the control ids and get the value, but none of the java controls are recognized by Spy++. Upon further research Java controls do not use the OS for managing there controls. It is all done by the open java window. I have thought about using sendkeys to tab to and copy the values out of each control, but this seems very quirky. Using sendkeys also generates more issues. There is no way for me to know where I am on the form and I can't copy values out of the combo boxes because they are like the .net drop down only style. Is there any way I can get the values out of the java controls? Thanks, Mike Lasseter

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups