Search found 3 matches

by AndyT_uk
Wed Mar 17, 2004 1:58 pm
Forum: Java
Topic: Error using other classes
Replies: 4
Views: 903

cheers for that m8, finally its sorted :)

And such a stupid error, something must have boned my version of textpad or java as it did use to work properly without that.

Anyways, cheers

Andy
by AndyT_uk
Wed Mar 17, 2004 2:25 am
Forum: Java
Topic: Error using other classes
Replies: 4
Views: 903

The thing is i've never needed to do that in the past. It will now compile via the command line using javac -classpath .EvenOrOdds and then runs via java EvensOrOdds.

Just wondering if i can change it in textpad to let me compile it in there again??

Also how exactly do i go about importing the ...
by AndyT_uk
Wed Mar 17, 2004 2:05 am
Forum: Java
Topic: Error using other classes
Replies: 4
Views: 903

Error using other classes

Ok, so i used to have a class called EasyIn that i used all the time for getting the users input from the keyboard. Now i've been trying to use this file again for another class and i get some weird error messages.

Heres the file i'm using the EasyIn class in.

class EvenOrOdd
{
/*
* A class ...