Jump to content
  • 0

BUILD FAILED


Question

Posted

Hello again my friends that time i have this problem can anyone solve what i must do?

 

compile:
    [javac] C:\Workspace Bmxc\L2Jbmxc-Core\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

BUILD FAILED
C:\Workspace Bmxc \L2Jbmxc-Core\build.xml:47: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_231"

2 answers to this question

Recommended Posts

  • 0
Posted

You must have JDK installed and set as an compiler.

Prefereneces - Java - Installer JREs - add new standard VM, point it to jdk - select it, apply and close.

  • 0
Posted
15 hours ago, SweeTs said:

You must have JDK installed and set as an compiler.

Prefereneces - Java - Installer JREs - add new standard VM, point it to jdk - select it, apply and close.

i think all is okay with that now i get this..

compile:
    [javac] C:\Workspace bmxac\L2Jbmxac-Core\build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1443 source files to C:\Workspace bmxac\L2Jbmxac-Build\classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
    [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    [javac] C:\Workspace bmxac\L2Jbmxac-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:42: warning: '_' used as an identifier
    [javac] 	private static final String _ = "\t";
    [javac] 	                            ^
    [javac]   (use of '_' as an identifier might not be supported in releases after Java SE 8)
    [javac] C:\Workspace bmxac\L2Jbmxac-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
    [javac] 		return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
    [javac] 		                                                                          ^
    [javac]   (use of '_' as an identifier might not be supported in releases after Java SE 8)
    [javac] C:\Workspace bmxac\L2Jbmxac-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
    [javac] 		return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
    [javac] 		                                                                                                                        ^
    [javac]   (use of '_' as an identifier might not be supported in releases after Java SE 8)
    [javac] C:\Workspace bmxac\L2Jbmxac-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
    [javac] 		return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
    [javac] 		                                                                                                                                                               ^
    [javac]   (use of '_' as an identifier might not be supported in releases after Java SE 8)
    [javac] C:\Workspace bmxac\L2Jbmxac-Core\java\com\l2jfrozen\logs\FileLogFormatter.java:50: warning: '_' used as an identifier
    [javac] 		return output.append(dateFmt.format(new Date(record.getMillis()))).append(_).append(record.getLevel().getName()).append(_).append(record.getThreadID()).append(_).append(record.getLoggerName()).append(_).append(record.getMessage()).append(CRLF).toString();
    [javac] 		                                                                                                                                                                                                        ^
    [javac]   (use of '_' as an identifier might not be supported in releases after Java SE 8)
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 9 warnings

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...