Coder Social home page Coder Social logo

Add release target: BlueJ about teals-minecraft HOT 1 OPEN

hollasch avatar hollasch commented on August 11, 2024
Add release target: BlueJ

from teals-minecraft.

Comments (1)

mdonoughe avatar mdonoughe commented on August 11, 2024

I gave this a try because my school has only BlueJ installed and the school laptops are locked down to the extent the teacher doesn't think we'd be able to use anything else.

I'm not that good with BlueJ, and maybe there are ways around this, but I think all the code not in tealsmc.mods needs to be moved to a jar file. I originally tried just loading the src directory, and BlueJ went into a loop of opening more and more new windows to the same package and I had to terminate the process to make it stop.

All the JAR files should be in the same directory (or combined?) because BlueJ wants the user to add all the required libraries in the BlueJ preferences dialog (not as part of the project?). Maybe some of these can be avoided by using dynamic loading for libraries the student isn't expected to compile against (Gradle).

After moving some code into a JAR file I had trouble with paths in GradleStart being incorrect. It looks like the working directory is expected to be different than what BlueJ uses.

I got to the part where Minecraft initializes, but the latest version of BlueJ uses its own built-in JDK 11, and the old version of Forge+Minecraft used by this project seem to require JDK 8 or older. I get a NoSuchMethodException when Forge is trying to make a field writable. Eclipse gave a different error, but also failed to start when using JDK 11.

This seems like too much for IT and students to handle, especially given the switch to remote learning for the remainder of the school year, so I'm not going to pursue it further. Maybe this information will help somebody.

from teals-minecraft.

Related Issues (19)

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.