1. Double-click to open OpenProj. Exe unresponsive solution:
1) modify openproj1.4.0.ini, change Maximum Version=any to Maximum Version=1.7 and save.
2) double-click OpenProj. Exe again, the path to select the jre will pop up, select the directory where the native jre is installed ( important: you must select the 32-bit jre, and the Java version is below 1.8, the reason will be explained below )
second, prompt “Failed to load Java VM Library” error solution:
1) open “start” -> Run “, enter “%USERPROFILE%”, and open to the user’s home directory.
2) open “AppData” in home directory -> Roaming “- & gt;” OpenProj “- & gt;” {13702021-43FB-480C-912F-D9B74A538288} “Directory, there is a” OpenProj1.4.0.ini “file below.
3) edit this file by changing the JRE Path= to the directory where the native JRE is installed ( important: you must select a 32-bit JRE and the Java version is below 1.8, for reasons explained below )
the prompt “Failed to load the Java VM Library” of the reason for the error, mainly because of the compiler OpenProj is to use a 32-bit JDK, and so in 64 the JRE to run have a problem, and seemingly version does not support Java8 +, anyway I use Java8 will appear first, double-click the have no reaction, after changing Java 7 32 bit was no problem, the hope can help solve this problem more and more people
Read More:
-
Summary
-
Files
-
Reviews
-
Support
-
Mailing Lists
-
Tickets ▾
- Support Requests
- Bugs
- Patches
- Feature Requests
-
News
-
Discussion
-
Code
Menu
▾
▴
Openproj wont open
Created:
2010-08-17
Updated:
2013-05-15
-
I upgraded to windows 7 Pro 64bit and reinstalled openproj 1.4. Now when I double click on the file to open it the program thinks for a second, and then stops. Does not open the program, and openproj does not appear in task manager. I have reinstalled it twice now with the same result. Help!
-
I’m running Windows 7 Pro 64bit too and when I installed openproj 1.4 and tried to launch it I get:
Failed to load Java VM library: c:Javajre6binserverjvm.dll (errno = 193).
Could this be something to do with the fact that I have 64bit Java but openproj is 32bit?
-
Same problem here
“Failed to load Java VM library: c:Javajre6binserverjvm.dll (errno = 193)”
Win 7 pro 64 bit OS.
Any clue from devs?
-
I found a fix for this. It’s not ideal but I got OpenProj to work by uninstalling my 64-bit Java and installing 32-bit Java.
That worked.
I tried to find a way to point OpenProj to the 32-bit one when both 32 and 64-bit are installed together but I had no success. I tried changing all the JAVA_HOME variables in the registry to point to the 32-bit home but that made no difference.
I also had a look at the openproj.ini file and it looks like there should be a way of setting something in there but there’s no documentation anywhere to guide.
So I’m left without a 64-bit Java install at the moment. I haven’t found anything that doesn’t work yet so maybe I can make do with just the 32-bit Java.
Hope this helps.
-
Also using Win7 Pro 64bit (fresh installation, nothing else installed) and I have the same problem.
-
In Linux there is a file called run.conf, located in the /home/<user>/.openproj directory, that I have to change the JAVA_EXE variable from “java” to “/opt/jre1.6.0_26/bin/java”
JAVA_EXE=”/opt/jre1.6.0_26/bin/java” to work on Ubuntu 11.04. I believe that in Windows environment there is the same file to be change in the use AppData directory.
-
Fabulous! Thank you.
I’m running Windows 7 Professional (64-bit) and I now have both the 32-bit and 64-bit JREs (1.6.x) installed. I was able to edit the OpenProj1.4.0.ini file at C:UsersUSERNAMEAppDataRoamingOpenProj{13702021-43FB-480C-912F-D9B74A538288} and point it to the 32-bit version. It’s now working.
-
Yeah, the first major update to OpenProj since we got acquired by Serena is coming out tomorrow. ProjectLibre was a major rewrite and includes compatibility with MIcrosoft Project 2010, bug fixes, printing of reports, a ribbon UI and more. You can download ProjectLibre also on Sourceforge. We also launched a community site at http://www.projectlibre.org There are images and other information on the community site. It would be good to get your feedback on ProjectLibre
-
Hi tahoeob,
I had the same problem, a file previously opening in openproj now just loads blank (thinks for a second then everything is grey) and I noticed this thread.
On advice that project libre would replace openproj I waited till the end of Aug for the release and have downloaded Libre but still nothing happens when I attempt to open the .pod file
As mentioned, this file was previously able to be opened – I don’t understand why this cannot be opened in either OpenProj or ProjectLibre any more.
any ideas? I loved the old version and I am sure I will the new one as well but I have lost my entire home projects (luckily I have an excel version) and it all seems unstable at the moment to continue.
thanks
Log in to post a comment.
Location Offline
Senior Member
Reputation:
103
Thanks Given: 305
Thanks Received: 542 (64 Posts)
Posts:
223
Threads:
33
Joined: Jun 2011
1
09-23-2019, 01:14 PM
Hi to all
I had this problem on WIN 64 bit systems and find a solution then I want to share with everyone who need that.
For fixing IToolRadar error: Failed to Load Java VM library: CProgram FilesJavajre1.8.0_101BinServerjvm.dll ( error: 193 )
1. install JRE x86
2. Restart your system
3. Go to: C:Users(your user name)AppDataRoamingITool Radar{Ca……………….}
4. Right click on IToolRadar.ini file end select Edit
5. Edit JRE Path=C:Program FilesJavajrexxxx to JRE Path=C:Program Files (x86)Javajrexxxx and save that.
*For find AppData you must select show hidden files
** jrexxxx depend on which version of java you installed ( you can go to C:Program Files (x86)Java and copy its name and paste in ini file for example: JRE Path=C:Program Files (x86)Javajre1.8.0_221).
Thanks given by: Honnndaaa , MANIEK90 , Juri333 , MERCED , autoelektronik , aan , Thinkpad , Sanyaga500 , romasi , xxantonxx , hummelone , radas , SportLeicht , Septonas , wosanyn31 , Gordon_Freeman , Chubs , autotree , karlit0z , ph0en1x , Himars_M142 , kronk92
Reputation:
48
Thanks Given: 471
Thanks Received: 318 (71 Posts)
Posts:
215
Threads:
31
Joined: Feb 2011
2
09-23-2019, 01:55 PM
(09-23-2019, 01:14 PM)m5361 Wrote: Hi to all
I had this problem on WIN 64 bit systems and find a solution then I want to share with everyone who need that.
For fixing IToolRadar error: Failed to Load Java VM library: CProgram FilesJavajre1.8.0_101BinServerjvm.dll ( error: 193 )
1. install JRE x86
2. Restart your system
3. Go to: C:Users(your user name)AppDataRoamingITool Radar{Ca……………….}
4. Right click on IToolRadar.ini file end select Edit
5. Edit JRE Path=C:Program FilesJavajrexxxx to JRE Path=C:Program Files (x86)Javajrexxxx and save that.*For find AppData you must select show hidden files
** jrexxxx depend on which version of java you installed ( you can go to C:Program Files (x86)Java and copy its name and paste in ini file for example: JRE Path=C:Program Files (x86)Javajre1.8.0_221).
Had the same, download new java version and problem gone
MERCED
Location Offline
Junior Member
Reputation:
0
Thanks Given: 7
Thanks Received: 8 (4 Posts)
Posts:
7
Threads:
0
Joined: May 2018
3
10-18-2020, 10:23 PM
Hello Friends, Please help Assist, I am a proud NEW user of ista software & an original Icom Next, BUT am always having issues connecting to esys with my Icom, I wanted to use ITOOLRADAR to solve my connection problems, But I cannot get to install it in a working state 8-(
I am having the same issue same error,
I have downloaded latest java
copied the itoolradar folder to my program folder (as per instructions)
My issue is, I can not see anything other then a microsoft folder in my user/default/appdata/roaming/folder,?
you guys apparently have an itoolradar folder there?
Please help Shed some light on my issue, thanks, Where am I going wrong?
Thanks given by:
Starting icCube produces the following error
asked Apr 17, 2015 at 8:30
ic3ic3
7,84713 gold badges66 silver badges112 bronze badges
1 Answer
This is due to a mismatch between icCube and the JRE. Most probably icCube is in 64bits and the JRE in 32bits. We advise to :
- Uninstall icCube and the Java JRE
- Download & Install a 64bit version of Java
- Install again icCube
This should fix the problem
answered Apr 17, 2015 at 8:30
ic3ic3
7,84713 gold badges66 silver badges112 bronze badges
Go to worldsonline
r/worldsonline
Worlds is an online 3D chat service by Worlds Inc that has been in operation since 1995. It is still online and with a community to this day.
This subreddit is ran by users, we are not the company or admins. We hope you enjoy your stay!!!
Members
Online
java runtime enviroment not found??
i have java installed so no idea why this is happening
when i try to run the jre this error pops up: failed to load java VM library: c:programfilesjavajre1.8.0_351binserverjvm.dll (errno = 193)