Results 1 to 2 of 2
- 09-13-2011, 11:31 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 19
- Rep Power
- 0
Bundling user defined exe into JRE6 folder
I am facing one problem in my application as following:
Java classes from my application uses JRE6 files for execution so I have bundled JRE6 folder in my application. An exe from my application loads JVM using function: Loadlibrary(jvm.dll's path). This works fine on XP but on Windows 7 machine an error is being thrown - "Unable to load JVM error."
What could be the issue? any suggestion?
This error disappears on Windows 7 machine if I bundle the above exe(exe from my application) with JRE6 folder at the following path:
JRE6/bin/MyExe.
It seems that exe is able to find its JVM dependencies at the path - JRE6/bin/MyExe. But would it be JRE6 Copyright and Licensing violation if I bundle my exe with JRE6 and distribute it along with my application.
NOTE: Exe from my application only loads JVM and does not add/modify/delete any file from JRE6 folder.Sameer
- 09-16-2011, 04:53 AM #2
Member
- Join Date
- Dec 2008
- Posts
- 64
- Rep Power
- 0
Re: Bundling user defined exe into JRE6 folder
Did you write this exe yourself? If so you can fix this if not then more than likely whoever wrote it is looking in the Program Files directory and if you are running 64-bit windows it should be looking in the "Program Files (x86)" folder if you have a 32-bit jre installed. This is crucial because the correct location needs to be known and possibly in your path depending on how your code works in order to find the jvm.dll path. The best thing to do is look in the windows registry for the java installation location and most recent version then use this location to find the jvm, if you are doing this in C it's quite a bit of work unfortunately and ties you to Windows.
Similar Threads
-
how to write user defined class as Immutable?
By srinivasmallabathula in forum New To JavaReplies: 3Last Post: 07-04-2011, 11:50 PM -
array of objects with user defined values
By swathi dharmaraj in forum New To JavaReplies: 3Last Post: 04-14-2011, 03:59 PM -
User Defined Method
By overcranked in forum New To JavaReplies: 6Last Post: 04-09-2010, 01:02 AM -
JSP with user-defined java classes
By adammyth in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 03-05-2010, 06:13 PM -
RegardingSgould Enter in user defined inbox
By Prashant.surwade in forum CLDC and MIDPReplies: 0Last Post: 09-23-2009, 01:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks