decoration decoration
Stories

GROKLAW
When you want to know more...
decoration
For layout only
Home
Archives
Site Map
Search
About Groklaw
Awards
Legal Research
Timelines
ApplevSamsung
ApplevSamsung p.2
ArchiveExplorer
Autozone
Bilski
Cases
Cast: Lawyers
Comes v. MS
Contracts/Documents
Courts
DRM
Gordon v MS
GPL
Grokdoc
HTML How To
IPI v RH
IV v. Google
Legal Docs
Lodsys
MS Litigations
MSvB&N
News Picks
Novell v. MS
Novell-MS Deal
ODF/OOXML
OOXML Appeals
OraclevGoogle
Patents
ProjectMonterey
Psystar
Quote Database
Red Hat v SCO
Salus Book
SCEA v Hotz
SCO Appeals
SCO Bankruptcy
SCO Financials
SCO Overview
SCO v IBM
SCO v Novell
SCO:Soup2Nuts
SCOsource
Sean Daly
Software Patents
Switch to Linux
Transcripts
Unix Books

Gear

Groklaw Gear

Click here to send an email to the editor of this weblog.


You won't find me on Facebook


Donate

Donate Paypal


No Legal Advice

The information on Groklaw is not intended to constitute legal advice. While Mark is a lawyer and he has asked other lawyers and law students to contribute articles, all of these articles are offered to help educate, not to provide specific legal advice. They are not your lawyers.

Here's Groklaw's comments policy.


What's New

STORIES
No new stories

COMMENTS last 48 hrs
No new comments


Sponsors

Hosting:
hosted by ibiblio

On servers donated to ibiblio by AMD.

Webmaster
I wonder which APIs were distributed as part of the gcc in Oracle's port of Fedora? | 503 comments | Create New Account
Comments belong to whoever posts them. Please notify us of inappropriate comments.
I wonder which APIs were distributed as part of the gcc in Oracle's port of Fedora?
Authored by: greed on Saturday, April 21 2012 @ 07:32 PM EDT
You could wander through the repos for GCC if you really want to take a look.
I'm not going to link it directly, because having lots of people wander through
a code repository makes it sluggish for those actually working on it.

But if you were to, say, look for GCC's home page, find the links on Developing
for it, like say the SVN read access pages, and maybe browse the history
on-line, look under "trunk", then "libjava", you'll find
it.

[ Reply to This | Parent | # ]

Yes, the APIs are distributed as part of the gcc in Oracle's gnu/linux distro
Authored by: Anonymous on Sunday, April 22 2012 @ 06:01 AM EDT
Yes they are. On your fedora system do:

yum install libgcj-src

All the API source files are then installed on your system in a zip file:
/usr/share/java/src-4.6.3.zip (the exact version number can differ).

This contains sources like:

java/beans/PropertyVetoException.java
java/beans/IntrospectionException.java
java/beans/Visibility.java
[...]
java/util/logging/LoggingPermission.java
java/util/logging/ErrorManager.java
java/util/Observer.java
[...]
java/security/Key.java
java/nio/ReadOnlyBufferException.java
java/nio/ByteOrder.java
[...]
javax/security/auth/Policy.java
javax/security/auth/Subject.java
javax/security/auth/SubjectDomainCombiner.java
[...]
javax/crypto/SecretKey.java
javax/crypto/interfaces/DHPublicKey.java
javax/crypto/interfaces/PBEKey.java
[... etc etc etc ...]

[ Reply to This | Parent | # ]

I think you mean Oracle's "port" of Red Hat Enterprise Linux
Authored by: Anonymous on Sunday, April 22 2012 @ 11:00 AM EDT
Pretty sure that "unbreakable" was based on RedHat Enterprise linux
source

[ Reply to This | Parent | # ]

Groklaw © Copyright 2003-2013 Pamela Jones.
All trademarks and copyrights on this page are owned by their respective owners.
Comments are owned by the individual posters.

PJ's articles are licensed under a Creative Commons License. ( Details )