Which JRE for P133MHz?

E

Eino Komsi

Hi,

I'm going to distribute a Java application as a Windows stand-alone
application. So, I'm going to include a JRE in the zip-file.

The target environment is Pentium 133MHz with 32M memory.

QUESTION:
Does JDK 1.1.8 fit to the target environment better than J2SE 1.4? I
mean, does 1.1.8 need less memory/cpu than 1.4?

ps. I used AWT instead of Swing so that performance would be better.

thanks, EK
 
S

Skippy

The target environment is Pentium 133MHz with 32M memory.
QUESTION:
Does JDK 1.1.8 fit to the target environment better than J2SE 1.4? I
mean, does 1.1.8 need less memory/cpu than 1.4?

Always take the latest version of software, because lots of bugs are solved.
The footprint of the JVM is about 4 MB in java 1.4.2. If you haven't got
that much memory available, things will be slower, but will still work (if
you have enough virtual-memory).

Using complex GUIs will be possible with AWT, Swing will be too
cpu-intensive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,281
Latest member
Pedroaciny

Latest Threads

Top