Gears is javascript - first you need to find a way to compile js into an exe. I have personally not heard of such a thing. Newer JDK have a javascript engine built into the JRE - you may be able to reference gears js library from a java application that is compile into an executable.
On Jun 25, 9:30 am, gear-newbie <[email protected]> wrote: > I intend to write a small image uploader in Google Gears which should > be a snap using the recent Gears version. > > My only obstacle: I want my image uploader to be invokeable from an > external image management app, such as Adobe Bridge or Google Picasa. > > Nearly all off these apps offer a function called "open current photo/ > selection of photos in an external editor", which usually calls an > external .exe with the pictures as parameters. > > So this would be the easiest entry point for my app. > > Unfortunately ist seems that Gears has no command-line interface for > these purposes. Or have I overlooked something? > > regards, > > Franz
