| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
| <!-- | |
| Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. | |
| --> | |
| <html> | |
| <head> | |
| <title>Video of Setting up NetBeans IDE for Mobile Development on Windows</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > | |
| <link rel="stylesheet" type="text/css" href="../../../netbeans.css"> | |
| <meta name="description" content="This screencast demonstrates how to set up NetBeans IDE for mobile development on Windows operating system."> | |
| </head> | |
| <body> | |
| <h1>Video of Setting up NetBeans IDE for Mobile Development on Windows</h1> | |
| <table> | |
| <tr> | |
| <td class="valign-top"> | |
| <p>This screencast demonstrates the support for the Java ME SDK in NetBeans IDE. This screencast shows how to activate JavaME plugins and register Java ME SDK in NetBeans IDE. </p> | |
| <P>Author: Alyona Stashkova <br> | |
| Time: 4:22 </p> | |
| <p><a href="http://bits.netbeans.org/media/nb_mesdk.mp4">Watch full size/Download</a> (.mp4) | |
| (Ctrl-Click to download, 6,5 MB)</p> | |
| <div class="feedback-box"><a href="/about/contact_form.html?to=6&subject=Feedback:%20Screencast%20-%20Setting%20up%20NetBeans%20IDE%20for%20Mobile%20Development%20on%20Windows">Send Us Your Feedback</a></div> | |
| <br style="clear:both;"> | |
| </td> | |
| <td width="5"> </td> | |
| <td class="valign-top" width="486"> | |
| <script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script> | |
| <div id="player" > | |
| <center> | |
| <div id="flashContent"></div> | |
| </center> | |
| </div> | |
| <script type="text/javascript"> | |
| $(function(){ | |
| var targetFile='http://bits.netbeans.org/media/nb_mesdk.mp4'; | |
| var s1 = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','530','340','9'); | |
| s1.addParam('allowfullscreen','true'); | |
| s1.addParam('allowscriptaccess','always'); | |
| s1.addParam('flashvars','file='+targetFile+'&autostart=true'); | |
| s1.write('flashContent'); | |
| }); | |
| </script> | |
| </td> | |
| </tr> | |
| </table> | |
| <h2>Related links</h2> | |
| <ul> | |
| <li><a href="https://netbeans.org/kb/trails/mobility.html">Java ME and Java Card Application Technology Trail</a></li> | |
| <li><a href="http://wiki.netbeans.org/JavaMESDKSupport">FAQ on JavaME SDK Support in NetBeans IDE</a></li> | |
| <li><a href="http://docs.oracle.com/javame/developer/developer.html">Java ME Developer Tools Documentation</a></li> | |
| <li><a href="http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html">Java Mobile Download Overview</a></li> | |
| <li><a href="https://blogs.oracle.com/javamesdk/">Java ME SDK Team Blog</a></li> | |
| </ul> | |
| </body> | |
| </html> |