[Bluej-discuss] Book: Excercise 1.17
Davin McCall
davmac at bluej.org
Mon Aug 7 04:03:30 BST 2006
Hi Matt,
You also need to be careful that when you download a new version of
Java, you must also tell BlueJ to use it. I'm assuming you're using
Windows so you can just run the "Select VM" utility from the start menu,
and make sure you select Java version 1.5.0 from the list.
(You can tell which version of Java that BlueJ is currently using by
going to the "About BlueJ" dialog, which you can get to from the "help"
menu).
Davin
Matthew Brandt wrote:
> Bruce, thank you for the input, I just updated to the most recent Java
> Version, I was running 1.4.x. Unfortunately that wasn't the fix. As
> for what Josh recommended, I'm afraid to say that I'm a bit confused.
> What is the last line of code that I need to add?
>
> import java.util.List;
> import java.util.ArrayList;
>
> and, a Student class. - What do you mean by this?
>
> matt
>
> ------------------- previous message-----------------------
> From Excercise 1.17 (lab-classes),
> http://bluej.org/download/download.html
> <http://bluej.org/download/download.html>
>
> >>public class LabClass
> >>{
> >>private String instructor;
> >>private String room;
> >>private String timeAndDay;
> >> private List<Student> students;
> >>private int capacity;
> ------------------------------------------------------------------------
>
> _______________________________________________
> mailing list bluej-discuss at bluej.org
> To unsubscribe or change your preferences, go to
> http://lists.bluej.org/mailman/listinfo/bluej-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bluej.org/pipermail/bluej-discuss/attachments/20060807/87867ba3/attachment-0001.html
More information about the bluej-discuss
mailing list