> 220
>> 221
>> 222
>> 223
>> 224
>> 225
>> 226
>> 227
>> 228
>> 229
>> 230
>> 231
>> 232
>> 233
> 225
> 226
> 227
> 228
> 229
> 230
> 231
> 232
> 233
> 234
> 235
>
>
>
> On Mon, Mar 9, 2015 at 1:12 PM, Emmanuel Puybaret wrote:
>> Sor
226 227 228 229 230 231 232
233 234
235
On Mon, Mar 9, 2015 at 1:12 PM, Emmanuel Puybaret
wrote:
> Sorry for the late answer but I had some new information to share about
> this issue.
> I asked the user who got a JRELoadError to try to launch the program on a
> new
my_JNI_CreateJavaVM = (WRAPPED_JNI_CreateJavaVM)
>>> dlsym(handle,"JNI_CreateJavaVM");
>>>
>>> }
>>>
>>> WRAPPED_JNI_GetCreatedJavaVMs my_JNI_GetCreatedJavaVMs =
>>> (WRAPPED_JNI_GetCreatedJavaVMs)dlsym(handle,"JNI_GetCreate
(WRAPPED_JNI_GetCreatedJavaVMs)dlsym(handle,"JNI_GetCreatedJavaVMs_Impl");
> >
> > if(my_JNI_GetCreatedJavaVMs == NULL){
> > my_JNI_GetCreatedJavaVMs =
> > (WRAPPED_JNI_GetCreatedJavaVMs)dlsym(handle,"JNI_GetCreatedJavaVMs");
> > }
> >
> >
&
Hi,
I developed a sandboxed version of Sweet Home 3D that comes with its own copy
of JRE 7.
Miserably, a few users reported recently that they got a "JRELoadError" when
they launch the application.
I tried to update from JRE 7u72 to JRE 7u76, tried to replace JavaAppLauncher
by th