Discussion:
Error Parsing Files
apostolish
2013-08-27 10:32:47 UTC
Permalink
hello,
i hava an old java project(javabean ide 5.5) and when i open it with
javabean ide 7.3.1 , i have a lot of errors. In many(not all) java files i have the error 'Error parsing files'.
An other problem which i have is when i double click on a java file to open it with the editor i have the message:
'The file Frame1.java seems to be too large(1Mb) to safely open. Opening the file could cause OutOfMemoryError, which would make the IDE unusable. Do you really want to open it! '.
What can i do about these?

thanks in advance
Wade Chandler
2013-08-27 11:14:49 UTC
Permalink
If the one about memory works then open it. For the other, create a simple
project of roughly the same type and compare the project files ... Ant I am
assuming. Then adjust yours to match. Be sure you have your project in
source control or backups as you may make mistakes, but of course it always
pays to do that no matter what.

Wade
Post by apostolish
hello,
i hava an old java project(javabean ide 5.5) and when i open it with
javabean ide 7.3.1 , i have a lot of errors. In many(not all) java files i
have the error 'Error parsing files'.
An other problem which i have is when i double click on a java file to
'The file Frame1.java seems to be too large(1Mb) to safely open. Opening
the file could cause OutOfMemoryError, which would make the IDE unusable.
Do you really want to open it! '.
What can i do about these?
thanks in advance
Continue reading on narkive:
Loading...