I’ve been asked to show you how to Install Eclipse for Java a few times lately. So in this video I’ll show you how to install Eclipse step-by-step.
Not only will I show you how to install eclipse, but I’ll also cover how to install Java, set up code completion and install java libraries.
If you prefer to read these steps look here Install Java 1.7 Eclipse (For Mac and PC) and How to Install Java Libraries.
If you like tutorials like these, it helps to tell Google
results for TEMPLATEPATH : C\wamp\www\wordpress/wp-content/themes/jw
results for bloginfo(‘template_url’): http://localhost/wordpress/wp-content/themes/jw
results for bloginfo(‘template_directory’): http://localhost/wordpress/wp-content/themes/jw
WHATS the difference of those ? when should i use which one ? please help.
I’m going to do a tutorial on how to set up apache, mysql and php on a pc so you don’t have to use wamp. Wamp seems to cause so many problems that I need to show how to avoid using it. I’ll get to that as soon as possible
Thanks bro.
I’m very happy that it helped. I don’t know why I never made this tutorial before
I am attempting to install this on my MAC and I get an error on attempting to run the file in Eclipse. Also it is work noting that if I run it via terminal it compiles and runs just fine. I am just attempting to run a very basic hello world program.
The error is
Exception in thread “main” java.lang.NoClassDefFoundError: HelloWorld2
Caused by: java.lang.ClassNotFoundException: HelloWorld2
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Either you don’t have JAVA_HOME/bin in your PATH or you downloaded the JRE instead of the JDK. Check the directory where you installed Java and see if your /bin directory has javac.exe in it. If you don’t have a /bin, download the JDK and install it.