Using the debug terminal with a java program
lorderico
Posts: 12
Hey,
Does anyone know if there is a way to type in the debug terminal from a java application?· Or else, if there is a way to send the basic stamp information from a java program.· I need the mouse to be in a specific location for the java application to work, so using the Robot class to move the mouse, click, and type is not really an option.· If you have any ideas, please let me know.
Thanks,
Eric
Does anyone know if there is a way to type in the debug terminal from a java application?· Or else, if there is a way to send the basic stamp information from a java program.· I need the mouse to be in a specific location for the java application to work, so using the Robot class to move the mouse, click, and type is not really an option.· If you have any ideas, please let me know.
Thanks,
Eric
Comments
If you don't want to work with a COM port, you can move a mouse cursor directly by a command where you pass the X,Y coordinates. From what I remember, it was fairly simple (I used it to make a program to turn off the computer), but I don't remember the command. Again, a search online should yield some results. There is a similar function for keyboard use.