Re: JRELoadError

2015-03-10 Thread David DeHaven
> 220 >> 221 >> 222 >> 223 >> 224 >> 225 >> 226 >> 227 >> 228 >> 229 >> 230 >> 231 >> 232 >> 233

Re: JRELoadError

2015-03-10 Thread Emmanuel Puybaret
> 225 > 226 > 227 > 228 > 229 > 230 > 231 > 232 > 233 > 234 > 235 > > > > On Mon, Mar 9, 2015 at 1:12 PM, Emmanuel Puybaret wrote: >> Sor

Re: JRELoadError

2015-03-09 Thread Peter J Slack
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

Re: JRELoadError

2015-02-02 Thread David DeHaven
my_JNI_CreateJavaVM = (WRAPPED_JNI_CreateJavaVM) >>> dlsym(handle,"JNI_CreateJavaVM"); >>> >>> } >>> >>> WRAPPED_JNI_GetCreatedJavaVMs my_JNI_GetCreatedJavaVMs = >>> (WRAPPED_JNI_GetCreatedJavaVMs)dlsym(handle,"JNI_GetCreate

Re: JRELoadError

2015-02-01 Thread Emmanuel Puybaret
(WRAPPED_JNI_GetCreatedJavaVMs)dlsym(handle,"JNI_GetCreatedJavaVMs_Impl"); > > > > if(my_JNI_GetCreatedJavaVMs == NULL){ > > my_JNI_GetCreatedJavaVMs = > > (WRAPPED_JNI_GetCreatedJavaVMs)dlsym(handle,"JNI_GetCreatedJavaVMs"); > > } > > > > &

JRELoadError

2015-01-30 Thread Emmanuel Puybaret
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