UnderMybrella / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

Bluecove on Windows 8 #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I would like to know if the bluecove-2.1.1-SNAPSHOT.jar would work on Windows 8.
I couldn't try it because I don't have a pc w/ windows 8 but a custumer tested 
and didn't work. 
I don't know the erro messege it gets...

Does anyone tried w/ W8 already?

Thanks!

Original issue reported on code.google.com by kawauc...@gmail.com on 19 Sep 2013 at 4:57

GoogleCodeExporter commented 8 years ago
I am just trying, and could not get to work.
In fact, I am able to write string to StreamConnection (from the PC 
application), but another device (Android phone) does not getting anything.

Here is my code on the PC side:

conn = (StreamConnection) Connector.open(url);
dout = new DataOutputStream(conn.openOutputStream());

dout.writeUTF(str);
dout.flush();
dout.close();
conn.close();

===
The same code works from Windows 7, and my phone getting message without 
problem.

Original comment by J2eeIns...@gmail.com on 29 Jan 2014 at 12:20

GoogleCodeExporter commented 8 years ago
Have anyone figured out whether BlueCove works on Windows 8?
I have a laptop that runs Windows 8. 
I tried to downgrade it to Windows 7, but they don't support the drivers. 

Original comment by GeorgeY....@gmail.com on 26 Jun 2014 at 2:11