org.lsst.ccs.subsystems.fcs.testbench
Class HelloWorldWithJna

java.lang.Object
  extended by org.lsst.ccs.subsystems.fcs.testbench.HelloWorldWithJna

public class HelloWorldWithJna
extends java.lang.Object

The purpose of this classe is just to test jna with a very basic example : Helloworld. It's not used in the testbench application. It uses the C printf fonction to print : "Hello, World". And it works fine. This example comes from the web page for JNA on the github.com site.

Author:
virieux

Nested Class Summary
static interface HelloWorldWithJna.CLibrary
           
 
Constructor Summary
HelloWorldWithJna()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldWithJna

public HelloWorldWithJna()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 2011 LSST. All Rights Reserved.