Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / August 2005

Tip: Looking for answers? Try searching our database.

SonyEricsson Bluetooth DEMO

Thread view: 
bokiteam@ms21.hinet.net - 29 Aug 2005 08:47 GMT
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:\SonyEricsson\J2ME_SDK\PC_Emulation\WTK2\apps\BluetoothDemo\src\example\bluetooth\demo\BTImageClient.java:454:
cannot find symbol
symbol  : class BTServiceSearcher
location: class example.bluetooth.demo.BTImageClient
       BTServiceSearcher searcher = new BTServiceSearcher();
       ^
C:\SonyEricsson\J2ME_SDK\PC_Emulation\WTK2\apps\BluetoothDemo\src\example\bluetooth\demo\BTImageClient.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.
Roedy Green - 29 Aug 2005 22:55 GMT
On 29 Aug 2005 00:47:15 -0700, bokiteam@ms21.hinet.net wrote or quoted

>BTServiceSearcher

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.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.

bokiteam@ms21.hinet.net - 30 Aug 2005 02:24 GMT
Hi Great Guy,
                   Thanks, I fixed it. :-D

Best regards,
Boki.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.