Search 5,000,000+ questions and answers.

Frequently Asked Questions

How can I install Java (JDK) on Debian?

FAQ - GEANT2-JRA1 Wiki
Go to address http://java.sun.com/javase/downloads/index.jsp and download packet that contains java JDK and JRE with extension .bin Download it in directory /usr/java (do all steps as root). x@y:/$ mkdir /usr/java x@y:/$ cd /usr/java x@y:/usr/java/$ chmod 755 jdk-1_5_0_09-linux-i586-rpm.bin x@y:/usr/java/$ ./jdk-1_5_0_09-linux-i586-rpm.bin After installation, make and run this script. x@y:/usr/java$ pico skripta.sh #!/bin/sh for i in 'find /usr/java | grep ^.*\.
Related Questions

How can I Install Java (JDK) on FreeBSD?

FAQ - GEANT2-JRA1 Wiki
Authored by: Mukul Sabharwal (1) Download JDK 1.4.2 for Linux http://java.sun.com/j2se/1.4.2/download.html --> j2sdk-1_4_2_13-linux-i586.bin (2) Download JDK 1.5.0 sources for Linux http://www.sun.com/software/communitysource/j2se/java2/download.xml --> SCSL Source (jdk-1_5_0-src.scsl.zip) --> SCSL Binaries (jdk-1_5_0-bin.scsl.zip) (3) Download patch files for FreeBSD http://www.eyesbeyond.com/freebsddom/java/jdk15.html --> Patch Level 4 (bsd-jdk15-patches-4.tar.
Related Questions

How can I install Java (JDK) on Linux?

FAQ - GEANT2-JRA1 Wiki
The easiest way is to use packet manager (eg. for debian apt-get). If you are unsure, follow steps on this page at "How can I install Java (JDK) on Debian?"
Related Questions

A4. How do I download Java and/or JDK? How do I install it?

Frequently Asked Questions About Java
You can get our releases either with a World Wide Web (WWW) browser or by anonymous ftp. For details, including installation instructions, visit: The JavaTM Development Kit (http://java.sun.com/products/jdk/) Choose the version of the JDK you want, and go from there.
Related Questions

How do I install the Debian from CD-ROMs?

The Debian GNU/Linux FAQ - Debian¡¢LFS¡¢GentooרÌâ°...
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra". Several vendors provide Debian GNU/Linux in this format. Warning: When installing from CD-ROM, it is usually not a good idea to choose dselect's cdrom access method. This method is usually very slow.
Related Questions

How should I install a non-Debian program?

The Debian GNU/Linux FAQ - Debian¡¢LFS¡¢GentooרÌâ°...
Files under the directory /usr/local/ are not under the control of the Debian package management system. Therefore, it is good practice to place the source code for your program in /usr/local/src/. For example, you might extract the files for a package named "foo.tar" into the directory /usr/local/src/foo. After you compile them, place the binaries in /usr/local/bin/, the libraries in /usr/local/lib/, and the configuration files in /usr/local/etc/.
Related Questions

Is the JDK (Java Developers Kit) available on osprey?

Information Technology Services
Yes, the JDK 1.3.1 is installed on osprey. Note that you do not need this information to run an applet on your homepage. You will only need this information if you want to compile your classes on osprey, use osprey for networking, or run some other stand-alone application. The JDK binaries (e.g., java, javac) are located in /usr/bin. You should place any of your classes in a directory in your account entitled "classes." This is automatically included in the Java CLASSPATH variable.
Related Questions

How do I get Java 3D to automatically install under JDK 1.3?

j3d.org Running Java 3D
Paul Pantera from Sun has provided us with a very detailed explanation of how to set up your system for this. You can find it in the Quick Fix section of j3d.org. Normally you will only find these errors when running under Java Plugin. There is a known bug with Java Plugin with JDK 1.2 and 1.2.1 that causes the JAR files to be not found and causes the above exceptions To fix this, you need to copy the JAR files from $jre.home/lib/ext to $jre.home/lib. Now your application will find the classes.
Related Questions

Java jargon explained Q: What is the difference between the JVM, JRE and JDK?

Code Style: Java API frequently asked questions (FAQ)
The JDK, also called the Java Software Development Kit (SDK), is the full suite of tools required to develop, package and publish Java applications. The Sun Java SDK includes the full Java class library, with a compiler, decompiler, profiler, JAR signer, key signing tool and many other tools.
Related Questions

How can I install Tomcat on Debian?

FAQ - GEANT2-JRA1 Wiki
Make sure you do all steps as root. Download and install Tomcat x@y:/$ cd /usr/local x@y:/usr/local/$ wget http://www.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ tar -zxf jakarta-tomcat-5.0.28.tar.gz x@y:/usr/local/$ mv jakarta-tomcat-5.0.28 tomcat Make script so you can start-stop-restart Tomcat (make sure that java path is correct!). x@y:/$ cd /etc/init.d x@y:/etc/init.
Related Questions

Can I get and install Debian directly from a remote Internet site?

The Debian GNU/Linux FAQ - Debian¡¢LFS¡¢GentooרÌâ°...
Yes. You can boot the Debian installation system from a set of files you can download from our FTP site and its mirrors. You can download a small CD image file, create a bootable CD from it, install the basic system from it and the rest over the network. For more information please see http://www.debian.org/CD/netinst/. You can also download even smaller floppy disk image files, create bootable diskettes from them, start the installation procedure and get the rest of Debian over the network.
Related Questions

How do I get and install JDK 1.3?

jGuru: Java400 FAQ Home Page
For V4R5, see V4R5 5769-JV1 Option 5 (JDK 1.3) AS/400 Install Instructions. This is off of the Java Deployment page. There should also be instructions... I want to use the Developer Kit's native JDBC driver to retrieve data from other AS/400s on a network. I've added the proper Relational Database Entries, but when I try to connect to the remote machines,... If you're at V4R3 or below, the recommendation is to use the Toolbox driver rather than the native driver.
Related Questions

How can I get and install the Debian distribution from a tape?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
present, installing packages directly from tape is not supported. One can however, use tar, cpio, or afio to copy Debian archive files onto a tape, then copy them onto your local disk for installation. In the same vein, floppy disks containing "tar" files would have to be copied onto a local disk before they could be managed with the Debian package tools.
Related Questions

How can I install Cernlib on Debian?

Cernlib on Debian FAQ
The Cernlib packages for sarge / etch / lenny / sid are official Debian packages, and available from your usual Debian mirror with "apt-get install cernlib". See the packages page for a complete list of individual packages; you may be able to save disk space by only installing the parts of Cernlib you specifically need. In particular, if you only want to do data analysis with PAW or Paw++, just run "apt-get install paw" (or paw++).
Related Questions

How do I compile 1.3 java sources with a 1.4.x or 1.5.x JDK?

FAQs-1 - Maven User - Codehaus
lt;project> ... <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <verbose>true</verbose> <fork>true</fork> <executable><!-- path-to-javac --></executable> <compilerVersion>1.3</compilerVersion> </configuration> </plugin> </plugins> </build> ... </project>
Related Questions

Can you run Java 3D under JDK 1.1?

j3d.org Introduction to Java 3D
No. Java 3D requires the use of a number of Java 2 specific features in order to run that cannot be removed. More specifically: Java 3D uses the GraphicsConfiguration classes to get screen information to decide how to do the hardware/software rendering. Java 1.1 does not provide this therefore no implementation of Java 3D will ever run on Java 1.1.
Related Questions

How do I Install Java on my system?

Mentoraide |Frequently Asked Questions
Please click here or refer to "Setting up your computer" for a step by step help on setting up your computer.
Related Questions

Bayesian Analysis of Variance for Microarrays
It is important for the user to choose a typical location. The BAMarray installation searches several locations, but not the entire or all hard drives, which can lock up a machine for minutes, especially in a networked environment.
Related Questions

How can I install Java on my computer?

Post-Gazette NOW - Chat
If you tested for the Java software and do not have it installed on your computer, you can download it for free by clicking here. If the page is fully loaded and you do not see a field to enter a screen name, your browser is not supporting the Java software. Click here to download Java for free.
Related Questions

How can I install / compile Cernlib with Debian patches on a non-Debian system?

Cernlib on Debian FAQ
This is a little more complicated since you won't have any Debian infrastructure tools. You will need the two files cernlib_2006.dfsg.2.orig.tar.gz and cernlib_2006.dfsg.2-2.diff.gz. Having downloaded these files to a working directory, run the following commands: gunzip -c cernlib_2006.dfsg.2.orig.tar.gz | tar xf - in question 2.
Related Questions

How do I get and install the Debian distribution from CD-ROM?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
Linux supports the ISO 9660 (CD-ROM) file system with Rock Ridge extensions (formerly known as "High Sierra"). Several vendors provide the Debian distribution in this format; these vendors have directly supported the Debian project: I-Connect Co.: I-Connect provides the master FTP system used by Debian developers, and its network connection and system administration.
Related Questions

How can I get/install the Debian distribution from my own hard disk?

The Debian GNU/Linux FAQ: Getting and Installing Debian GNU/...
The Debian packages can be installed from a hard disk on your system, either IDE, EIDE, SCSI (including Jaz drives), or a drive connected through a parallel port. Kernel support must of course be available for the type of drive you have. The appropriate drivers are: CONFIG_SCSI for SCSI drives (including Jaz drives), along with one of the (many) drivers for your particular SCSI interface.
Related Questions

How do I install Java onto my computer?

Chemeketa Online - Frequently Asked Questions
Here is a link to a tutorial that will walk you through the process of installing Java onto your system.
Related Questions

Can I install Java after I install OpenOffice.org?

Documentation/FAQ/Installation - OpenOffice.org Wiki
Yes, you can run the program jvmsetup which can be found in the program folder of your OpenOffice.org installation.
Related Questions

Does HostBreak support Java? Which Java engine and JDK is used?

FAQ about Web Hosting Plans, Shared Hosting features and 24/...
Yes, we support Java. HostBreak is using TomCat 3.2.4 and JDK 1.4.1. Frequently asked Java questions are replied in Java Hosting FAQs. HostBreak has always maintained a policy of adding value components wherever possible. These components do not require any additional payment, the only thing you need is the skill to implement them. You may find a list of available components here.
Related Questions

What version of the Java Development Kit (JDK) should I use with Java Studio Enterprise software?

Sun Java Studio Enterprise IDE - General FAQs
Java Studio Enterprise software supports the Java 2 Platform, Standard Edition (J2SE) SDK version 1.5.0_07 and above.
Related Questions

How can I ensure that the Java JDK is using JacORB rather than its own ORB?

Support - Frequently Asked Questions - The ACE ORB
Java uses a properties file called "orb.properties" to determine which ORB to use. If the Java runtime doesn't find an orb.properties file, it uses the JDK's ORB. JacORB's orb.properties file is located in the top-level JacORB directory. Copy JacORB's orb.properties file into the Java JDK's ${java.home}/lib directory to enable JacORB.
Related Questions

What is a ClassPath. Where can I download the JDK (also known as the Java 2 SDK)?

Data Representations: Support
You can download JDK from Sun at Sun Downloads. IBM and Blackdown also have JDKs available for Linux. Other vendors, like apple have downloads of the JDK available for their operating system.
Related Questions

Is PERC compatible with the latest JDK™ and Java™ standards?

Aonix - PERC - FAQ
Aonix performs extensive qualification testing of the PERC VM and its associated Java™ class library emulations using an Aonix-proprietary test suite. PERC Ultra strives for full compatibility with the Java Standard Edition. PERC Ultra runs through suites of tens of thousands of compatibility tests to provide assurance that off-the-shelf Standard Edition libraries will work on the PERC VM.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact