All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.faq-02.html Maven / Gradle / Ivy




JBroFuzz Frequently Asked Questions


JBroFuzz FAQ - Java


Q: How do I run the .jar file?

 

Say the file you want to run is named: JBroFuzz.jar

 

From the command line type the following:
>>java -jar JBroFuzz.jar

 

You will need to have Java installed on your system. It's probably worth checking: http://www.java.sun.com



 


Q: Do I need a Java Runtime Environment (JRE)?

 

Yes. JBroFuzz will run on any platform for which a JRE is available.

 

JREs for Windows, Linux and Solaris can be obtained for free from http://java.sun.com/j2se/downloads.html

 


 


Q: How much memory should I launch JBroFuzz with?

 

By default the JRE settings are typically limited to 64 Mb of memory. If JBroFuzz is to be used for memory intensive operations, it is advised to use 256 Mb of memory.

Say the file you want to run with 256Mb of available memory is named: JBroFuzz.jar

From the command line type the following:
>>java -jar -Xmx256m JBroFuzz.jar

You will need to have Java installed on your system. It's probably worth checking: http://www.java.sun.com

 



Q: What version of Java does JBroFuzz require to run?

 

 

JDK/JRE 1.6 or later.

 






© 2015 - 2024 Weber Informatics LLC | Privacy Policy