Changeset 1562


Ignore:
Timestamp:
08/10/10 18:20:56 (20 months ago)
Author:
Tobias Richter
Message:

for additional safety bring back the detection of jvm
refs #219

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bindings/java/native/NexusFile.c

    r1557 r1562  
    8989#endif 
    9090 
    91     /* (*jvm)->AttachCurrentThread (jvm, (void **) &env, NULL); */ 
     91    /* ignore env passed in seems safer */ 
     92    (*jvm)->AttachCurrentThread (jvm, (void **) &env, NULL); 
    9293 
    9394    if (env == NULL) { 
Note: See TracChangeset for help on using the changeset viewer.