MyEclipse: Do I need to install java also amir55 - Jun 07, 2012 - 02:23 PM Post subject: Do I need to install java also
hi dear staff
I have subscription and installed myeclipse for spring. I can run java classes normally in MyEclipse - Run
but I Installed textpad to run classes from textpad.which did not work
I ask here
1 - how to set the path and classpath in windows xp so java and javac can be accessed from dos
2- Do I have to install java alongside while myeclipse has one already?
3 - textpad needs JDK to configure while MyEclipse java has no JDK entry I think ?
thanks a lot
Amirsupport-swapna - Jun 08, 2012 - 06:50 AM Post subject:
Amir,
MyEclipse has a JDK of its own. You can check it at <ME install dir>. Ex : C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013
I am not familiar with Textpad and its setup. You can check if you can reuse the ME JDK to install it. If not, you can install Java separately.
Hope this helps.amir55 - Jun 08, 2012 - 11:29 AM Post subject:
Hi
I tried to use this path D:\MyEclipse_Group\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin
in m environmental PATH but not working may be because of the existence of dots in the pathname 1.6.0.013. The dots in the environmental PATH has interpretation as current folder not as just a name. is there a way out ?
Thanks
Amirsupport-swapna - Jun 11, 2012 - 07:32 AM Post subject:
Amir,