This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "OWASP JBroFuzz Install Guide"

From OWASP
Jump to: navigation, search
m
m
Line 5: Line 5:
 
=Installing JBroFuzz in Solaris 10=
 
=Installing JBroFuzz in Solaris 10=
  
By default, Solaris 10, ships with java 1.5. Earlier flavours are also present, with packages like SUNWj3dmo SUNWj3man SUNWj3dev SUNWj3rt in existence.  
+
By default, Solaris 10, ships with java 1.5. Earlier flavours are also present, with packages like SUNWj3dmo SUNWj3man SUNWj3dev SUNWj3rt in existence. In order to run JBroFuzz, you will need to install a 1.6 java.
  
 
==Prerequisites==
 
==Prerequisites==
Line 17: Line 17:
 
Under Downloads -> Java SE (Standard Edition)
 
Under Downloads -> Java SE (Standard Edition)
  
In this particular case, the Java SE Development Kit 6u17 for Solaris x86.
+
In this particular case, the Java SE Development Kit 6u17 for Solaris x86. You can choose to skip the registration popup window that appears and proceed to download either of the two:
 +
 
 +
* Java SE Development Kit 6u17 (jdk-6u17-solaris-i586.tar.Z) {130.51 MB}
 +
* Java SE Development Kit 6u17 (jdk-6u17-solaris-i586.sh) {76.90 MB}
 +
 
 +
Naturally, these files will be obsolete in due course, but they were the latest files available from Sun at the time of writting this brief guide.
 +
 
 +
==Java 1.6 Install==
 +
 
 +
For the Java SE Development Kit 6u17 (jdk-6u17-solaris-i586.tar.Z) downloaded above, we need to uncompress and untar the file. At the prompt enter:
 +
 
 +
<pre>
 +
uncompress jdk-6u17-solaris-i586.tar.Z | tar xvf -
 +
</pre>

Revision as of 15:36, 5 January 2010

Introduction

This section serves as the installation guide for JBroFuzz on different operating systems.

Installing JBroFuzz in Solaris 10

By default, Solaris 10, ships with java 1.5. Earlier flavours are also present, with packages like SUNWj3dmo SUNWj3man SUNWj3dev SUNWj3rt in existence. In order to run JBroFuzz, you will need to install a 1.6 java.

Prerequisites

A Java Development Kit (JDK) or a Java Runtime Environment (JRE) version 1.6 or later installed

You can obtain the latest version from:

http://java.sun.com/

Under Downloads -> Java SE (Standard Edition)

In this particular case, the Java SE Development Kit 6u17 for Solaris x86. You can choose to skip the registration popup window that appears and proceed to download either of the two:

  • Java SE Development Kit 6u17 (jdk-6u17-solaris-i586.tar.Z) {130.51 MB}
  • Java SE Development Kit 6u17 (jdk-6u17-solaris-i586.sh) {76.90 MB}

Naturally, these files will be obsolete in due course, but they were the latest files available from Sun at the time of writting this brief guide.

Java 1.6 Install

For the Java SE Development Kit 6u17 (jdk-6u17-solaris-i586.tar.Z) downloaded above, we need to uncompress and untar the file. At the prompt enter:

uncompress jdk-6u17-solaris-i586.tar.Z | tar xvf -