473,411 Members | 1,918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Why is there no OS written in Java?

Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel
--
Using OpenBSD with or without X & KDE?
http://dfeustel.home.mindspring.com
Jun 30 '06 #1
11 7008
df******@mindspring.com wrote:
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel


I suppose if the interpreter was implemented by hardware, it may work. I
thought I read something about Sun (or somebody else) doing this for small
devices.
--
Posted via a free Usenet account from http://www.teranews.com

Jun 30 '06 #2
Miguel De Anda <mi****@thedeanda.com> wrote:
df******@mindspring.com wrote:
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel


I suppose if the interpreter was implemented by hardware, it may work. I
thought I read something about Sun (or somebody else) doing this for small
devices.

ARM came out with Java instruction execution hardware assist which
they named Jazelle.

--
Using OpenBSD with or without X & KDE?
http://dfeustel.home.mindspring.com
Jun 30 '06 #3
Visit the web site http://www.jstamp.com/

<df******@mindspring.com> wrote in message
news:O01pg.21545$Yk.15181@trnddc06...
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel
--
Using OpenBSD with or without X & KDE?
http://dfeustel.home.mindspring.com

Jun 30 '06 #4
Bingo. JStamp. two JVMs running in hardware. Java bytecodes are the
CPUs native instruction set. Let me repeat. Java bytecodes are the
JStamp's native instruction set.

its fast, too.

Based on aJile chips.

http://jstamp.com/
http://ajile.com/
John Fredrickson wrote:
Visit the web site http://www.jstamp.com/

<df******@mindspring.com> wrote in message
news:O01pg.21545$Yk.15181@trnddc06...
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel
--
Using OpenBSD with or without X & KDE?
http://dfeustel.home.mindspring.com



--
jeremiah();
Jul 1 '06 #5
On Fri, 30 Jun 2006 03:38:22 GMT, df******@mindspring.com wrote:
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel

Its simple.. Because for all its portability, Java is a big slow
fuckin pig. Nobody can name a single client app that performs worth a
fuck, much less an OPERATING system. There was a time, ten years ago,
when Sun had alliances with hardware vendors that mattered. But due
to recent technologies, I can tell you from 30+ years experience in
this business, Sun no longer matters and Java doesn't matter for much
longer. Its performance sucks because it tries to be cross platform
when no other platforms matter.

Jul 1 '06 #6
jeremiah johnson <jj******@psg.com> wrote:
Bingo. JStamp. two JVMs running in hardware. Java bytecodes are the
CPUs native instruction set. Let me repeat. Java bytecodes are the
JStamp's native instruction set.

its fast, too.

Based on aJile chips.

http://jstamp.com/
http://ajile.com/
http://ajile.com/ - does not work
http://www.ajile.com/ - works

Thanks for the Links!
John Fredrickson wrote:
Visit the web site http://www.jstamp.com/

<df******@mindspring.com> wrote in message
news:O01pg.21545$Yk.15181@trnddc06...
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel
--
Using OpenBSD with or without X & KDE?
http://dfeustel.home.mindspring.com



--
Using OpenBSD with or without X & KDE?
http://dfeustel.home.mindspring.com
Jul 1 '06 #7
howmanyidiots wrote:
>

On Fri, 30 Jun 2006 03:38:22 GMT, df******@mindspring.com wrote:
>>Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel


Its simple.. Because for all its portability, Java is a big slow
fuckin pig. Nobody can name a single client app that performs worth a
fuck, much less an OPERATING system. There was a time, ten years ago,
when Sun had alliances with hardware vendors that mattered. But due
to recent technologies, I can tell you from 30+ years experience in
this business, Sun no longer matters and Java doesn't matter for much
longer. Its performance sucks because it tries to be cross platform
when no other platforms matter.
I had heard that a number of years ago Sun tried to design a Java chip to
execute Java directly. Then, it got railroaded into supporting C, since
they already had an OS written in C. So, the Java Chip never really took
off, and I suppose the same would be said for the OS because why should you
rewrite all that code when you have it already written?

I have, for the most part, given up on Java. There was a time I made 6
figures being a Java architect, but those days are long gone.

Not to start a flame war, but these days I write apps in Python and PHP. I
really don't see any advantages Java could possibly offer to make me want
to develop in it anymore, except maybe for an applet -- which would
probably be better written in flash, anyway.

Java's usefulness has come and gone, I'm afraid to say. You should check out
Python -- very powerful, lots of support, and minus the obtuse overhead of
Java. Not to mention lambda functions, metaclasses, and functional
programming. Just for starters.

Try Python. You'll never want to go back to Java, ever.

--
-- Edmond Dantes, CMC
And Now for something Completely Different:
http://carpeting.HomeImprovementBase.com
http://home.ideas4yourhome.com
http://jars.WhatDoYouHungerFor.com
http://antique-silver.giftsantiquescollectables.com
http://automotive.SelfMadeDream.com
http://tractor.HardIndustry.com
http://gifts-for-kids.giftsantiquescollectables.com
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Jul 4 '06 #8
howmanyidiots wrote:
On Fri, 30 Jun 2006 03:38:22 GMT, df******@mindspring.com wrote:
>>Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel

Its performance sucks because it tries to be cross platform
when no other platforms matter.
So which platforms do matter?
--
Posted via a free Usenet account from http://www.teranews.com

Jul 4 '06 #9
"Edmond Dantes" <ed****@le-comte-de-monte-cristo.bizwrote in message
news:11**************@news-east.n...
>
Try Python. You'll never want to go back to Java, ever.
I'm primarily a Java programmer, and I tried Python and didn't really
like it. I didn't like how whitespace mattered in Python. I didn't find any
powerful IDE support either, but maybe I didn't look hard enough.

- Oliver

Jul 4 '06 #10
(A bit of a late reply here...)

Do you also know about Looking Glass?

https://lg3d-core.dev.java.net/

It's based in Java. There is a link to a PDF technical overview there too:

https://lg3d-core.dev.java.net/files...D-Overview.pdf

Good Luck!
-Steven Coco.
Jul 22 '06 #11
df******@mindspring.com wrote:
Even if there is no Java hardware, could not a Java OS be
run by a Java interpreter? Or is there a fundamental problem?
I've read that device drivers are hard to write in Java.

Dave Feustel
http://www.jnode.org/
Jul 26 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: jenny | last post by:
Hi, I have a java socket program running on AIX 4.3.3.0 platform. It opens a socket and sends data to our customer over a leased fractional T1 line. The line is always connected. However,...
2
by: tmb | last post by:
Does anyone know if there is a Flash Player, a Director Player, or an Authorware player written in Java? ( Flash, Director and Authorware are Macromedia Products) And, if so, where could I...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
16
by: The Ruling Class | last post by:
With all the books and code written in Java, why are there no /killer/ applications? Can you name one Java application that is a must have? I run Suse 9.0 -- I don't see a single Java...
21
by: Blue Ocean | last post by:
The reason why I ask is because I am unfamiliar with the idea of templates. It seems like it would be easier if all classes that needed something like template<class T> class Stack { ... } ...
43
by: Rob R. Ainscough | last post by:
I realize I'm learning web development and there is a STEEP learning curve, but so far I've had to learn: HTML XML JavaScript ASP.NET using VB.NET ..NET Framework ADO.NET SSL
1
by: mjkelly | last post by:
Hi, I have a stored procedure written in java in an Oracle 10g db. This sp takes a java.lang.String as input, creates a file on disk and writes the string contents to it and inserts the filename...
2
by: MackTheKnife | last post by:
Hi, I'm trying to write a java.sql.Date to a database and the minutes/ seconds etc. are not being written. I've seen and tested many examples found via searches and still have come up with...
1
Nepomuk
by: Nepomuk | last post by:
Hi! I'm working on a project using tomcat and spring. Now I have written a Bean class, which reads an XML-File via Springs XmlBeanFactory, creates a Vector from the collected Information and then...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.