PageRenderTime 24ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/projects/netbeans-7.3/javacard.project/javahelp/org/netbeans/modules/javacard/project/docs/help/RunningExtendedAppletSamples.html

https://gitlab.com/essere.lab.public/qualitas.class-corpus
HTML | 32 lines | 30 code | 2 blank | 0 comment | 0 complexity | 72cc3839062c880b5f0bf7658d054b83 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html lang="en-US"><head>
  4. <!-- GenHTML revision 23224--> <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
  6. <title>Run HelloWorld Extended Applet Sample - Java Card 3 Development
  7. </title></head><body class="body"><a name="RunningExtendedAppletSamples"></a><h2>Run <tt>HelloWorld</tt> Extended Applet Sample</h2><p class="p">This <tt>HelloWorld</tt> sample demonstrates the basic structure of a Java Card 3 platform
  8. extended applet that developers can use to develop, deploy, create, execute, delete, and unload
  9. extended applets. It is a minimal extended applet utilizing the simplest source code
  10. and meta-files. This sample contains one project that demonstrates the function of an
  11. extended applet.</p><p class="p">Running the sample consists of using the IDE to start the <tt>HelloWorld</tt>
  12. applet. When running, the project installs the applet, processes an incoming APDU, and responds
  13. with a text greeting in the Output window.</p>
  14. <h2>Before You Begin</h2>
  15. <p class="p">Before performing the following procedure, either download and install the Java Card 3
  16. Development Kit, Connected Edition on your development system or download the sample from
  17. the Kenai Java Card 3 repository. See <a href="GetAdditionalExtendedAppletSamples.html">Getting Additional Extended Applet Samples</a> for instructions required to download samples
  18. from the Kenai Java Card 3 repository.</p>
  19. <hr><p class="p"><b>Note - </b>Refer to the Development Kit documentation for additional details about working with the
  20. Development Kit.</p>
  21. <hr>
  22. <ol class="ol">
  23. <li><b>Click File &#62; Open Project in the main window.</b></li>
  24. <li><b>Go to the <b></b><tt>\samples\extended_applets </tt>folder and open the <tt>HelloWorld</tt> project.</b></li>
  25. <li><b>Click the run button in the main window. </b><p>The IDE compiles, builds, and runs the sample. When the sample runs, it
  26. creates an output file.</p></li>
  27. <li><b>Verify that the contents of the output file are the same as the
  28. contents of the <tt>HelloWorld.expected.out</tt> file.</b></li></ol>
  29. </body>
  30. </html>