English 中文(简体)
您在“Eclipse java doument”中可加列的行文数量是否有限制。
原标题:Is there a limit on the number of lines of code you can put in an Eclipse java doument

我一直在执行一个项目,今天所有项目都进展顺利。 在一份java类文件中,我有近6,000条法典。 如果我试图在法典中增加一个国际红十字与红新月联会的条款,那么在要求这一类别时,该方案就将成为一个例外。 我试图把所有额外的刀子归入这几类,使该类人在接到要求后失败。 我试图增加我知道有工作的试金,他们都向部队发出密切的警示。 我信任我,我试图把最后的幻灯塔划入这个类别,没有什么错误。 一旦我接受最后的“如果”幻灯,就没有错误。 是否有人看到这一点? 选择班子时,该例外情况被推入 em。 我获得了部队近警戒窗口。 这里是java文档尺寸:172 503英亩 提前感谢!

最佳回答

一段时间前,我曾讨论过这个问题,发现,只要方法限制不超出,就不存在任何问题,即在一个类别中存在50克线和更多的法典。

视一种方法中实际上造成星码尺寸的原因而定,I在2-3k行码/方法之间受到限制。

添加:

事实上,在某个时候,在你的总法典过于庞大时,Eclipse坠毁,仅仅将Eclipse的记忆增加到1 Gb。 对我的项目来说,这已经足够了,这些项目总有约100克线。

问题回答

您可在以下情况下修改:

--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

此前我已注意到这一点,即Eclipse与Java本身脱节,因此,如果你有太多的密码,就非常紧张,因此,它比空洞的它所需要的要多。

您在“Eclipse java doument”中可加的行文数量是有限的。

不是确切的。

以汇编方法和其他方式对附束编码的数量有限制,但这些编号是由Java阶级档案格式(即认证程序)而不是Eclipse强加的。

或许Eclipse还需要更多的记忆,尽管我并不认为增加一个<条码>,如果说明能够可靠地启动。 (如果是的话,该例外将告诉你你你你已不忘......)





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签