Ok sooo I am really confused here. I am taking a Java programming class and I have eclipse installed on my desktop which is what I use to write my code. And everything works smoothly there.
I just recently bought a laptop and I installed eclipse on there. Now I copy over some of my old code and at runtime everything crashes.
Now I have noticed a few differences. The eclipse I have on my desktop in the package explorer has JRE System Library [jdk7] and the paths are C:\glassfish\jdk7\jre\lib\ext
on my laptop it is JRE System Library[JavaSE-1.6] and the path is C:\Program Files\Java\jre\lib
but glassfish is installed on my laptop so I am trying to understand why eclipse is pulling the libs from a different path.
Also can this cause a runtime error with my code??
I just recently bought a laptop and I installed eclipse on there. Now I copy over some of my old code and at runtime everything crashes.
Now I have noticed a few differences. The eclipse I have on my desktop in the package explorer has JRE System Library [jdk7] and the paths are C:\glassfish\jdk7\jre\lib\ext
on my laptop it is JRE System Library[JavaSE-1.6] and the path is C:\Program Files\Java\jre\lib
but glassfish is installed on my laptop so I am trying to understand why eclipse is pulling the libs from a different path.
Also can this cause a runtime error with my code??
