Search found 9 matches

by stickman
16 Sep 2015, 11:36
Forum: SFS2X Questions
Topic: GUIDE: Using Java 8 with SFS2X
Replies: 26
Views: 47839

Re: GUIDE: Using Java 8 with SFS2X

I had followed the instructions, however #2 should be split into 2 steps or re-written for clarity :) 2) Uncompress the download and replace the jre/ folder under the root of your SmartFoxServer 2X installation, replacing the existing folder. This will overwrite the previous JRE. For MacOSX users th...
by stickman
16 Sep 2015, 04:42
Forum: SFS2X Questions
Topic: GUIDE: Using Java 8 with SFS2X
Replies: 26
Views: 47839

Re: GUIDE: Using Java 8 with SFS2X

I'm experiencing the same thing. "Unsupported major.minor version 52.0". Extension is compiled with 1.8.0_60 and java -version returns: java version "1.8.0_60" Plus, ls -alh /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK returns /Library/Java/JavaVirtualMachines/...
by stickman
19 May 2015, 19:08
Forum: SFS2X Questions
Topic: Saving a class instance as a property of a Room
Replies: 1
Views: 3831

Saving a class instance as a property of a Room

Hi Guys! I've written an game that has numerous Rooms, each with similar functionality. All the functionality is server side and it's pretty basic stuff. What I've done is I've written a GameManager class that encapsulates the functionality for the game and save an instance of it for each Room using...
by stickman
08 Sep 2008, 18:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: BuddyListPersister Example
Replies: 1
Views: 3929

BuddyListPersister Example

If there is someone out there who would be kind enough to post a very basic BuddyListPersister Java class as an example, it would be greatly appreciated. From what I've read on the forums, there are a number of people struggling with it, so I'm certain it would be a welcome post. I've tried just cut...
by stickman
05 Sep 2008, 17:34
Forum: Server Side Extension Development
Topic: Java NOOB needs help!
Replies: 3
Views: 6322

Anyone know a workaround for this? We're really stuck. I appreciate it may be a simple (begginer) problem, however, we're not well versed in Java dev.
thx.
by stickman
03 Sep 2008, 12:10
Forum: Server Side Extension Development
Topic: Java NOOB needs help!
Replies: 3
Views: 6322

I had put: public Map<String,String> getOfflineVariables() { Map<String,String> m = new HashMap<String,String>(); return m; } Just to stop it from erroring, but it didn't work. If I use : public void getOfflineVariables(String userName) I get: The return type is incompatible with AbstractBuddyPersis...
by stickman
03 Sep 2008, 01:30
Forum: Server Side Extension Development
Topic: Java NOOB needs help!
Replies: 3
Views: 6322

Java NOOB needs help!

Trying to get a BuddyList Persister running, but keep getting this error and I can't figure out how to solve it: Unexpected Exception: java.lang.UnsupportedOperationException: Method not available. It should be implemented by the custom persister sub-class! at it.gotoandplay.smartfoxserver.data.budd...
by stickman
30 Aug 2008, 15:39
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Viewing the H2 database tables for the BuddyList
Replies: 2
Views: 5038

Thanks! Are we to assume once we have a BuddyListPersister class pointing to a MySQL database, the tables will be created dynamically? In that case it it compatible with MySQL?
by stickman
30 Aug 2008, 12:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Viewing the H2 database tables for the BuddyList
Replies: 2
Views: 5038

Viewing the H2 database tables for the BuddyList

We've implemented the SFS BuddyList using the embedded H2 database and have run the H2 Console to access the SFSCORE database, however, the database seems empty. How do we view the tables and schema that the BuddyList uses? Are we missing something? Our reason for wanting this is to migrate the H2 t...

Go to advanced search