Search found 10 matches

by Angélique
13 Jan 2012, 23:14
Forum: SFS2X Questions
Topic: How to debug server side java extension by using Eclipse
Replies: 10
Views: 21487

Hi, I use server version 2.0.0-RC1 and there's no JVM settings tab in the Server Configurator module of the admin...

Do you think you could help me set up the remote debug ?
by Angélique
23 Nov 2011, 21:56
Forum: SFS2X ActionScript 3 API
Topic: No confirmation received after CreationRoom request
Replies: 2
Views: 5334

Thank you so much for your reply.

Subscription was the problem. I was searching information in the create a room documentation page, and this is explained in the architecture page.
by Angélique
22 Nov 2011, 21:15
Forum: SFS2X ActionScript 3 API
Topic: No confirmation received after CreationRoom request
Replies: 2
Views: 5334

No confirmation received after CreationRoom request

Hi there, Fighting with game room creation at the moment. Here is what I'm trying to do : 1) the client checks if there's any room available 2) if yes, quickjoinrequest 2b) if not, the client requests a room to be created I have a problem with 2b : even though the request is sent and received, and e...
by Angélique
12 Jul 2011, 15:11
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

My file is called SpawnExtension.jar

But actually no extension shows up, even three example from Smartfox Server. :(
by Angélique
12 Jul 2011, 14:44
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

Thank you so much both of you. Indeed, I finally found there was some errors thrown in the server log. I fixed my package name and now the code is working : my Actionscript 3 client can connect and log to this zone. Thank you again, appels and bax. Though, the extensions still don't show up when I c...
by Angélique
12 Jul 2011, 01:07
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

First, thank you so much for your help.

I checked my config. The installed jre is ok.
I have a doubt for the compiler. You say "6.0" but all I can select is 1.6 or previous version. It seems to use something called JavaSE-1.6. Is it different from the SDK ?
by Angélique
12 Jul 2011, 00:17
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

hm.. is this normal that my jar file is just a sort of zip I can extract and get the class file ? I looks like it zips it, but doesn't really compile anything... ?
by Angélique
12 Jul 2011, 00:03
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

I don't really know... I'm not familiar with JAVA. When I try to check in my project properties, and "JAVA compiler", it says JavaSE-1.6. I don't really see any other place to set up this. To get the jar file, I'm doing like in the SFSx2 tutorial video : I'm using the export feature. It ta...
by Angélique
11 Jul 2011, 23:11
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

Ok... I'm not sure this is my problem then, because mine is quite close : package com.bigroundeyes.java.spawn; import com.smartfoxserver.v2.extensions.SFSExtension; public class SpawnExtension extends SFSExtension { @Override public void init() { addRequestHandler("PLAY&qu...
by Angélique
11 Jul 2011, 21:11
Forum: SFS2X Questions
Topic: Simple Extension doesn't show up in the admin
Replies: 18
Views: 22470

Simple Extension doesn't show up in the admin

Hello there, I am currently trying SmartFoxServer to see if it would be a suitable solution for our multiplayer games project. I find it a bit hard to get the right documentation, though. I'm trying to make an extension, but it can't get it to show up in the server admin. The jar file is under "...

Go to advanced search