Hey guys I tried to run my server through eclipse but I was getting errors in the console, I fixed whatever I could but have this left, the cache file is there but I cant figure out why its doing this
Can someone please help, will be much appreciated
[CODE]Exception in thread "main" java.io.FileNotFoundException: user.home\742Cache\main_file_cache.dat2 (The system cannot find the path specified)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at com.ben.store.Store.<init>(Store.java:34)
at com.ben.store.Store.<init>(Store.java:28)
at com.ben.store.Store.<init>(Store.java:24)
at com.matrix742.cache.Cache.load(Cache.java:72)
at com.matrix742.Launcher.main(Launcher.java:95)[/CODE]
Can someone please help, will be much appreciated
[CODE]Exception in thread "main" java.io.FileNotFoundException: user.home\742Cache\main_file_cache.dat2 (The system cannot find the path specified)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at java.io.RandomAccessFile.<init>(Unknown Source)
at com.ben.store.Store.<init>(Store.java:34)
at com.ben.store.Store.<init>(Store.java:28)
at com.ben.store.Store.<init>(Store.java:24)
at com.matrix742.cache.Cache.load(Cache.java:72)
at com.matrix742.Launcher.main(Launcher.java:95)[/CODE]
Share this post
Link to post
Share on other sites