I'm about to cry.
I'm taking a crash course in Java during our "January Term" which is exactly like it sounds. It's intense. I'm a junior CS major, and though I didn't know Java, I wasn't going to let that stop me from picking a project that wasn't seemingly impossible The Prof also gave us a week, so thought I had plenty of time.
Some 20 hours of research later, and many failed implementations and unanswered forum posts and java.sun.com I'm here to you guys. I don't mean to come to y'all last, but MacRumors normally isn't at the top of my list for programming help
What I really need is a few things explained. I need some "That will work" or "that won't work", because I'm tired of failing in environments that are near impossible to debug efficiently.
What I was trying to do is get two way data communication between two Java apps that I write, one residing on my Powerbook with bluetooth, the other residing on my cell phone (SonyEricsson T610). But I'm starting to think that I can not use Java to interact with the hardware on the cell phone.
However I have failed to use Java and the Bluetooth APIs to create a simple Bluetooth device finder/scanner, so I dunno
I have successfully created little apps for my phone, so I know I have the code frame and the build/loading done correctly. But java seems to be limited to UI and logic.
Any huge problem is that the lab computers I have access to do not have bluetooth, so it's a pain in the neck to dev under Windows, and bounce the app through my Mac, then to my phone.
Not to mention that Windows = Java 1.6
OSX = Java 1.5
J2ME = 1.1 (for my phone)
BlueTooth API's = ???
I dunno... After getting 9 days for our final project I have 4 remaining and I have no code or design ideas. I have a ton of knowledge but it's shotgun style, I can't tie it together
Ideas? Pointers? Bluetooth+Java warnings?
Thanks for reading,
~Tyler
I'm taking a crash course in Java during our "January Term" which is exactly like it sounds. It's intense. I'm a junior CS major, and though I didn't know Java, I wasn't going to let that stop me from picking a project that wasn't seemingly impossible The Prof also gave us a week, so thought I had plenty of time.
Some 20 hours of research later, and many failed implementations and unanswered forum posts and java.sun.com I'm here to you guys. I don't mean to come to y'all last, but MacRumors normally isn't at the top of my list for programming help
What I really need is a few things explained. I need some "That will work" or "that won't work", because I'm tired of failing in environments that are near impossible to debug efficiently.
What I was trying to do is get two way data communication between two Java apps that I write, one residing on my Powerbook with bluetooth, the other residing on my cell phone (SonyEricsson T610). But I'm starting to think that I can not use Java to interact with the hardware on the cell phone.
However I have failed to use Java and the Bluetooth APIs to create a simple Bluetooth device finder/scanner, so I dunno
I have successfully created little apps for my phone, so I know I have the code frame and the build/loading done correctly. But java seems to be limited to UI and logic.
Any huge problem is that the lab computers I have access to do not have bluetooth, so it's a pain in the neck to dev under Windows, and bounce the app through my Mac, then to my phone.
Not to mention that Windows = Java 1.6
OSX = Java 1.5
J2ME = 1.1 (for my phone)
BlueTooth API's = ???
I dunno... After getting 9 days for our final project I have 4 remaining and I have no code or design ideas. I have a ton of knowledge but it's shotgun style, I can't tie it together
Ideas? Pointers? Bluetooth+Java warnings?
Thanks for reading,
~Tyler