- 0
I have problem with compile (Error:Java_HOme
-
Posts
-
All links at http://akumu.ru return 503 and most mega upload dont exist. Any idea if this will get fixed?
-
By UnknownSoldier · Posted
You make me laugh... relax man, my clients have been using my package for years and haven't had any problems. Cheers! -
yes travor? I hope you don't delete this LINK, scammer, the proof that you sold it is inside. HASH MD5: F1B3722977A7E3720DC91D56203D4E39 https://www.mediafire.com/file/rma1p98juce3ust/travor-source.rar/file I'm uploading it again because I'm sure you'll delete it. https://www.mediafire.com/file/h51kz9vlbj9tk8a/travor-source.rar/file L2Ext.vcproj.DESKTOP-I4LDE28.Mariano.user in ext2025-main.zip Modified 2025-07-15 L2Ext.vcproj.DESKTOP-I4LDE28.Mariano.user in travor-source.rar Modified 2026-03-09 Explain this to the community, you damn scammer! YOUR PC IS: DESKTOP-I4LDE28 VERIFY: HASH CRC32 in two files. GG. <?xml version="1.0" encoding="windows-1250"?> <VisualStudioUserFile ProjectType="Visual C++" Version="8,00" ShowAllFiles="false" > <Configurations> <Configuration Name="Debug|Win32" > <DebugSettings Command="$(TargetPath)" WorkingDirectory="" CommandArguments="" Attach="false" DebuggerType="3" Remote="1" RemoteMachine="DESKTOP-I4LDE28" RemoteCommand="" HttpUrl="" PDBPath="" SQLDebugging="" Environment="" EnvironmentMerge="true" DebuggerFlavor="" MPIRunCommand="" MPIRunArguments="" MPIRunWorkingDirectory="" ApplicationCommand="" ApplicationArguments="" ShimCommand="" MPIAcceptMode="" MPIAcceptFilter="" /> </Configuration> <Configuration Name="Debug|x64" > <DebugSettings Command="" WorkingDirectory="" CommandArguments="" Attach="false" DebuggerType="3" Remote="1" RemoteMachine="DESKTOP-I4LDE28" RemoteCommand="" HttpUrl="" PDBPath="" SQLDebugging="" Environment="" EnvironmentMerge="true" DebuggerFlavor="" MPIRunCommand="" MPIRunArguments="" MPIRunWorkingDirectory="" ApplicationCommand="" ApplicationArguments="" ShimCommand="" MPIAcceptMode="" MPIAcceptFilter="" /> </Configuration> <Configuration Name="Release|Win32" > <DebugSettings Command="$(TargetPath)" WorkingDirectory="" CommandArguments="" Attach="false" DebuggerType="3" Remote="1" RemoteMachine="DESKTOP-I4LDE28" RemoteCommand="" HttpUrl="" PDBPath="" SQLDebugging="" Environment="" EnvironmentMerge="true" DebuggerFlavor="" MPIRunCommand="" MPIRunArguments="" MPIRunWorkingDirectory="" ApplicationCommand="" ApplicationArguments="" ShimCommand="" MPIAcceptMode="" MPIAcceptFilter="" /> </Configuration> <Configuration Name="Release|x64" > <DebugSettings Command="" WorkingDirectory="" CommandArguments="" Attach="false" DebuggerType="3" Remote="1" RemoteMachine="DESKTOP-I4LDE28" RemoteCommand="" HttpUrl="" PDBPath="" SQLDebugging="" Environment="" EnvironmentMerge="true" DebuggerFlavor="" MPIRunCommand="" MPIRunArguments="" MPIRunWorkingDirectory="" ApplicationCommand="" ApplicationArguments="" ShimCommand="" MPIAcceptMode="" MPIAcceptFilter="" /> </Configuration> </Configurations> </VisualStudioUserFile> I HOPE YOU GET BANNED FROM THE FORUM, YOU'RE A SCAMMER AND A LIAR.
-
By UnknownSoldier · Posted
Here we go again to teach! The source code he mentions (backdoor) is from the leaked Travor files. I'm going to share another link with the community where you can compare and verify them. Source Travor files: https://www.mediafire.com/file/rma1p98juce3ust/travor-source.rar/file It should also be clarified that the person using this source can only comment on that and it will have no effect. Regards! -
By guarnieri2008 · Posted
very good job in displaying them
-
-
Topics

Question
BlackDevilDev
BUILD FAILED
C:\workspace\L2J_CommunityServer\build.xml:38: 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\jre6"
this is problem what is this guys,how can fix this problem?
the code from Build.xml
<target name="compile" depends="init"> <javac destdir="${build.classes}" optimize="on" debug="on" source="1.6" target="1.6" nowarn="off"> <src path="${src}"/> <classpath refid="classpath"/> </javac> </target> <target name="jar" depends="compile"> <jar destfile="${build}/l2jcommunity.jar"> <fileset dir="${build.classes}"/> </jar> <copy todir="${build.dist.community}"> <fileset dir="${build}"> <include name="l2jcommunity.jar"/> </fileset> </copy> </target> <target name="dist" depends="jar"> <copy todir="${build.dist.community}"> <fileset dir="${src}"> <include name="log.cfg"/> <include name="console.cfg"/> </fileset> </copy> <copy todir="${build.dist.libs}"> <fileset dir="${src}/../lib"> <include name="*.jar"/> </fileset> </copy> <copy todir="${build.dist.doc}"> <fileset dir="${basedir}"> <include name="changes.txt"/> <include name="LICENSE.txt"/> <include name="README.txt"/> </fileset> </copy> <copy todir="${build.dist.doc}"> <fileset dir="${src}/../lib"> <include name="*LICENSE*"/> </fileset> </copy> <copy todir="${build.dist.community}"> <fileset dir="dist"> <include name="startCommunityServer.*"/> </fileset> </copy> <fixcrlf srcdir="${build.dist.community}" eol="lf" eof="remove" includes="**/*.sh"/> <fixcrlf srcdir="${build.dist.community}" eol="crlf" eof="remove" includes="**/*.bat"/> <mkdir dir="${build.dist.community}/log"/> <mkdir dir="${build.dist.community}/config"/> <copy todir="${build.dist.community}/config"> <fileset dir="java/config"> <include name="*.properties"/> </fileset> </copy> <zip destfile="${build}/L2J_CommunityServer.zip" basedir="${build.dist}" /> </target> <target name="clean"> <delete dir="${build}"/> </target> </project>3 answers to this question
Recommended Posts