Jump to content

Unable to get Java working


proyb2
 Share

Recommended Posts

I am creating a Java chat client with message to be send xSocket server. When I use the following code:

Run("cmd /C java -jar d:\MidiInDump.jar -n 0","",@SW_HIDE)

tried to launch through regedit's Run and Flash AIR 2.0 using NativeProcess. It won't able to sent any message, however if I manually double click the AutoIT exe application, it work. I wonder why it look difficult to get an expected result?

Java code:

private void xSocketStream(String notes) {
        try {
            if(asd){
                bc = new BlockingConnection("127.0.0.1", 8090);
                asd = false;
            }
            bc.write(notes + "\0");
        } catch (IOException e){}
    }
Edited by proyb2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...