Search:

Type: Posts; User: minju

Search: Search took 0.08 seconds.

  1. Re: Program goes into infinite compilation. University project - Library Program.

    You have to put the boolean variable's name instead of "boolean".
  2. Re: Program goes into infinite compilation. University project - Library Program.

    You can't compare a declarator with something.
  3. Re: Program goes into infinite compilation. University project - Library Program.

    Yeah as I mentioned you can create objects out of classes in the environment, but if you export the whole thing you need a main() method.
  4. Re: Program goes into infinite compilation. University project - Library Program.

    Sorry, my mistake.
    You do need a main() method I remember.
    But maybe clarky2006 is not aware of that because in BlueJ you have the availability to create an object out of a class without a main()...
  5. Re: Program goes into infinite compilation. University project - Library Program.

    @Norm
    yes the jar differs from normal ones because it has package.bluej included
    like if you have the classes test1, test2, test3 the jar will have
    META-INF
    test1.class
    test2.class
    test3.class...
  6. Re: Program goes into infinite compilation. University project - Library Program.

    In BlueJ you have no main() method.
    In the environment you have different classes and at when you export it to jar, you can choose which class you want to be the main class.
    The chosen main class...
Results 1 to 6 of 6