Problem installing GlassFish with Eclipse plugin
Problem installing GlassFish with Eclipse plugin
September 22, 2011 - 23:35
Hi,
I have installed Glassfish plugin in eclipse. then after setting JRE 6 I wanted to install Glassfish server through eclipse.
But,its throwing me this error. "Missing Classpath entry C:/GlassfishServer\glassfishv3\glassfish\modules\glassfish.jar"
I am installing for the first time. How come I set a classpath ?
Attaching the screenshot. Please help me
Thanks
Rakesh
| Attachment | Size |
|---|---|
| Untitled.jpg | 226.97 KB |





What happens if you use a single File.separator constant (the slashes)?
Try transforming c:/GlassFishServer/glassfish\glassfishv3\glassfish to
c:\GlassFishServer\glassfish\glassfishv3\glassfish OR c:/GlassFishServer/glassfish/glassfishv3/glassfish
vbk