- Joined
- Nov 25, 2006
- Messages
- 52
- Reaction score
- 0
J Set - Java Environment Setup Tool
Download:
Its been about a week since I made a tool, and I'll be in Florida next week, so I decided to make a little something to tide everyone over.
Here it is, J set, a Java Environment Setup tool, Hopefully you will only ever have to use Once, What it does is it searches for the ALL Jdk versions, (I use a much more advanced search than those batch files), and it will print out all the JDK versions found. It will then let you select a version, then set up your Environment for java.
So no longer will you need to use compilers/runners that Search for the java directory, you can just say:
or
As simple as that!
I hope this helps a few people.
And personally, I think this is my best tool yet... So anyone who flames, will feel my wrath!
Download:
To view the content, you need to sign in or register
Its been about a week since I made a tool, and I'll be in Florida next week, so I decided to make a little something to tide everyone over.
Here it is, J set, a Java Environment Setup tool, Hopefully you will only ever have to use Once, What it does is it searches for the ALL Jdk versions, (I use a much more advanced search than those batch files), and it will print out all the JDK versions found. It will then let you select a version, then set up your Environment for java.
So no longer will you need to use compilers/runners that Search for the java directory, you can just say:
Code:
@echo off
java *.java
pause
Code:
@title WhatEverScape
@echo off
java server
![meiscooldude - [Release] Java Environment Setup Tool - RaGEZONE Forums meiscooldude - [Release] Java Environment Setup Tool - RaGEZONE Forums](http://img26.picoodle.com/img/img26/4/7/24/f_javasetupm_7ba0061.jpg)
I hope this helps a few people.
And personally, I think this is my best tool yet... So anyone who flames, will feel my wrath!
Last edited: