[flexcoders] Native extension for windows

2012-01-24 Thread chiek...@gmail.com
Hey people!

I want to write some native app for windows, and sadly enough I have no
experience with C or C++. Though, I can write Java... Is it possible to use
Java as Air native extension language?
I couldn't find explicit info on web about this issue.

thanks,
J


Re: [flexcoders] Native extension for windows

2012-01-24 Thread James Ong
Yes, you could on Windows, Mac or mobile device.

On Tue, Jan 24, 2012 at 9:13 PM, chiek...@gmail.com chiek...@gmail.comwrote:

 **


 Hey people!

 I want to write some native app for windows, and sadly enough I have no
 experience with C or C++. Though, I can write Java... Is it possible to use
 Java as Air native extension language?
 I couldn't find explicit info on web about this issue.

 thanks,
 J

  



Re: [flexcoders] Native extension for windows

2012-01-24 Thread Tandon, Rishi
Yes you can. Use the window.runtime.flash.desktop.NativeProcess class
Video to check:
http://tv.adobe.com/watch/adc-presents/invoke-native-process-in-adobe-air-2/

Regards,
Rishi Tandon



 From: chiek...@gmail.com chiek...@gmail.com
To: flexcoders@yahoogroups.com 
Sent: Tuesday, January 24, 2012 6:43 PM
Subject: [flexcoders] Native extension for windows
 

  
Hey people!

I want to write some native app for windows, and sadly enough I have no 
experience with C or C++. Though, I can write Java... Is it possible to use 
Java as Air native extension language?
I couldn't find explicit info on web about this issue.

thanks,
J
 

Re: [flexcoders] Native extension for windows

2012-01-24 Thread James Ong
Try not to use NativeProcess, I have a bad experience with pipe data that
couldn't read value from Java properly which is why I have implement Java
socket to read and sent data over Flash XMLSocket.

On Tue, Jan 24, 2012 at 10:22 PM, Tandon, Rishi rishitandon...@yahoo.comwrote:

 **


 Yes you can. Use the window.runtime.flash.desktop.NativeProcess class
 Video to check:

 http://tv.adobe.com/watch/adc-presents/invoke-native-process-in-adobe-air-2/

 Regards,
 Rishi Tandon

   --
 *From:* chiek...@gmail.com chiek...@gmail.com
 *To:* flexcoders@yahoogroups.com
 *Sent:* Tuesday, January 24, 2012 6:43 PM
 *Subject:* [flexcoders] Native extension for windows


 Hey people!

 I want to write some native app for windows, and sadly enough I have no
 experience with C or C++. Though, I can write Java... Is it possible to use
 Java as Air native extension language?
 I couldn't find explicit info on web about this issue.

 thanks,
 J