Someone help?

when i compile…

Unrecognized option: -d
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
compiled Player folder
Unrecognized option: -d
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
compiled Server folder
Unrecognized option: -d
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
compiling Dialogues
Unrecognized option: -d
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
compiled Main Server Folder
Unrecognized option: -d
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
compiled Main Server Folder
Unrecognized option: -d
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Compiled all Successfully
Press any key to continue . . .

You’re attempting to compile using java.exe and not javac.

Edit your compiler and change where each path has either “java.exe” (< end of a path) or “java” (< it will be a word alone)
to either “javac.exe” or “javac” respectively.

Picked up _JAVA_OPTIONS: -Xmx512M
src\com\rs\game\player\content\AshScattering.java:66: error: cannot find symbol
if (player.getAshDelay() > Utils.currentTimeMillis())
^
symbol: method getAshDelay()
location: variable player of type Player
Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
1 error
compiled Player folder
Picked up _JAVA_OPTIONS: -Xmx512M
src\com\rs\game\player\content\AshScattering.java:66: error: cannot find symbol
if (player.getAshDelay() > Utils.currentTimeMillis())
^
symbol: method getAshDelay()
location: variable player of type Player
Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
1 error
compiled Server folder
Picked up _JAVA_OPTIONS: -Xmx512M
src\com\rs\game\player\content\AshScattering.java:66: error: cannot find symbol
if (player.getAshDelay() > Utils.currentTimeMillis())
^
symbol: method getAshDelay()
location: variable player of type Player
Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
1 error
compiling Dialogues
Picked up _JAVA_OPTIONS: -Xmx512M
src\com\rs\game\player\content\AshScattering.java:66: error: cannot find symbol
if (player.getAshDelay() > Utils.currentTimeMillis())
^
symbol: method getAshDelay()
location: variable player of type Player
Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
1 error
compiled Main Server Folder
Picked up _JAVA_OPTIONS: -Xmx512M
src\com\rs\game\player\content\AshScattering.java:66: error: cannot find symbol
if (player.getAshDelay() > Utils.currentTimeMillis())
^
symbol: method getAshDelay()
location: variable player of type Player
Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
1 error
compiled Main Server Folder
Picked up _JAVA_OPTIONS: -Xmx512M
src\com\rs\game\player\content\AshScattering.java:66: error: cannot find symbol
if (player.getAshDelay() > Utils.currentTimeMillis())
^
symbol: method getAshDelay()
location: variable player of type Player
Note: src\com\rs\game\player\Inventory.java uses unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.
1 error
Compiled all Successfully
Press any key to continue . . .