Open ozan123456789 opened 4 years ago
What environment are you using? Processing or some other IDE? It might depend on the VM memory you set for that environment.
(Though typically it should throw an OutOfMemory exception)
I am using eclipse for java .
What are the settings for JVM memory? Did you increase it?
You could do that for whole Eclipse or as running configuration. See https://stackoverflow.com/questions/15313393/how-to-increase-application-heap-size-in-eclipse
(Again, this typically only helps when you are getting out of memory errors).
I didn't change any JVM setting. I do not know how to change it.
Did you try out the settings as explained in the link? Did it change anything?
It didn't work.
Any error messages, anything? Does it work if you are using a smaller MBTiles file?
No error message, just black screen and its steelwork on smaller MBTiles files?
I tried to open mbtiles(size 1.2 GB) file from openseamap with unfolding map java but it didn't work. It just gave me a black screen without any error message or warning.