JDK source code of earlier versions

Hi,
I'm doing some research on code clones. I wrote a tool to categorize code clones and i would like to test it on several open source projects. I found a paper of another researcher that did similar research in the past and he also used several open source projects. To compare my results with his results i'd like to take the same projects. One of them is JDK 1.1.5, but i can't find the source code on the internet. I only found the source code of JDK 1.5 and 1.6. I'd like to have the source code of version 1.1.5 or at least a version earlier than 1.5. Can anyone help me?
Message was edited by:
KinkyHagar

Check the src.zip file in your jdk folder.

Similar Messages

  • J2SE 5.0 JDK Source Code setup

    I downloaded the J2SE 5.0 JDK Source Code .zip files, but how do I set it up? I'm running Windows XP.

    unzip the file to whatever location you want e.g. C:\JavaApiDocs
    which will create C:\JavaApiDocs\docs
    double-click C:\JavaApiDocs\docs\api\index.html to see if all is well
    if so, put a shortcut to index.html on your desktop
    many ide's have a link to the docs, for searching etc - go to your ide's options
    and point the docs location to C:\JavaApiDocs

  • Database source code control or version management

    Hi all,
    I work in a data warehouse development project, where database schema changes form majority of development work. As a development DBA I look after ensuring that all the database schema changes are version controlled properly.
    We currently use CVS as a source code control system. We can use CVS well enough where stored procedures, functions and packages are involved. But when it comes to table definitions, we are finding use of CVS bothersome.
    Hence I would like to know, which tool are you using for version control of schema changes. Any links to best practices on DB version control would be much appreciated.

    I think Oracle have introduced something in 11g for version control. Also you can use third party Software like ERWIN. You can also explore Oracle Data Modelling software which is Beta currently.
    Regards

  • How do I obtain JDK source code?

    I need to get the source code of JDK 1.4.2 for Mac OS X to help debugging my Java application. Where can I obtain it? Is it the same one as those distributed by Sun?

    I fail to see why having the JDK source is going to
    help you debug your code.I fail to see why you think your comment is in the slightest bit helpful.
    When programming an API, you should always include enough documentation and properly use exceptions so that someone using your API is able to determine exaclty why they are getting any error that they may encounter.
    Not all programmers provide adequate documentation in all instances and and not all programmers provide adequate exception support in all instances.
    The standard java libraries are no exception to this. I have encountered a few instances in my coding history where the documentation/error messages were not sufficient for me to know what I have done wrong. In these instances, going to the source code allowed me to figure things out. This is why sun releases src.zip with their jdk's.

  • Source Distribution for Earlier Versions

    I have a large project built in 8.6 that i'm trying to create a source distribution for. Is it possible to make the source dist. for an earlier version of labview (say 8.2)? Thanks

    Hello Paul,
    Since source distribution is a collection of all VIs that are needed for your project, you would not be able to use the VIs in 8.6 for an earlier version of LabVIEW. However, you can use Save for Previous Version of your project to save ALL VIs in an earlier version of LabVIEW which then you can create the source distribution for that particular version of LabVIEW.
    Andy Chang
    National Instruments
    LabVIEW Control Design and Simulation

  • JDK Source code

    Does the source code for the standard java libraries come with the sdk? I thought that was the whole point of an sdk, but when using eclipse, it says it cant find the source (in rt.jar), and just gives me an outline of the class. Do I separately have to download the source code? I saw something like this somewhere on the site (SCSL or JRL), but am not too sure if that's what i'm looking for...
    Cheers,
    Siam

    Some of the code is in other jars. Other code is not distributed as part of the SDK; it can be downloaded using the source code d/l link on the download page.

  • Attaching source code of jar files in ecllipse edidor

    Hi all,
    i want to attach source code for jre system library 1.5 while i am using ecllipse 3.2. i also want to attach other source code for struts.jar .
    but i am unable to do it.
    my another problem is that i have struts.jar 1.2.9 and source code for that version is not available on the apache site.
    so please help me to attaching source file with jar files.
    thanks.

    source code for jre system library 1.5 under eclipse: Window -> Preferences ->
    Installed JREs -> here add JDK and not JRE
    (that's all !!)
    source code for struts.jardownload struts.xxx-src.zip from struts web site the
    add it to your struts project repository. Write some
    code that uses the struts API then select a struts
    class (ActionForm for example) and hit F3 keyboard
    key. Finally, click the button Attach
    Source... and select struts.xxx-src.zip you've
    just downloaded.
    do the same thing for all other jar which have a
    source code
    hope that helpsRather than change JVMs to do this, you could just follow java_2006's instructions for the JRE, looking for the source inside the folder where your JDK is installed. It's in a file called src.zip

  • Attatching Source Code To Eclipse IDE

    Please please please can someone help me do this? Its driving me nuts
    I am running JDK 5 and have downloaded Java 5 source cide - I have attatched the code to Eclipse and it still does not show it.
    I have tried this on more then one machine with no luck
    Does anyone know what might cause this and how it can be overcome?
    How do you get the JDK source code available within Eclipse?

    Steve_Johnson wrote:
    I am running JDK 5 and have downloaded Java 5 source cideBut is your Eclipse actually using the JDK? Or just the JRE? Eclipse doesn't need a JDK to run, or to compile code, it'll work just fine with a JRE. Have a look at Windows->Preferences->Java->Installed JREs in your Eclipse, and see what it's actually using. If it's not a JDK, chances are it won't pick up the sources

  • JVM 1.4.2 source code ?

    Where can I gett the source code of the JVM bundled with Java 1.4.2 ?

    Looking for something like [J2SE 5.0 JDK Source Code|http://java.sun.com/javase/downloads/index_jdk5.jsp] (only for j2se 1.4.2))

  • Where can I see Controller source code

    Hello all,
    My question might be stupid for some ADF gurus, however many people we found that R12 Pages have lots of code and there is not too much documentation about how to customise a controller.
    1. I can see the *.class of my controller in the $JAVA_TOP/oracle/apps/ar/cusstd/createcus/webui/ArCreCusCO.class on my server, BUT I only see all the code encrypted when I open JDeveloper. So I guess I am doing all wrong.
    2. I want to change ArCreCusCO.class. I see many people say hey I customised XYZ controller but how they found the code and proceed to change it is the least of my headaches
    3. Do I need to configure something in JDeveloper so that I can see the server classes to my JDeveloper is this what they do, if so how you do it ????
    4. I saw something in the Help page saying Adding components to the OA Extension what the heck is this ???
    Thanks for illuminating some newbie in ADF.
    With the new Java philosophy some of 12 years experience developers we are starting from scratch due to this new architecture.
    Hector.-
    p.s. Any input will be taken, however don't make reference to the Oracle Tutorial, this is a piece of cake example I need some Hands-On example ;-)

    hi hbono99
    1.) as u can c .class in java top ,that is compiled code as source code is not delievered by oracle,so u need to decompile this ".class" file to see the source code,JAD decompiler version 1.5.8 will be latest .although it would be useful to see the source code ,but sometimes decompiled class create problems when try to compile again.
    2.) u can make changes in the ArCreCusCO.class after decompiling that and compile again the same to generate the class file ,bcz u can put only class file on the server,BUT this would be lethal to change the standard class,and from here concept of Extension come into the picture ,u need to extend this class."customised XYZ " means the extesion of the parent class,and to do the extension u dont dont need the source .
    3.) u cant see the source code of a .class in Jdeveloper ,there is no such type of setting.
    4.) To extend the ArCreCusCO.class,u need to create a workspace followed by creation of a project with in the workspace in Jdeveloper
    process to extend the class
    a.)create wokspace and project
    b.) create the same package in which the ArCreCusCO.class is residing ,under the \jdev\myprojects\ in your Jdeveloper
    c.) right click on project ,go to create new class,here u will find the option to metion the package where u want to put the extended class(normal package starts with xx.oracle.----) plus option to mention the classs nmae u want to extend
    d.) click ok at last ,u will get your extended class
    e.) source code generaly has two methods processRequest and ProcessFormRequest ,u can add the code according to the requirement .
    extension works bcz inside both the method it calls super ,so first it executes all the methods the parent class in your case ArCreCusCO.class and then control comes to extended class,now your code will get executed ,which will accomliseh your requirement
    f.)tranaser the class file of extended file to server , to add this extended class with seeded page u need personalize the page ,there u will find the option to add your class ,u mention your class with compete package (the way as we import the file with their package names in our source code,here import is not required)
    thanx
    Pratap

  • Old version Source code to .exe file conversion

    I have a programming GUI source code (written in an older version of LabVIEW). Can it be supported by LABview Evaluation version 10.0.1 and be converted to an .exe file. How can I convert and use source code file for  programming? What do I need to convert and how?
    I'm new to LABview. Please help!!

    2010 can open VIs written in LabVIEW 6.0 or newer. Just double click on the top level VI. You will also need to install any hardware drivers (i.e. GPIB, DAQ, etc) that the old program used.
    With the evaluation version, you can create an exe but it will have a watermark on the front panel.

  • LLVM Version / Alchemy Source Code

    Hi,
    I wanted to get a better understanding of flash and decided to learn how the avm2 and alchemy works.  I would like to do some fun stuff with LLVM, including generating .swfs from other languages than c/c++. By trying so I noticed that Alchemy is based on LLVM 2.1 which is kinda old (released Sep 2007). Is there a way to use or port it to a newer LLVM version? It would make my experiment a lot easier and taking advantage of over three years development on LLVM would be great .
    As far as I understand alchemy adds a new backend to LLVM arch=avm2 to generate avm actionscript code from LLVM IL code. Am I correct that this addition is not open source? Would be too bad, as I hoped to get an better understanding of the avm2 by looking into it. Also that would make it possible for us users of alchemy to port it ourself.
    Thank you for any hints,
    Florian

    I think it's possible and I've been trying to do that for the last couple of days. I believe I've found out how the process works for compiling to iphone, using something similar to the alchemy toolchain. What I'd like to do is create an actioncript compiler with alchemy, so it basically is flash - flash, but taking advantage of all the optimizations that LLVM makes on bytecode, once you can understand it. I believe that adobe uses the following process:
    compile .as to ABC.
    Pass ABC into the GlobalOptimizer that exists inside the actionscript compiler (ASC.jar).
    It appears that GlobalOptimizer produces SSA IR code. I believe adobe slightly modifies this to be LLVM IR, and then they can just run llvm-as on the generated LLVM IR code.
    I'm working on getting this functioning right now, because if I can get these stages done, then the existing alchemy toolchain should do the rest of the job (that is, taking that llvm bytecode and outputting actionscript bytecode using the existing back end). This would also explain why Adobe hasn't updated alchemy to work with a new version of LLVM, because the LLVM IR spec changes from release to release, so they'd have to keep changing the process of formatting their GlobalOptimizer output to be LLVM IR, which is probably more work than they want to invest right now.
    In this list of processes, I'm on the last one. I'm currently figuring out how to convert the output from GlobalOptimizer to be valid LLVM IR but honestly, this is ALL new territory for me I need to find the specs on these things and do some reading. I had to customize the source code of the actionscript compiler to get this to work at all this far. The very fact that I had to do this also points to the fact that I'm on the right track, since posts I've seen from Adobe employees + documentation state that the actionscript compiler included in the alchemy toolkit is custom. Plus, this paper confirms many of these conclusions:
    http://llvm.org/devmtg/2009-10/Petersen_OptimizingActionScriptBytecode.pdf
    I think you might be the only person interested in this stuff so for the sake of not clogging up the forums with our discussions feel free to contact me directly if you'd like more info.

  • Function Module to get ABAP source code for a specific version

    Hi all
    Is there a function module that I can use to get the source code of another function module at a specific version?
    For example, can I call a function module passing in "FM_NAME" and "FM_VERSION" and have it return the lines of code associated with that object?
    Thanks in advance.
    Stuart

    Thanks guys
    That's incredibly helpful! I have one more question that I just thought of last night...
    Is there a way to hook into the code activation process? I want to be able to take a snapshot of the ABAP source code at each point when it is activated for use in another system, but need to be able to intercept this event and get the source code at that point in time.
    Any ideas?
    Thanks!

  • Is there any differnce between the Numeric Limit Test source code from TestStand 3.0 to TestStand 3.1? How to get the source code for the Numric Limit Test for both the versions?

    I need to know the differnece between the Numeric Limit Test between the TestStand version 3.0 to 3.1. If there is any differnec in the source code how to find it out? If somebody has the code can you share it?
    Thanks,
    Jeyan

    Hi,
    I don't believe there are any differences between the two versions. But you can check the source code for the Numeric Limit Test in TestStand\Components\NI\StepTypes\CommonSubsteps. But the main part of the step is the Code Module and this bit the users supplies this.
    What has prompted this question?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Project setup - what's best for source code versioning?

    We're about to start developing a new portal and are wondering what would be the best directory structure. It's important to decide at the beginning because we're using CVS version management for our source code (we are currently using it for our ADF development).
    Are there any issues related to directory/package structure? With ADF, we had problems when we wanted jsps from one application to call those in another application. To get around that, we had to put all of our applications within the same jdeveloper "project".
    I'm keen to hear any suggestions - especially if you work in a multi-application environment with concurrent development etc.
    thanks,
    M

    Since I don't have a Canon, I don't know the specifics of how to ingest media for that camera. But FCE does have the ability to log & transfer AVCHD, as I have done this with a Sony HandiCam and my Lumix GH-1.
    The codec that FCE transcoded to, was AIC, Apple Intermediate Codec. FCE is 'fine' if you are not using 24p frame rates, as there are no 24p sequence options. (You can use 24p in a 25p timeline... but broadcast engineers will gnash their teeth on such botchery.)
    This may or may not be an issue.
    On the 'problem' of 'wyrd things happen when I whip pan my camera'... well, yeah... There are some industry standards about how fast objects should move across the field of view to avoid artifacts.
    The "whip pan", namely quickly pivoting the camera, will produce strange imaging. While the technology and image formation is different, so the artifacts are different, but even for 'film film' there are limits.
    One rule thumb I've run across is an object should take at least 5 seconds from one side of the screen to the other. Faster will result in artifacts, strobing, or in the case of digital cameras, 'rolling shutter' issues.
    The motto of the day is... "Know thy camera"...
    There may be filters to minimize or save the day if needed, but it is just better to shoot correctly in the first place...

Maybe you are looking for

  • Material stock for a determined period

    Good afternoon my friends, I need some information about stock of materials in a determined period. Here in the project, they need to know the information about the material stocks of May, and I've found some tables that have information (like the on

  • Sliding text in Firefox location/search bars

    It has come to my attention that, when I use a bitmap font for my GTK apps, the text in Firefox's search and location bars tends to slide arround annoyingly when selected. Here's a screenshot of this: The "sliding" is visible in the circled areas. Is

  • Transfer app from coomputer to iphone 4?

    I was forced to download an App in iTunes on my computer because the size was 20MB. How do I transfer that App from iTunes to my phone?

  • Validate_layer_with_context -- differences between version 10g and 11g

    I have a spatial table that validates without issues under v10.2.0.4.0. This table was replicated to a new database running v11.2.0.2.0. Under this environment, the validation reports an "ORA-13366: invalid combination of interior exterior rings" iss

  • Why have HP got no contact address or phone number. No help anywhere on this site!!!!!

    I have been all over this site and can't find a number or e-mail address for HP in the UK. I have just bought a Deskjet 3050A printer. Apps won't show up on my App page when downloaded, EFax advertised on the web site, no incling how to get it. Can a