TechRepublic 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
- Setup Maker (jar)
- Setup maker is a small, Java setup creator built using the Java Development kit 6. Setup maker is a small, Java setup creator built using the Java Development kit 6. The applications interface is a 5 step intuitive gui which should make setup creation easy, even for novice pc users....
- Tags: JDK, Java Development, Java, Programming Languages, Software Development, Software/Web Development
- Software downloads 2007-10-16
- 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
- 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
- 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
- Code better and find bugs faster with built-in NetBeans debugging support
- No matter how carefully you plan and program an application, there will always be bugs. Because every developer knows this going into a project, the only sensible thing to do is have a plan for debugging your code and the best support software available to make the process as efficient...
- Tags: benefit, built-in, Debugging Java Applications, desktop, developer, Developing Desktop, development environment, expression, IDE, Java, JDK, mobile, mobile application, Prentice Hall Inc., software, source code, Sun NetBeans, Value at Risk, Web site
- Download resources 2005-07-25
- 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
- Building Web applications with jdk 1.4.2
- JDK 1.4.2, introduced in July, offers a package bundled with NetBeans IDE 3.5, a popular open source project backed by Sun Microsystems. NetBeans provides a sophisticated GUI environment to develop Java applications, including tools for project management, version control, and debugging.Another important feature, different from typical code editors and the...
- Tags: Java development tools, Application servers, Middleware, OPEN SOURCE, Wai Tik Chan, Sun NetBeans, Apache Tomcat, servlet container, servlet, JDK
- Technical articles 2003-11-21
- Take the new I/O in jdk 1.4 for a test drive
- The new Java 1.4 APIs offer increased support for buffers, regular expressions, and channels. Take a quick tour of what this new functionality can do for your Java applications.The I/O APIs in JDK 1.4 provide improved performance, including buffer management, scalable I/O operations for network and file, encoders and decoders...
- Tags: Wai Tik Chan, buffer, I/O, JDK 1.4, JDK, CharBuffer, Java
- Technical articles 2002-12-18
- jdk 1.4 lets you 'assert' yourself when you debug
- The assertion is an amazing programming facility introduced in JDK 1.4 that helps you debug and maintain your Java code. Basically, an assertion is a statement in the Java programming language that enables you to test your assumptions about a program. Let's take a closer look at how you can...
- Tags: Java, Programming languages, JDK, Wai Tik Chan, assertion, Expression1
- Technical articles 2003-05-09
- Protect your network traffic using Java's encryption features
- Security and encryption are standard Java features provided by way of the Java Cryptography Extension JCE. Learn how to integrate these features in your next project.The Java Development Kit JDK has strong encryption and security support. One of the nicer features is its built-in support for socket communication. As we...
- Tags: Programming languages, SECURITY, network, Java, Java Cryptography Extension, encryption, JDK
- Technical articles 2002-06-05
- Test drive the regex package in jdk 1.4
- Regular expressions have been a powerful tool in Perl for some time. Now, Java developers can leverage this functionality with JDK 1.4's java.util.regex package. The java.util.regex package includes three classes:· Pattern—Pattern objects are a compiled version of a regular expression rather than a direct string representation.· Matcher—You employ a Matcher object to...
- Tags: Programming languages, Java, JDK, Wai Tik Chan, regular expression, Pattern object, Matcher
- Technical articles 2003-03-24
- 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
- Gain SSL functionality in jdk 1.3
- Using Secure Socket Layer SSL in JDK 1.3 is not as direct as in JDK 1.4. JDK 1.4 introduces SSL as a new integrated feature, but JDK 1.3 needs external packages to support it. If you are still using JDK 1.3 and need to implement projects with SSL, you should...
- Tags: SSL/TLS, Authentication/Encryption, Network security, SECURITY, Wai Tik Chan, SSL, JDK, Java
- Technical articles 2003-01-14
Additional Resources
- 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
- 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
- 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
- << Previous
- page 1 of 1
- Next >>