It's not a secret anymore!
The moose likes Java in General and the fly likes Requirements for J2se with jsr82 implementation  Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Requirements for J2se with jsr82 implementation  " Watch "Requirements for J2se with jsr82 implementation  " New topic
Author

Requirements for J2se with jsr82 implementation

saravanan Natarajan
Greenhorn

Joined: Jan 06, 2011
Posts: 4
Hi!
I am new to JSR-82 .

Now I Planned to small J2SE application with bluetooth.

In my application want to receive the data from other bluetooth device.

I dont had any idea about how to do it? . At that time I heard about JSR-82.

But I dont have clear idea about what are the requirement need for do that!

In my system , loaded UBUNTU 9.04 , and also *my system didn't have any blue tooth support*!

Can I develop the application with this system support
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12953
    
    3

Welcome to the Ranch.

Here you can find lots of info on JSR-82 and Bluetooth with Java: http://www.jsr82.com/
Another website with info is: http://www.javabluetooth.com/

But if your computer does not support bluetooth (you don't have hardware that supports it, such as a bluetooth receiver and transmitter), then this is not magically going to make bluetooth work on your system. You can buy cheap bluetooth dongles that plug in into an USB port. And make sure that it works in your operating system (the right drivers are installed), otherwise it's also not going to work from your Java program.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
saravanan Natarajan
Greenhorn

Joined: Jan 06, 2011
Posts: 4
Hi!
Thank you Very much!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Requirements for J2se with jsr82 implementation
 
Similar Threads
Bluetooth Development
JSR 82, WTK2.1 and WTK2.2 issues
Bluetooth for Java by Bruce Hopkins and Ranjith Antony
bluetooth simulation
Bluetooth API on windows (j2se) : Need help!!!