Main > Free Download Search >

Free jvm software for windows

jvm

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 37
MSJVM Removal Tool 1.0a

MSJVM Removal Tool 1.0a


Remove the MS Java Virtual Machine (MSJVM) more>>
Remove the MS Java Virtual Machine (MSJVM) The Microsoft JVM Removal Tool can be used to remove the MS Java Virtual Machine (MSJVM). Use of this tool is the only supported method for removing the MSJVM from a Microsoft operating system.
If you use the MSJVM Removal Tool, Microsoft will not be able to provide you with a copy of the MSJVM if you decide you want to reinstall the MSJVM later.
Your only options for reinstallation of the MSJVM will be to install from a prior image that includes the MSJVM, reinstall a third party application that includes the MSJVM, or reinstall the applicable Windows Operating System from media.
If you no longer have the media for a Windows Operating System that includes the MSJVM, you may not be able to get such media from Microsoft.
If you use the MSJVM Removal Tool you agree that Microsoft has no obligation to provide you with the MSJVM.
<<less
Download (345KB)
Added: 2004-03-13 License: Freeware Price:
1129 downloads
Java Remote Control Server 2.02

Java Remote Control Server 2.02


View and control remote computers. more>>

Java Remote Control Server 2.02 allows you to view and control remote computers. A simple application to allow remote viewing of a desktop and control of the mouse and keyboard of the remote machine.

Major Features:

  1. An alternative to a KVM switch
  2. For remote monitoring of PCs
  3. For remote PC support
  4. As a VNC Developed purely in Java, this application will run on any machine with a JVM 1.2 or above installed.
  5. It has been tested on Windows XP, Windows 98, Mac OS (on a Mac Mini), Suse Linux and Red Hat Linux.
<<less
Download (1.7MB)
Added: 2006-11-29 License: Freeware Price:
346 downloads
VideoVista Home Edition 2.2.0

VideoVista Home Edition 2.2.0


True Video Streaming without any dedicated server or progressive download more>> True Video Streaming without any dedicated server or progressive download

VideoVista needs no dedicated video server to work: all you need to do is copy the video file (.vvf) into a web folder as though it were a JPEG image, add a line of code to the web page and, hey presto, it works!
VideoVista is the Italian solution to the demand for video streaming, which is becoming increasingly insistent and requires a simple and effective answer which lies outside the models currently adopted and imposed by the market.
VideoVista Home Edition is the perfect solution for your Internet holiday home video; it encodes mpeg, mp4, avi, mov, 3gp and streams them on the Internet without any dedicated streaming server.
VideoVista is true streaming, it is not progressive download; you can seek in your video, one hour and more, in a while. It uses Java applet as player.
VideoVista is a software for video streaming. It enables video streaming from any web server without the need of a dedicated streaming server; moreover, unlike Flash format, VideoVista permits view of long time videos, more than one hour, enabling seek in any part of the video in a while, get along without the whole video downloading.
Security Manager feature encrypt your videos before streaming them on the Internet.
It uses Java applet as player. Unlimited videos, unlimited time, unlimited users and zero TCO. The best solution for long time videos and e-learning platform
VideoVista is true streaming, it is not progressive download; you can seek in your video in a while.
Unlike Flash format, VideoVista its visible by any connections type Modem, ADSL, Mega as well and its visible on Windows, Mac, Linux using Explorer, FireFox, Safari and Opera.
Main features:
- No dedicated video server; can be used with Apache, IIS, and every other Web server
- No plugin to install on the client side, it is sufficient to install JAVA (compatible with JVM 1.1, 1.2, 1.3, 1.4, 1.5)
- Number of encodable videos: unlimited
- The encoded videos can be viewed from any web domain
- No time or encoding size limits
- An encoding program which creates video files in .vvf (VideoVista File) format;
- The encoder is an executable program for the Windows environment:
- Windows 2000, Windows Xp
- A Java applet for viewing the video
- The applet and the Video can be executed on all platforms that support a web server
- Windows, Linux, Solaris, Apple Macintosh, etc.
- Apache, IIS, etc.
- The video can be viewed using all the platforms and browsers that support the Java Virtual Machine
- Windows, Linux, Apple Macintosh, etc.
- Internet Explorer, FireFox, Netscape, etc.
System requirements:
- 1GHz Processor
- DirectX 8.1
- 128 MB of RAM [256 MB recommended]
- 10 MB of available hard disk space for software
- 1024 x 768 screen resolution
The next features are disabled in the Home Edition:
Version restrictions:
- Up to 9 streams available for every video
- Audio and Video Bitrate selectable for every stream
- Frame Rate (FPS) selectable for every stream
- Custom video dimensions for every stream
- Video Cropping
- De-interlacing
- Video dimensions proportional to the source video
- Video dimensions of every stream the same as the source video
- Saving of current video settings
- Saving of settings for every video
- Batch coding
- Video encrypting
- Domain Lock
- Video with date of expiry
- Encoder callable from another application
- Applet useable for other applications

<<less
Download (4.1MB)
Added: 2008-10-03 License: Freeware Price: FREE
858 downloads
 
Other version of VideoVista
VideoVista Home Editionplugin to install on the client side, it is sufficient to install JAVA (compatible with JVM 1.1, 1.2, 1.3, 1.4, 1.5) - Number of encodable videos: unlimited - The encoded videos can be viewed from
License:Freeware
Download (4.09MB)
1419 downloads
Added: 2007-03-27
SAM Jr 0.4.0

SAM Jr 0.4.0


provides real-time analysis of Snort data more>> SAM Jr provides real-time analysis of Snort data. SAM Jr is written in Java and should run anywhere a modern JVM is available. SAM Jr will be extendable via plugins so that custom actions can be written easily<<less
Download (list)
Added: 2008-11-09 License: Freeware Price:
376 downloads
JarLook 1.2

JarLook 1.2


Check a Java jar to make sure all the javac -target versions of the class files are what you expect. more>>

Check a Java jar to make sure all the javac -target versions of
the class files are what you expect.
Java application.
Requires Java version 1.5 or later.
All Java source code is included.
to use:
java -jar jarlook.jar jartotocheck.jar 1.1 1.4
where jartocheck.jar is the name of jar to check.
It will check all the class files in it.
In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.
Currently, only version numbers 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
and 1.6 are supported. The program does not currently test
minor version numbers.
Why would you use this utility? To make sure that a jar
intended to run under an old 1.1 JVM contains no classes
accidentally compiled with javac -target 1.5. Passing this
test does not guarantee the jar will work on an old JVM. The
jar still might use methods not bundled with old JVMs. This
should catch however, classes normally compiled with target
1.1 that were accidentally compiled with 1.5 as a side
effect of compiling some 1.5 class.
There is a similar program called JarCheck available at
http://mindprod.com/products1.html#JARCHECK

Requirements: Java 1.5+

<<less
Download (0.62MB)
Added: 2008-09-07 License: Freeware Price: $0
417 downloads
CalcMark 1.1

CalcMark 1.1


CalcMark - A small benchmarking program more>>
CalcMark is a small benchmarking application.
Use it to measure the number of arithmetic operations your computer can perform within any time interval. Just download, unzip and run.
Now you can benchmark your system on any platform. All you need is a working JVM installed. More information can be found in the included readme file.
<<less
Download (7.88KB)
Added: 2006-01-13 License: Freeware Price:
1383 downloads
JLeak 1.0.3

JLeak 1.0.3


JLeak is a free java memory leak detector, relying on the JVM -javaagent option. It allows filtering on displayed classes, and dump stack trace on where each instance has been created. more>> <<less
Download (1.08MB)
Added: 2009-04-07 License: Freeware Price: $0
201 downloads
JarCheck 1.3

JarCheck 1.3


Check a Java jar to make sure all the javac -target versions of the class files are what you expect. more>>
Check a Java jar to make sure all the javac -target versions of
the class files are what you expect.
Java application.
Requires Java version 1.5 or later.
All Java source code is included.
to use:
java -jar jarcheck.jar jartotocheck.jar 1.1 1.4
where jartocheck.jar is the name of jar to check.
It will check all the class files in it.
In this example:
1.1 is the lowest acceptable target version number.
1.4 is the highest acceptable target version number.
Currently, only version numbers 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
and 1.6 are supported. The program does not currently test
minor version numbers.
Why would you use this utility? To make sure that a jar
intended to run under an old 1.1 JVM contains no classes
accidentally compiled with javac -target 1.5. Passing this
test does not guarantee the jar will work on an old JVM. The
jar still might use methods not bundled with old JVMs. This
should catch however, classes normally compiled with target
1.1 that were accidentally compiled with 1.5 as a side
effect of compiling some 1.5 class.
There is a similar program called JarLook available at
http://mindprod.com/products1.html#JARLOOK

System Requirements: Java 1.5+

Enhancements: display version number of each cless checked

<<less
Download (0.75MB)
Added: 2009-06-17 License: Freeware Price: $0
13 downloads
 
Other version of JarCheck
JarCheck 1.2To make sure that a jar intended to run under an old 1.1 JVM contains no classes accidentally compiled with javac -target 1.5. Passing this test does not guarantee the jar will work on an old JVM
License:Freeware
Download (316KB)
733 downloads
Added: 2007-10-28
jGnash 1.11.6

jGnash 1.11.6


A free personal finance manager with many of the same features as commercially-available software. more>> A free personal finance manager with many of the same features as commercially-available software.

jGnash is a free personal finance manager with many of the same features as commercially-available software.
jGnash was created in order to make tracking your personal finances easy, but also provides the functionality required by advanced users.
Main features:
- Double-Entry Based Transactions
- Account Reconciliation
- Report Generation in PDF Format
- Imports both QIF and GnuCash Files
- Fast Auto-Completion of Form Fields
- Schedule Recurring Payment Reminders
- Support for Multiple Currencies
- Track Investment Accounts and Transactions
- Automatic Online Updates of Stock Prices and Currency Exchange Rates
- Secure File Encryption
- Customizable User Interface
- Scriptable through BeanShell
- Advanced Server/Client Networking Architecture
System requirements:
- Java Runtime Environment

Enhancements:
- Translation updates
- Add a workaround for a JVM memory leak (Only works for 1.5 )
- Fix Bug: Do not filter root Account from reports unless they have 0 transactions.
- Fix more currency formating bugs
- Fix currency related bug in Income / Expense chart

<<less
Download (6.3MB)
Added: 2008-10-04 License: GPL Price: FREE
428 downloads
Sav Zigzag 8.2

Sav Zigzag 8.2


Sav Zigzag is a Java API forming new powerful more>>
Sav Zigzag is a Java API forming new powerful "Java/Zigzag" language, for development of a high-performance mobile object-relational database application. The main advantage of Zigzag to SQL is the manipulation with classes (in addition to relations).
Zigzag algebraic expressions enable to process XML data with dynamic structure and multi-level hierarchy. Unlike XSLT, Zigzag is not data filter; it reads many of XML files in one database and then generates and prints new XML files. The Sav Zigzag, working under one JVM, provides synchronous connection many of users with many of local databases.
<<less
Download (463KB)
Added: 2006-07-20 License: Freeware Price:
1716 downloads
 
Other version of Sav Zigzag
Sav Zigzag 8.0The Sav Zigzag, working under one JVM, provides synchronous connection many of users with many of local databases. Requirements: Java 1.2 or later. Whats new in this version: Speed optimization
License:Freeware
Download (455.09KB)
412 downloads
Added: 2008-09-07
Java Interactive Profiler 1.1 RC1

Java Interactive Profiler 1.1 RC1


JIP is a low overhead and high performance profiler that is written entirely in Java more>>
JIP is a low overhead and high performance profiler that is written entirely in Java Java Interactive Profiler (JIP) is a low overhead and high performance profiler that is written entirely in Java.
JIP gives the developer the ability to turn the profiler on and off while the VM is running. You can also filter out classes and packages as well as control the output.
Main features:
- Interactivity. hprof is not an interactive profiler. It starts when your program starts and ends when the JVM exits. In many cases this doesnt give you a true measure of performance since the Just In Time compiler doesnt compile code on the first pass. In addition, this type of profiler is not useable at all in web applications since you end up profiling the web container as well as the web application. JIP, on the other hand, allows you to turn the profiler on and off while the JVM is running.
- No native code. Most profilers have some native component. This is because most profilers use the JVMPI (Java Virtual Machine Profiling Interface) which requires the use of native components. JIP, however, is pure Java. It takes advantage of the Java5? feature which allows you to hook the classloader. JIP adds aspects to every method of every class that you want to profile. These aspects allow it to capture performance data.
- Very low overhead. Most profilers are very slow. In many cases hprof will cause a program to run 20 times slower. JIP, on the other hand, is lightweight. A VM with profiling turned on is about twice as slow as one without a profiler. When the profiler is turned off, there is almost no overhead associated with using JIP.
- Performance Timings. JIP gathers performance data. You cannot use most profilers to do timings of your application. hprof, for example, will show you the relative amount of time that is spent in different parts of your code, but hprof has so much overhead, that you cannot use it to get real world timing measurements. JIP, on the other hand, actually tracks the amount of time used to gather performance data and factors that time out of its analysis. This allows you to get close to real world timings for every class in your code. So there is no need to litter your code with System.currentTimeMillis()!
- Filters by package/class name. One of the annoying things about hprof is that there is no way to filter out classes by class or package name. JIP allows you to do just that (for more information, look at the profile.properties file). This in not to say that the execution time is not included. It is included but can only be seen in the execution time of the calling routine.
<<less
Download (425KB)
Added: 2007-06-04 License: Freeware Price:
883 downloads
JSmooth 0.9.9-7 build 20070520-256

JSmooth 0.9.9-7 build 20070520-256


JSmooth 0.9.9-7 build 20070520-256 has come as a handy and smart Java Executable Wrapper with the ability to create native Windows launchers (standard .exe) for your Java applications. more>>

JSmooth 0.9.9-7 build 20070520-256 has come as a handy and smart Java Executable Wrapper with the ability to create native Windows launchers (standard .exe) for your Java applications. It makes java deployment much smoother and user-friendly, as it is able to find any installed Java VM by itself. When no VM is available, the wrapper can automatically download and install a suitable JVM, or simply display a message or redirect the user to a Web site.

Enhancements: Includes unspecified updates.

<<less
Download (3.7MB)
Added: 2007-10-14 License: Freeware Price: $0.00
101 downloads
MechaniQue 2.0.1

MechaniQue 2.0.1


A programming language for authoring interactive fiction or CYOA stories. more>>
A programming language for authoring interactive fiction or CYOA stories. While everyone is playing fancy CPU burning games, some people in this world continue to worship the art of interactive fiction, a.k.a. text-adventures. A forgotten genre in gaming. A micro universe that hides some of the worlds most beautifully crafted phrases and stories. However, few people know these treasures exist.
In another corner of the world wide web, some geeks are enjoying the elegance and beauty of a different breed of programming languages: esoteric programming languages.
While nowadays everyone can write a script or program, only the most fanatic ones know the true power lies within the insights offered by esoteric programming languages; languages that can interpret the Bible and the Koran, languages that can be visualised in 3D, or languages that just seem to have a life of their own.
This software is an alternative and esoteric (because it uses experimental syntax and language structure / metaphors) programming language for interactive fiction (IF) written in Java.
Main features:
- Its a compiled language. MQ/J2 compiles MechaniQue code to java byte code using simple Object Serializations (So, its not a hacked form of java-byte code).
- MechaniQues syntax consists of symbols like < ! and $, not words, neither do you have to decribe scenes using English phrases which provides you with a lot of freedom and language independence. While other IF-systems are perfectly adapted to one or one class of languages (Western, Eastern), MechaniQue is a fully language independent IF authoring system.
- Because MechaniQue has been written in Java, it can be run on any system that has a JVM.
- The syntax MechaniQue closely resembles the structure of an adventure game; it provides you with an old-fashioned goto-instruction, and the language has no concept of variables but uses a kind of inventory to memorize information about the game-state.
System requirements:
- Java Virtual Machine
<<less
Download (94KB)
Added: 2007-09-17 License: Freeware Price:
767 downloads
OOJNI for .NET2.0 (low-level) 3.00.02

OOJNI for .NET2.0 (low-level) 3.00.02


Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.2.0. Supports Standard JNI interface for developing code in C#, MCpp, VB, J#. more>>

OOJNI for .NET2.0 (low-level) - Object-Oriented JNI for .NET (low-level), Library for .NET Framework v.2.0. Supports Standard JNI interface for developing and running code in C#, MCpp, VB, J#.

The main features available:

- JNI code can be written only in managed code;

- supported .NET languages: C#, VB, J#, Managed C++;

- implements regular JNI SDK compatible with JDK1.3.x (32 bits) and above;

- supports two ways of Java Native methods implementation: from Java code with System.loadLibrary(...) or System.load(...) and from JNI code with RegisterNatives(...)/UnregisterNatives(...);

- Java native methods are implemented only with .NET managed functions;

- marshaling and unmarshaling of .NET data types are hidden from Developer;

- implemented special mechanism for shellow copy of Java references in JNI code to reduce a number of them in JVM, save JVM Heap and improve JNI code performance.

Comment:

- to implement Java native methods from Java code with System.load() or System.loadLibrary() you should load OOJNI.NET20.DLL first in some place of your Java code. Set path to OOJNI.NET20.DLL and your .NET module like to any C++ JNI library;

- this update includes fast cast operations from/to Java primitive arrays to/from .NET primitive arrays.

The same library for .NET Framework v.1.1 is available at

http://www.simtel.net/product.php[id]95126[sekid]0[SiteID]simtel.net


Enhancements:
Version 3.00.02
System Requirements:
<<less
Download (4.1Mb)
Added: 2006-04-19 License: Free Price: Free
51 downloads
jrdesktop 0.2.0030

jrdesktop 0.2.0030


Open source software for viewing and/or controlling a distance PC more>> Java Remote Desktop (jrdesktop) is an open source software for viewing and/or controlling a distance PC.
Besides then screenshots, keyboard and mouse events transfer, jrdesktop includes many additional features (like: file transfer, data compression, color conversion, ...).
jrdesktop uses RMI (Remote Method Invocation) with SSL/TLS to establish a secured connection between the viewer and the server.
Java Remote Desktop (jrdesktop) is intended to run across different platforms (based on JVM).
<<less
Download (296KB)
Added: 2008-07-14 License: Freeware Price: Free
468 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3