43 views and still no one can help me? really?!?!?!?
|
|
Ive done everything there is to do. Ive changed the link in the CacheDownloader.java, changed it in Client.java and the signlink.java but this is what i keep coming up with. It starts to download but then stop midway. can anyone help me?
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
43 views and still no one can help me? really?!?!?!?
I don't know why you have a "sencond dir". That may be causing the problem but try replacing your findcachedir() with this one
Code:public static final String findcachedir() { String s; String s1; File file; s = "C:/.reddcache_file_store_32/"; s1 = ""; file = new File((new StringBuilder()).append(s1).append(s).toString()); if(file.exists() || file.mkdir()) { return (new StringBuilder()).append(s1).append(s).append("/").toString(); } return null; }
| « Map and Floor Problems [Rep/thanks] | [PI] Models not loading [PI] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |