Error when importing MPP file (Mircosoft Project)

Thread Starter

jeremybryan279

Joined Oct 8, 2015
1
Hi, today I tried to import an mpp file and I got the following error:


java.class.path: eclipsito.jar;.

java.home: C:\Program Files (x86)\Java\jre7

java.ext.dirs: C:\Program Files

(x86)\Java\jre7\lib\ext;C:\windows\Sun\Java\lib\ext

java.io.tmpdir: C:\Users\peter.danailov\AppData\Local\Temp\

java.runtime.version: 1.7.0_51-b13

java.vendor: Oracle Corporation

java.vm.name: Java HotSpot(TM) Client VM

java.vm.vendor: Oracle Corporation

java.vm.version: 24.51-b03

os.arch: x86

os.name: Windows 7

os.version: 6.1

sun.java.command: org.bardsoftware.eclipsito.Boot

ganttproject-eclipsito-config.xml -log

user.country: US

user.dir: C:\Program Files (x86)\GanttProject-2.6

user.home: C:\Users\peter.danailov

user.language: en

user.timezone: Europe/Minsk

Is there a way to stop this error?
 

Casassa

Joined Oct 10, 2015
1
How big is your mpp file? You may try increasing the amount of memory available

to Java Runtime. Unfortunately you can't do it for ganttproject.exe (which is

associated with GanttProject shortcuts in Windows menus) but you can do it for

ganttproject.bat which comes with ZIP distro (and with Windows distro too,

AFAIR). Try replacing -Xmx512m with -Xmx1024m in ganttproject.bat and start

that bat file.

Moderators note: removed commercial link
 
Top