19-Apr-2024 15:14 GMT.
UNDER CONSTRUCTION
Anonymous, there are 12 items in your selection
[Files] New Jamiga Version!ANN.lu
Posted on 18-Feb-2004 22:47 GMT by Richi (Edited on 2004-02-19 21:59:08 GMT by Christian Kemp)12 comments
View flat
View list
Here you can find the latest version of Java port: Version alpha 0.02
New Jamiga Version! : Comment 1 of 12ANN.lu
Posted by Richi on 18-Feb-2004 21:50 GMT
The second alpha release comes with the following new or improved features

*** JIT ***
JIT now also works on "real world" 68040/68060 Amigas

*** NETWORKING ***
Networking has been implemented (again :) )

Don't throw Tomcat at it just yet, JAmiga still lacks the required classloading mechanism, but some included small classes work well here.
Try for example

JAmiga TestSocket www.yourdomain.com

it should return the content of the webserver root file on www.yourdomain.com

Networking currently does NOT support UDP Sockets and the NetworkInterface class! Using these will throw exceptions

*** BUG FIXES ***
* The JIT Problem has been fixed (see above)

* An ugly bug in the UTF8 - UTF16 conversion has been fixed which was the reason for many memory-problems

*Networking now works in connection with multiple threads!!!! (A very old bug that was !)
Try
> JAmiga TestServerSocket 10000 5
This will wait until 5 clients have connected to the local port 10000

*** AWT ***
very little has been done on AWT, but the TestFrame class now Resizes the open window ;)
New Jamiga Version! : Comment 2 of 12ANN.lu
Posted by Sam Smith on 18-Feb-2004 22:10 GMT
Good to have progress!

A Java port to the Amiga will be something that I will be very interested in once OS4.0 is out.

---
Sam
New Jamiga Version! : Comment 3 of 12ANN.lu
Posted by Peter Gordon on 18-Feb-2004 22:39 GMT
Great stuff! This is a really interesting project. Keep up the good work :-)
New Jamiga Version! : Comment 4 of 12ANN.lu
Posted by Mr. Anonymous on 18-Feb-2004 22:53 GMT
In reply to Comment 2 (Sam Smith):
Then we can finally use modern software!
New Jamiga Version! : Comment 5 of 12ANN.lu
Posted by Anonymous on 18-Feb-2004 23:34 GMT
Does anyone at your project Jamiga contacted the author of Jikes for Amiga, in order to pick his GPL Geek Gadget sources to create a new version of that, compatible with Amigas PPC based?

I tried to visit the site of professor Kyrimis, but it seems that the link it is dead...

(How strange)

Site of professor Kyrimis author of Jikes for Amiga
New Jamiga Version! : Comment 6 of 12ANN.lu
Posted by Darth_X on 19-Feb-2004 00:40 GMT
In reply to Comment 5 (Anonymous):
Are you the author of Jikes incognito? ;)
New Jamiga Version! : Comment 7 of 12ANN.lu
Posted by miksuh on 19-Feb-2004 06:28 GMT
This starts to look really good. Keep up the good work.

I know that it's not the first thing you should do, but I want to say this anyway. When you are ready to port GUI classes too, then I hope you try to port Swing classes. AWT is a bit obsolete and restricted now, Swing is what many of the new applications use these days.
New Jamiga Version! : Comment 8 of 12ANN.lu
Posted by miksuh on 19-Feb-2004 06:32 GMT
In reply to Comment 7 (miksuh):
Ofourse even if you use Swing for GUI you still need also AWT, because Swing does not completely replace AWT.
New Jamiga Version! : Comment 9 of 12ANN.lu
Posted by Raffaele on 19-Feb-2004 08:55 GMT
In reply to Comment 6 (Darth_X):
Mr Darth_X wrote:

>Are you the author of Jikes incognito? ;)

Oh... darn! I forgot to insert my name, but who cares???
New Jamiga Version! : Comment 10 of 12ANN.lu
Posted by Don Cox on 19-Feb-2004 09:02 GMT
In reply to Comment 8 (miksuh):
"Ofourse even if you use Swing for GUI you still need also AWT, because Swing does not completely replace AWT."

I thought Swing was based on AWT as a foundation?

Anyway, I would say get AWT fully working first.

Great project, and very important to the future of Amiga.
New Jamiga Version! : Comment 11 of 12ANN.lu
Posted by Crumb // AAT on 19-Feb-2004 12:18 GMT
Good job, please continue improving it :-)
New Jamiga Version! : Comment 12 of 12ANN.lu
Posted by Alan LM Buxey on 20-Feb-2004 17:06 GMT
great news. soon we'll be able to run the Java version of FreeNET on it? :-)
Anonymous, there are 12 items in your selection
Back to Top