I have JRE 1.7 installed on my system. Due to some admin issues I don\'t have JDK on my system. is there any way I can develop Java programs with JRE only?
JRE is not just sufficient, without compiling the code for that you need Jdk which have compiler to compile the code.