On GameSpot: Wii Fit tells 10-year-old she's fat
2 Resources for

jdk 1.5

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Which JAVA to use?
Sun released a security update to JAVA 1.4 today bringing the latest version to 1.4.7There is also JAVA 5.0, actually 1.5.2The question quite simply is:Which version to deploy?And why is your selected version a better choice than the other?Or, do you not install JAVA or run some other virtual machine...
Tags: Java, JDK, JDK 1.5, programming, TheChas
Discussion threads 2005-03-29
Java Programming: Explore the advanced coding features of JDK 1.5
Sun is planning to release a major revision of the Java programming language in summer 2004. This release is code named "Tiger," but it will receive the official designation of JDK 1.5.This version of the Java language will incorporate Java Specification Requests 14 and 175 (JSR-14, JSR-175). It will also...
Tags: Programming languages, programming, Rahul Tyagi, Sun Microsystems Inc., JDK, JDK 1.5, generic, Java
Technical articles 2004-02-11

Additional Resources

Java SE Development Kit (exe)
Java SE Development Kit JDK is the next Java platform by Sun Microsystems. JDK7 and JDK6 source snapshots under the JRL license are now available through subversion repository. jdk.researcher or jdk.contributor role for JDK project is required to access the repository. This is yet another way to access JDK sources....
Tags: Repository, JDK, Sun Microsystems Inc., Workspace, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2007-12-12
BEA JRockit JDK (jsp)
BEA JRockit JDK provides tools, utilities, and a complete runtime environment for developing and running Java applications. JRockit JDK includes the JRockit Java Virtual Machine JVM, the first JVM developed uniquely for large-scale enterprise applications and optimized for Intel architectures. BEA JRockit provides out-of-the-box application performance and scalability through progressive...
Tags: BEA Systems Inc., JDK, JSP, Application Performance, JVM, BEA JRockit JDK, JRockit JDK, BEA JRockit, Java, Enterprise Software, Programming Languages, Software Development, Software/Web Development, Software
Software downloads 2005-06-27
JDK1.4.2 not work in xp
I've installed a jdk1.4.2 for Applet working,but os can't find the installed jdk,and xp tell me install jvm for run Applet.Can anyone help me?Right click my computer->properties->advanced...Click the environment variables button and look in the bottom window for an entry that says "path" and click it once to highlight it.Click...
Tags: SECURITY, Java, POSTER
Q&A 2004-12-01
Versions
Whats the Hell is with all these versions?How do i choose to go for which version? JDK, SDK, J2EE 1.5, J2SE 1.5, JEE 5.0, J2SDK 1.5, JRE 1.6..... oh god what is this?what are all i need to run java? What are the basic requirements?
Tags: Java, sreee_sriii@...
Discussion threads 2007-05-19
Teki-chan's Tech Key Chance
blog rootBuilder.com Articles 2002-2003As this is the first post, Let's get it started with my previous articles posted in Builder.com:Building Web applications with JDK 1.4.2 (21 Nov 2003)Easily present graphical data with JGraph (3 July 2003)Customize error logging with the Logging API (17 Jun 2003)JDK 1.4 lets you 'assert' yourself...
Tags: Java, Web services, tekichan, JDK, trainner, JDK 1.4, Web service, Web
Discussion threads 2006-08-11
DOWNLOAD: Protect your Web site from cross-site scripting attacks
http://techrepublic.com.com/5138-3513-5733744.htmlHave you had to fend off cross-site scripting attacks on your Web site? Tell us how you handled the problem and what you did to secure any vulnerability.Website securityHi Mark,Thanks for the info. This is exactly what i was looking for. Actually I had posted a message under how to...
Tags: cross-site scripting, cross-site scripting attack, download, firewall, Java, Mark W. Kaelin, programming, security, Web, Web site, WebGoat, XSS
Discussion threads 2005-06-06
Monitor and manage Java applications with JConsole
In addition to comprehensive monitoring and application management support offered by J2SE 5.0, JDK 5.0 and JDK 6.0 include the Java Monitoring & Management Console tool, also known as JConsole. The jconsole command launches a graphical console tool that enables you to monitor and manage Java applications on a local or...
Tags: Java Application, Application, Monitor, JDK, Application Server, Information, JVM, JConsole, JMX, MBeans, Java, Programming Languages, Software Development, Software/Web Development, Peter Mikhalenko
Blog posts 2008-05-31
starting j2ee
I am using windows98. I have installed jdk1.3,j2ee and ant in my system.I have set the path for jdk,j2ee and ant properly in autoexec.bat, and even JAVA_HOME,J2EE_HOME,ANT_HOME also. While trying to start j2ee it is showing syntax error. Java is running properly.give me the solution.hi,j2ee will not run on windows...
Tags: Application servers, Java, Middleware, Enterprise software, J2EE
Q&A 2004-10-24
Serious Java hole affects multiple operating systems
Sun Microsystems has released a critical Java Virtual Machine update for multiple operating systems, including Linux and Windows. Particularly disturbing is the fact that it's known about the vulnerability for almost a year. Here is the full report.Several versions of the Java Virtual Machine that have been in use for...
Tags: Microsoft Corp., operating system, John McCormick, JRE, SDK, Java, Sun Microsystems Inc.
Technical articles 2002-03-18
Sun Microsystems Case Study: 1SYNC
1SYNC synchronizes the supply chain by providing data synchronization solutions that enable distributors, manufacturers, and retailers to exchange valuable item, price, and promotion information around the globe. 1SYNC needed a standard, in-house methodology for implementing Web services development. The company also required a Web services administrative interface that could be...
Tags: Data Synchronization, Sun Microsystems Inc., Web Service, 1SYNC, Web Services, Enterprise Software, Software
Case studies
Java NIO: Selectors
Selectors provide the ability to do readiness selection, which enables multiplexed I/O. As described earlier, readiness selection and multiplexing make it possible for a single thread to efficiently manage many I/O channels simultaneously. C/C++ coders have had the POSIX select and/or poll system calls in their toolbox for many years....
Tags: Java, I/O, O'Reilly Media Inc., Readiness Selection, Programming Languages, Software Development, Software/Web Development
Book chapters 2002-08-09
Java 2 Platform, Standard Edition (J2SE) Development Kit (JDK) 5.0 (jsp)
Java 2 Platform Standard Edition (J2SE) software is the premier platform for rapidly developing and deploying secure, portable applications that run on server and desktop systems. J2SE 5.0 is a significant release including many new features and updates while preserving compatibility and stability. This is the official Java Software Development...
Tags: JDK, J2SE, Java 2, Sun Microsystems Inc., JSP, J2SE 5.0, Java, Programming Languages, Software Development, Software/Web Development
Software downloads 2006-02-07
Implementing client-side code for SSL in JDK 1.3
If you want to add Secure Sockets Layer SSL functionality to your Java 1.3 application, you must supply server- and client-side code. Part one of this series walked through the server-side requirements. Now, we'll look at the client-side coding you need before launching your SSL Java application.The client-side codeThe first...
Tags: SSL/TLS, Authentication/Encryption, Network security, JDK, Wai Tik Chan, SSL, Java, Java permission, JSSE, permission, server
Technical articles 2003-01-22
Security news roundup: October 23
Here's a collection of recent security vulnerabilities and alerts, which include cross-platform flaws discovered in the Java Runtime Environment, vulnerabilities discovered in Thunderbird in Ubuntu, and a local buffer overflow in IBM AIX. Vulnerability in Java Runtime Environment According to Sun: A vulnerability...
Tags: Ubuntu, Vulnerability, JRE, Buffer-overflow, Java, Security, Programming Languages, Software Development, Software/Web Development, Paul Mah
Blog posts 2007-10-23
Neuron Visual Java (zip)
Neuron Visual Java is an IDE for building Java programs. Edit, build, analyze, and debug Java code. Integrated visual debugger. Configure the IDE to use your favorite Java compiler and JDK version. Analyze Java source: code statistics, dependencies, inheritance tree, and graphs. Includes Neuron Java Disassembler for visual exploring of...
Tags: Neuron Visual Java, Programming Languages, Java, Software Development, Software/Web Development
Software downloads 2005-06-09
does ANT1.6.2 support SUN JDK1.5?
I used Ant1.6.2 and it said that:" [javac] C:HibTestfirstHibsrcTest.java:6: cannot access java.lang.Object [javac] bad class file: C:Program FilesJavajdk1.5.0_01jrelibrt.jar(java/lang/Object.class) [javac] class file has wrong version 49.0, should be 47.0"How can it be? Help me!WhyI can use Ant in JBuilder or Eclipse with...
Tags: Ant, ANT1.6.2, software, Sun Microsystems Inc., ysilent@...
Discussion threads 2005-01-31
The New Modality API
A dialog box can be either modeless or modal. A modal dialog box is one that blocks input to some other top-level windows in the application, except for any windows created with the dialog box as their owner. A modeless dialog box, on the other hand, sits off on the...
Tags: Window, API, Dialog Box, Construction, Java, Programming Languages, Software Development, Software/Web Development
White papers 2006-01-01
Leveraging Security in the Native Platform Using Java SE 6 Technology
The Java Platform, Standard Edition Java SE provides application developers with a large set of security APIs, tools, and implementations of commonly used security algorithms, mechanisms, and protocols. These security APIs span a wide range of areas, including cryptography, public key infrastructure, secure communication, authentication, and access control. In addition,...
Tags: Java, Programming Languages, Security, Software Development, Software/Web Development
White papers 2006-10-01
  • << Previous
  • page 1 of 1
  • Next >>

Content Types

Discussion threads (1 results)
Technical articles (1 results)


Microsoft Outlook: Intermediate Skills
The Microsoft Outlook - Intermediate Skills presentation provides a preformatted presentation for training staff to use several timesaving and product ...
Buy Now
Troubleshooting Windows Server 2003
Unfortunately, troubleshooting is a way of life for the support professional. There is help, however. From DNS to Group Policy to Terminal Services, o ...
Buy Now