Hello Nick,

as Andreas mentioned, it is mendatory to have the right rights (nice
sentence...). If you installed the WTK as root, then you have to change
the ownership of the WTK to match your user.

It is best to install the WTK as a normal user, into the home directory.

If the above hints do not apply, try this:

Another issue (which sould have been fixed in 1.6.8) was, that eclipse
did not search in "current path", what windows does by default. As a fix
you can supply the path of bin above the WTK-Root to be included in the
PATH.

- exit eclipse
- go to the eclipse directory
- run the fallowing commands, replacing WTKROOT with the path where you
  installed WTK:
export PATH=.:/WTKROOT/bin:$PATH
./eclipse

I appended a script, which you can copy into your eclipse-directory and
run. Perhaps you need to adjust the WTKROOT.

Greetings,
Markus


Andreas Böhme schrieb:
> You need to specify the root-directory of your WTK, e.g. 
> "C:\Programs\WTK2.2" (maybe you have to hit <TAB> to make the Plugin 
> process the given path).
> 
> Although this works for Sun's WTK, some other Toolkits (e.g. 
> Sony-Ericsson's), need to have full access right to the specified 
> directory, otherwise only a few/none devices are recognized.
> 
> 
> Andreas
> 
> 
> Nick Palmer wrote:
> Hey All,
> 
> I am new to J2ME and Eclipse ME. I am stuck trying to get Devices  
> into the Device Manager. I have installed the latest wireless toolkit  
> from sun but when I open the Device Manager in the eclipse J2ME  
> preferences and try to import device profiles it does not find any.  
> Any suggestions would be appreciated.
> 
> Running:
> Eclipse 3.3.3
> Eclipse ME 1.6.8
> Wireless Toolkit For Linux 2.2 w/ Patch
> 
> In each of the devices directory there is a .properties files that  
> have java style properties in them and references to a few images  
> from the same folder. These seem like they should work but maybe  
> there is something simple I am missing.
> 
> Thanks,
> ~ Nick
>>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

-- 

*********************************
[EMAIL PROTECTED]
http://www.psitronic.de

psitronic IT-Solutions
Markus Sinner
W-Rathenau-Str. 14 - 68642 Bürstadt
Tel.: (+49)6206 / 963513
Fax:  (+49)6206 / 963514
#!/bin/sh

cd `dirname $0`

WTKROOT=~/WTK2.2
export PATH=.:${WTKROOT}/bin/:$PATH


echo $PATH
./eclipse $@

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to