Click here to Skip to main content
15,917,702 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am having a problem with Eclipse, how can I resolve this issue:
Could not write metadata for '/RemoteSystemsTempFiles'
Posted
Updated 14-Jun-11 21:51pm
v2
Comments
TorstenH. 15-Jun-11 3:49am    
can you explain your problem a bit more? what do you mean by "RemoteSystemsTempFiles" ?
Nagy Vilmos 15-Jun-11 3:52am    
edited for readability

1 solution

According to this[^] it is a JVM problem where the <a href="http://www.docjar.com/html/api/java/io/DataOutputStream.java.html">DataOutputStream</a>[<a href="http://www.docjar.com/html/api/java/io/DataOutputStream.java.html" target="_blank" title="New Window">^</a>] used to do some writing has a hard-coded limit of 65535 bytes.

Check the version of your JRE, post 1.6.09 should be okay.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900