Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jeode VM 1.2 (Insignia) over Bluetooth/Sockets?

843811Jul 4 2005
Hello everybody.

I am trying to implement a client/server model.
The server is running at PC side and the client application run to iPAQ H3900 PDA .
Both of them have Bluetooth.

The client/server application were written using Java Socket libraries.

The applications interact(send/receive data) properly if the PDA connects to PC via USB cable.

However, if I establish a Bluetooth connection between PDA and PC and run the applications, the client can not connect to the server.

The client connects as following:
client=new Socket(InetAddress.getByName("160.40.60.55"),23);
where 160.40.60.55 is the IP of the server(PC side).
I have set the client's IP as 160.40.60.56 and both PC and PDA belong to the same subnet=255.255.255.0

I tried also another ports (e.g 2000,5000 etc).
Via cable are working properly but via Bluetooth environment no.

Does Jeode Virtual Machine supports Socket Libraries?
Is anybody uses the iPAQ H3900?
If yes, can you tell me how did you set yous IP, subnet?

I really appreciate any help.
Thank you for your time.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2005
Added on Jul 4 2005
0 comments
156 views