Page 1 of 1

JAVA EE ECLIPSE ERROR

PostPosted:Fri Feb 10, 2017 11:03 am
by reca
Hi Sir Jllort,

I am trying to connect OpenKM to Java EE Eclipse, but when i get to next procedure where i need to install the m2e subclipse i get error.

see the attached screenshot.

Kindly advice is their any other way to install it or did i missed out to install something, cause other application also same error prompt "cannot complete the install because one or more required items could not be found.

I am following your instruction here via Yotube https://www.youtube.com/watch?v=3h4R8AoN_BI&t=925s

cause i need to configure the dashboard,

Am I correct this application i need to configure the dashboard??

Thanks and Regards. :)

Re: JAVA EE ECLIPSE ERROR

PostPosted:Sat Feb 11, 2017 5:30 pm
by jllort
I suggest downloading openkm portable https://sourceforge.net/projects/openkmportabledev/ and do not fight configuring from a clean eclipse.

The eclipse portable is a 32 bits and must be started with jdk 32 bits ( what is embeded into the portable ), if you have problem on get it running take a look here about change vm location https://wiki.eclipse.org/Eclipse.ini
Code: Select all
-vm
C:\openkm-dev\tools\etc...\javaw.exe 
I do not remember the exact path where is the JVM embeded ( into one of the eclipse subfolders ).

Finally when you have portable running, you should use jdk 1.7 64 for compiling, running openkm etc... not the 32 bits what should be only used for starting eclipse ( I know, a little folks )