> ? I need some help configuring my classpath. > ? I can javac on file it works fine ie: > ? javac hello.java > ? this creates the .class file. It may be usefull a common solution to use -d option in javac command.Just create a directory named myclass and do compile all class files in it. Something, like that javac -d /home/someone/java/myclass hello.java. Point your CLASSPATH to myclass, as CLASSPATH=myclass:$CLASSPATH, and run java hello. -- Cheers. Alexander
- Classpath help Steve
- Re: Classpath help Felix Morley Finch
- RMI-Problem Alexander Davydenko
- RMI-Problem Lars Rusdorf
- Re: Classpath help K.R. Foley
- Re: Classpath help Steve Byrne
- Textfield's don't work in the glibc-version of jd... Marcus Isaksson