 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
bokiteam@ms21.hinet.net Guest
|
Posted: Mon Aug 29, 2005 7:47 am Post subject: SonyEricsson Bluetooth DEMO |
|
|
Hi All,
I have install the SEMC WTK2.2, but I can't
build the Bluetooth DEMO app, I have try two pc to install it, both
didn't work.
here is the error message:
=============================
C:SonyEricssonJ2ME_SDKPC_EmulationWTK2appsBluetoothDemosrcexamplebluetoothdemoBTImageClient.java:454:
cannot find symbol
symbol : class BTServiceSearcher
location: class example.bluetooth.demo.BTImageClient
BTServiceSearcher searcher = new BTServiceSearcher();
^
C:SonyEricssonJ2ME_SDKPC_EmulationWTK2appsBluetoothDemosrcexamplebluetoothdemoBTImageClient.java:454:
cannot find symbol
symbol : class BTServiceSearcher
location: class example.bluetooth.demo.BTImageClient
BTServiceSearcher searcher = new BTServiceSearcher();
^
2 errors
com.sun.kvem.ktools.ExecutionException
=============================
Could you please advice?
Best regards,
Boki.
|
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Mon Aug 29, 2005 9:55 pm Post subject: Re: SonyEricsson Bluetooth DEMO |
|
|
On 29 Aug 2005 00:47:15 -0700, [email]bokiteam (AT) ms21 (DOT) hinet.net[/email] wrote or quoted
:
This is generic advice for any missing class.
JavaC does not know what a BTServiceSearcher is.
First make sure you are spelling it correctly, including case, and
that your import for it is correct, including case.
Now go find out where in really is. Use Winzip or similar tool to
sniff about in plausible jars to find it. Or use a tool like Funduc
Search and Replace that will do a global search of your disk for you
including inside jars and zips.
Let's presume you find it. Now make sure that jar is on the classpath
or in the ext directory. See http://mindprod.com/jgloss/classpath.html
Let's presume you don't find it. Get on google and find out where you
can download a copy and put it on the classpath.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
|
|
| Back to top |
|
 |
bokiteam@ms21.hinet.net Guest
|
Posted: Tue Aug 30, 2005 1:24 am Post subject: Re: SonyEricsson Bluetooth DEMO |
|
|
Hi Great Guy,
Thanks, I fixed it. :-D
Best regards,
Boki.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|