Skip to content

Instantly share code, notes, and snippets.

View nautical's full-sized avatar
👨‍💻
Working from home

Piyush nautical

👨‍💻
Working from home
View GitHub Profile
@nautical
nautical / gist:9859418
Created March 29, 2014 18:18
JNI_c_solr
#include <jni.h>
#include <stdio.h>
#include <stdlib.h>
#define ln printf("%d \n",__LINE__);fflush(stdout);
JNIEnv* create_vm(JavaVM **jvm)
{
JNIEnv* env;
JavaVMInitArgs args;
/*
* File: pie.h
* Author: yip
*
* Created on 17 July, 2013, 4:53 PM
*/
#ifndef PIE_H
#define PIE_H