Giter Club home page Giter Club logo

Comments (15)

ahitt6345 avatar ahitt6345 commented on July 17, 2024

also, in the XCode console I got a long string telling me that I did not update my java which I think is wierd.

*** WARNING *** You are not using Java 7 or above. Although this will work, it is highly discouraged due to the security issues present.
*** WARNING *** Use java -version to check your version and update as soon as possible.
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
    at org.objectweb.asm.ClassReader.readLabel(ClassReader.java:2175)
    at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1171)
    at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1017)
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:693)
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
    at net.md_5.ss.repo.RuntimeRepo.getClass0(RuntimeRepo.java:27)
    at net.md_5.ss.repo.ClassRepo.getClass(ClassRepo.java:22)
    at net.md_5.ss.repo.AggregateRepo.getClass0(AggregateRepo.java:30)
    at net.md_5.ss.repo.ClassRepo.getClass(ClassRepo.java:22)
    at net.md_5.ss.remapper.EnhancedRemapper.findMethodDeclarer(EnhancedRemapper.java:67)
    at net.md_5.ss.remapper.EnhancedRemapper.mapMethodName(EnhancedRemapper.java:33)
    at net.md_5.ss.remapper.MethodRemapper.visitMethodInsn(MethodRemapper.java:120)
    at org.objectweb.asm.ClassReader.readCode(ClassReader.java:1416)
    at org.objectweb.asm.ClassReader.readMethod(ClassReader.java:1017)
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:693)
    at org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
    at net.md_5.ss.model.ClassInfo.remap(ClassInfo.java:120)
    at net.md_5.ss.SpecialSource.map(SpecialSource.java:96)
    at net.md_5.ss.SpecialSource.main(SpecialSource.java:44)
Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [java, -jar, BuildData/bin/SpecialSource-2.jar, map, -i, work/minecraft_server.1.8.3.jar, -m, BuildData/mappings/bukkit-1.8.3-cl.csrg, -o, work/mapped.73f3c166.jar-cl]
    at org.spigotmc.builder.Builder.runProcess(Builder.java:488)
    at org.spigotmc.builder.Builder.main(Builder.java:269)

Maybe this can help?

from automcserver.

hawkfalcon avatar hawkfalcon commented on July 17, 2024

You need java 7 or 8. http://www.java.com/en/download/help/mac_install.xml
Edit: You say you are "I am using the latest version of Java (8)"
But your error tells me "You are not using Java 7 or above."
What does 'java -version' give you?

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

That is the problem, I already did and went through that update java install wizard thing and downloaded java 8 update 40 but it still says I have java 6 when I do java -version but when I go into system preferences and go into the java panel it says I have java 8. and runtime environment 1.8. Both up-to-date.

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

screen shot 2015-03-13 at 4 34 20 pm
Here's a photo of my java version

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

screen shot 2015-03-13 at 4 35 51 pm
Here is java -version
very contradicting.

from automcserver.

hawkfalcon avatar hawkfalcon commented on July 17, 2024

What does
'/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java' -version
say?

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

java 1.8

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)

from automcserver.

hawkfalcon avatar hawkfalcon commented on July 17, 2024

Woo, you have a linking issue. Follow this, start at step 7 then do it again!
https://gist.github.com/johan/10590467#step-7

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

It seems to be downloading ok now. I will tell if it works. It did not stop after 10 seconds. Thank you hawk.

from automcserver.

hawkfalcon avatar hawkfalcon commented on July 17, 2024

Np. Java is annoying on Macs. Might make a script to auto-do it for you.

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

is it normal for it to be downloading 130%?

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

It officially worked. The server is running and I can get on, thanks.

from automcserver.

hawkfalcon avatar hawkfalcon commented on July 17, 2024

Its a bug on some systems... haha. What'd it get to? Yay!

from automcserver.

ahitt6345 avatar ahitt6345 commented on July 17, 2024

Yay. no more issue gonna close this

from automcserver.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.