you can run the server?
...
you installed java?
see in c/program files / java.. exist this diectory? screen please.
Printable View
you can run the server?
...
you installed java?
see in c/program files / java.. exist this diectory? screen please.
Server launches n starts perfectly fine.
Its just the client that's giving me drama, which is why I'm confused xD
http://img844.imageshack.us/img844/3935/jut9.png
"There is no batch file, its just a .exe application. "
Doesn't all pokenet use a batchfile & jar to run the client...??
try this .bat
Quote:
@echo off SET LIBRARY_PATH=-Djava.library.path=lib\native
SET CLIENT=betaclient.jar
IF EXIST "%ProgramFiles%\Java\jre7" goto Java1.7
IF EXIST "%ProgramFiles(x86)%\Java\jre7" goto Java1.7x32
IF EXIST "%ProgramFiles%\Java\jre6" goto Java1.6
IF EXIST "%ProgramFiles(x86)%\Java\jre6" goto Java1.6x32
:Java1.7 "%ProgramFiles%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
:Java1.6 "%ProgramFiles%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
:Java1.7x32 "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
:Java1.6x32 "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
Post the server source or gtfo. It's pretty useless without source. Maybe you added exploits, backdoors or anything else that might harm. We wont know untill you post the source.
Oh and dont call me noob, thats pretty stupid to do.
Cheers!
I can't even get the client to run either. I second that you should post your source. Also, no offense, but I don't think you did much of any of this code. Pokemonium has all of these features (almost exactly.) Did you take their client and decompile and add bits of code to a Pokenet server?
If this is the case, I see no reason why you wouldn't release the source.
I do not publish the source code, because I pay 70 dollars for it! God!
Yes, the source code is the same as the server pokemonium.
If you want a source code, here is the client.
https://mega.co.nz/#!iUZDFbRT!aopCXy...B3hc49o_zZjdjE
Those who can not run the client, try with. Bat that I have left.
Code:@echo off SET LIBRARY_PATH=-Djava.library.path=lib\native
SET CLIENT=betaclient.jar
IF EXIST "%ProgramFiles%\Java\jre7" goto Java1.7
IF EXIST "%ProgramFiles(x86)%\Java\jre7" goto Java1.7x32
IF EXIST "%ProgramFiles%\Java\jre6" goto Java1.6
IF EXIST "%ProgramFiles(x86)%\Java\jre6" goto Java1.6x32
:Java1.7 "%ProgramFiles%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
:Java1.6 "%ProgramFiles%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
:Java1.7x32 "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
:Java1.6x32 "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" %LIBRARY_PATH% -jar %CLIENT% Goto End
If they had read the thread that I did before asking for help, would know that I said.
But no. When you ask for help, do not give it.
But if you post your files, all ask for the source code.
all leechers
The only person who helped me was george. All credits to him.
First of all your English was not good in that thread. You and your partner were talking as if you were the same person, and not making yourselves clear.
I offered to help, and you sent me your server source, but no compatible client to test possible fixes on. Every client I tried did not work. When I asked you to send me your client, you told me to hunt down a different one, which did not work either. Then, when I responded, you ignored my messages. Furthermore, the source you sent me had bugs that had to be fixed before I could even begin to try to fix the pokeball bug.
And clearly not all of us are leechers. Most of us are developers who could learn or use something off of the source code.
If you paid all that money and didn't want to share, you shouldn't have released the server and client. Not only can they be decompiled for their source, but of course other people are going to ask for it. You're just setting them up.
Am I allowed to share the source code of the server Lucila?