Remove Twitter links.
[SquirrelJME.git] / nanocoat / cmake / tryJni.c
blobb64fd38411477a8fb07e2d5059273838d80ee101
1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // -------------------------------------------------------------------------*/
10 #include "../include/3rdparty/jni/jni.h"
12 int main(int argc, char** argv)
14 return JNI_CreateJavaVM(NULL, NULL, NULL);