Plus the material that explains the language does this while explaining
how it can be done through NetBeans, so I think this will make things a
lot clearer.
You can downlaod Netbeans IDE 5.5 from
http://www.netbeans.info/downloads/index.php
As for the Java language I found some nicely explained material at
http://www.javapassion.com/javaintro1/Class.html
You then might want to have a look at the the first 5 chapters of this
Java course.
You'll find some stuff pretty easy but just have a glance at it. there
might be a tiny thing extra here or there. It really starts at Chapter
02.
(The link to Detailed class notes is always the same. One big file with
everything in it).
Also try snooping around the site. There's some nice stuff here and
there that you might like. Things like excercises, NetBeans tutorials.
Pretty neat.
Actually I think this is an online course and if you sign up for it,
you can hand in assignments and stuff and maybe even get a certificate
that you can show for. But I haven't looked to much into that.
Let me know how it goes.
Anyway, you might want to install JDK. You can get that from here:
https://sdlc2e.sun.com/ECom/EComActionServlet;jsessionid=CCBC86EA90E0F565F333A266BB88861D
I don't know the difference between the off and online installation.
I'm guessing that offline is downloading the whole thing and then
installing it and the online option is to install this small file and
you'll end up downloading the whole thing as you're nstalling it. So, I
think both lead to the same result, but in case I'm mistaken I think
you should download the offline one.
On Dec 28, 8:31 pm, "Huda Akef" <electronh.a...@gmail.com> wrote:
> Hello again,
> When I was starting to install netbeans, it said I didn't have a JDK (Java
> Development Kit)...Does anyone know what I should do?
>
Here's the wikipedia page on this. don't worry it's very brief.
http://en.wikipedia.org/wiki/J_sharp
On Dec 28, 10:58 pm, Abdelrahman <aham...@gmail.com> wrote:
> Hello Everybody..
>
> First, Huda...
> You need to install Java Development Kit (JDK) before installing NetBeans. I
> think this kit is the Java classes that netbeans use for coding...
> it is different than Java Runtime plug in used to run applets in different
> browsers (IE & Firefox ..)
>
> You can download both together in a bundle from this URLhttp://java.sun.com/javase/downloads/index.jsp(Search for JDK 6 with
> NetBeans 5.5)
>
> Hope it is useful...
>
> As for me....
>
> I always wanted to code on my linux machine and it last I have just made the
> first Java program to read I/O :D I am in chapter 2...
>
> Regards,
> Abdelrahman
>
> On 12/28/06, Huda Akef <electronh.a...@gmail.com> wrote:
>
>
>
> > Thanks ya Youssef, I'm gonna try that. My laptop does run java applets, so
> > that's not the problem.
>
> > On 12/28/06, y...@hotmail.com <y...@hotmail.com> wrote:
>
> > > This is strange. Does the machine you're using run applets that are
> > > online?
> > > Try it our. If it can't do that, then you don't have the java plugin in
> > > your system.
>
> > > Anyway, you might want to install JDK. You can get that from here:
>
> > >https://sdlc2e.sun.com/ECom/EComActionServlet;jsessionid=CCBC86EA90E0...
Anyone got an idea?