Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Virtual Machine / August 2004

Tip: Looking for answers? Try searching our database.

Re: java 1.4 beta

Thread view: 
babelart - 20 Aug 2004 15:34 GMT
Hi,

I just wanted to know if anyone out there downloaded
the beta version of the java  jdk 1.4.

When I invoke the compiler or interpreter, javac or java,
it threads itself, sometimes more than 15 times.
That was not the case with version 1.2 of the JDK
I was using on Linux. Also the regular expression 'replace'
method for the 'String' class were also missing.
They are in the final non-beta version.

Regards,
Pierre.
Roedy Green - 27 Aug 2004 22:50 GMT
>I just wanted to know if anyone out there downloaded
>the beta version of the java  jdk 1.4.

Beta 1.4 is long obsolete.  They are up to 1.4.2_05.  Did you mean
beta 1.5?

Signature

Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

Tony Morris - 28 Aug 2004 06:32 GMT
J2SE uses native threads (since 1.3?).
On Linux, this is a new process.

Signature

Tony Morris
http://xdweb.net/~dibblego/

Randall Schulz - 30 Aug 2004 19:41 GMT
Tony,

At Friday 27 August 2004 22:32 in comp.lang.java.machine Tony Morris
wrote:

> J2SE uses native threads (since 1.3?).
> On Linux, this is a new process.

Correction:

On Linux kernels prior to version 2.6, threads /appear/ as separate
processes in the sense that they show up in a ps listing, e.g., but are
still threads sharing the virtual memory (except their stack), file
descriptors, signal dispensation, resource limits etc. with the main
process to which they belong.

In Linux kernel 2.6, the thread implementation has been substantially
changed, and they no longer appear as separate processes.

Randall Schulz
Tony Morris - 31 Aug 2004 11:41 GMT
Yeah - something like that :)
Who uses that crusty operating system anyway?

Signature

Tony Morris
http://xdweb.net/~dibblego/



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.