Ravinder Reddy wrote:
hi,
1) how to get eclipse set up to not use tabs?
You can go to
Window->Preferences-> Java->Formatter-> New
give a profile name and then change the
Tab Policy to spaces only.
To reformat your source
Source -> Format
2) recently I have migrated to a new machine in which Fedora 7 is
installed.
Some info regarding my system.
Perhaps the issue is this line in your ant.properties
j14lib=$jdk14_home/jre/lib
Try putting in the full path instead of using $jdk14_home. Also check
that JAVA_HOME is set.
Kathey