Jump to content

WiFi Transfer


bafio

Recommended Posts

Hi!

 

Jet another new version, almost one a day :D

This time the changes are significant, and should fix many problems. Try it out!

 

 

Version 0.95 RC

 

More big news!

This time it should work MUCH better for real.

 

* The server has been rewritten completely, there

were some serious flows and a stupid bug that made

the recovery from errors useless.

Plus the server now can handle multiple clients...

* Basic DNS. You can type a normal address as destination IP, so

you can (not tested) connect to a remote server.

Type the address and press list.

* Many many bugfixes, and added recovery code for bad situations

like timeouts, to avoid that the application freeze.Still can happen at times,

but should be rare.

* Some more bugfixes I can't remember...

 

Bafio

Link to comment
Share on other sites

  • Replies 44
  • Created
  • Last Reply

Top Posters In This Topic

Jason-Bardeys-Computer:~/Documents/Sites/ARCHIVES/wifitransfer_095 jason$ java -jar server.jar servertest 21 10

Exception in thread "main" java.lang.UnsupportedClassVersionError: bafio/TransferServer (Unsupported major.minor version 49.0)

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

at java.net.URLClassLoader.access$100(URLClassLoader.java:55)

at java.net.URLClassLoader$1.run(URLClassLoader.java:194)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:187)

at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

 

Sums it up I guess. Is that the Java 1.4 support missing again?

Link to comment
Share on other sites

Jason-Bardeys-Computer:~/Documents/Sites/ARCHIVES/wifitransfer_095 jason$ java -jar server.jar servertest 21 10

Exception in thread "main" java.lang.UnsupportedClassVersionError: bafio/TransferServer (Unsupported major.minor version 49.0)

        at java.lang.ClassLoader.defineClass0(Native Method)

        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

        at java.net.URLClassLoader.access$100(URLClassLoader.java:55)

        at java.net.URLClassLoader$1.run(URLClassLoader.java:194)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:187)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

 

Sums it up I guess. Is that the Java 1.4 support missing again?

 

Ops, I forgot to mention: I introduced a whole lot of new stuff in this version, and I use features specific of java 1.5, so my suggestion is to update to java 1.5, it is by the way a good idea, since it's a much improved version.

If I see there si much request for a java 1.4 version, I can try backporting, but I would avoid that if possible (there are some automatic tools, but you can't trust the results!)

 

Take a look at the website in a few minutes, I'm uploading 0.96.

 

I didi not get much feedback, but I think that the file transfer should be much more reliable this time!

I want to start working on a new project, so if I don't get bug reports version 0.96 will be the last for some time.

 

Cheers!

 

Bafio

Link to comment
Share on other sites

When I try to load the server.jar file, the computer can't find the main class. I try running runme.bat in the console, I get teh same error and it spews what looks like java at me. What's wrong? Do I need to reinstall java. I don't wanna! It's 14 MB over dial-up B):P

Edited by dualscreenman
Link to comment
Share on other sites

A new version is out!

 

no beg differences, just some fine tuning...

Also this time a java 1.4 version is included, not sure if it really works though...

 

Bafio

 

Unfortunatley i can't install a version of java greater than 1.4.

 

I'll try the automatic tool I was talking about, so I'll make a 1.4 version as soon as I have the time :P

 

Bafio

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...