
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||
|
import org.pEp.jniadapter.*; |
||||
|
|
||||
|
class AdapterTest { |
||||
|
public static void main(String[] args) |
||||
|
{ |
||||
|
System.out.println("running..."); |
||||
|
try { |
||||
|
Engine e = new Engine(); |
||||
|
} |
||||
|
catch (pEpException e) { |
||||
|
} |
||||
|
System.out.println("... shutting down"); |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue