[android-developers] Re: Developing using Eclipse for Android and Java desktop application

2010-10-27 Thread Kumar Bibek
No you can't. On Oct 26, 11:31 pm, Vikas1976 vikas.shah.1...@gmail.com wrote: Hi everyone, I am writing because I am writing an application that uses crypto to encode information in files that will be stored and read on an Android device, and I would like to develop a desktop SWT app to

[android-developers] Re: Developing using Eclipse for Android and Java desktop application

2010-10-27 Thread DanH
You can certainly write a desktop application that will use any crypto algorithm you can find the source for (or find a JAR for). Writing bare desktop Java is so easy there's no need to be constrained by a particluar desktop tool set. And somehow I find it hard to believe that javax.crypto would