Question : Call Java classes with Strings

Instead of doing:

GroundVehicle v = new GroundVehicle(GroundVehicleTypes.TRUCK);

I want to do:

String vehicle = "GroundVehicle";  String vehicleType = "GroundVehicleTypes"
String enumType = "TRUCK"

(vehicle) v = new (vehicle)((vehicleType).valueof(enumType);

Answer : Call Java classes with Strings

since its a windows 7 machine, right click on the source folder and choose "restore previous versions" from the list.

this should open a window where you can choose a time before the files were lost. click a backup, then click open if you see whats missing, simply drag it to the current folder and it will copy.
Random Solutions  
 
programming4us programming4us