User Tools

Site Tools


jpf-native:start

This is an old revision of the document!


Handling Native Code

JPF has two ways to handle native code:

  • model class
  • native peer class

Consider, for example, the following app.

import java.util.Date;
 
public class Now
{
    public static void main(String[] args)
    {
        Date now = new Date();
        System.out.println(now);
    }
}
jpf-native/start.1242333762.txt.gz · Last modified: 2009/05/14 20:42 by franck

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki