Is it possible to import a 70GB File in IntelliJ Through Java?
已回答
Hi everyone.
Actually i want to import a 70GB file in intelliJ through java code. Is it possible? If yes then anyone can help me regarding this.
请先登录再写评论。
Hi. Could you please clarify the problem here, are you trying to open the 70 Gb file in IDEA, or write a program to load 70Gb file?
First i will open this file (size=70gb). Then i have to read the contents of that file.
I will write a program to load and open, then read this file. Its an XML file.
If you have a question related to general java software development, it's better to try asking at https://stackoverflow.com, this forum is mostly for IDE related questions.