Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • HELP INTELLIJ IDEA run/debug configs
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
IamTomMarsh

HELP INTELLIJ IDEA run/debug configs

By IamTomMarsh, March 25, 2016 in Modder Support

  • Start new topic

Recommended Posts

IamTomMarsh    0

IamTomMarsh

IamTomMarsh    0

  • Tree Puncher
  • IamTomMarsh
  • Members
  • 0
  • 3 posts
Posted March 25, 2016

I've been using Intellij for a while, i set up forge gradle when i ran the debug i got this error.

 

Exception in thread "main" java.lang.ClassNotFoundException: GradleStart

at java.net.URLClassLoader.findClass(URLClassLoader.java:381)

at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)

at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:264)

at com.intellij.rt.execution.application.AppMain.main(AppMain.java:122)

 

Process finished with exit code 1

 

I opened up to edit the configs and it turns out that the: VM options, Program arguments and Environment variables are empty.

Share this post


Link to post
Share on other sites

Koopamillion    0

Koopamillion

Koopamillion    0

  • Creeper Killer
  • Koopamillion
  • Forge Modder
  • 0
  • 102 posts
Posted March 25, 2016

look for the Gradle panel in the IDE, open desktop -> Tasks -> other and then double click on run.


eKoop Creator:

 

http://lumtech.byethost33.com/mods/eKoop/modinfo.html

Share this post


Link to post
Share on other sites

IamTomMarsh    0

IamTomMarsh

IamTomMarsh    0

  • Tree Puncher
  • IamTomMarsh
  • Members
  • 0
  • 3 posts
Posted March 25, 2016

no that didn't work

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56382 posts
Posted March 25, 2016

In the run config edit screen:

49qpav0.png

Share this post


Link to post
Share on other sites

IamTomMarsh    0

IamTomMarsh

IamTomMarsh    0

  • Tree Puncher
  • IamTomMarsh
  • Members
  • 0
  • 3 posts
Posted March 25, 2016

thanks

Share this post


Link to post
Share on other sites

RpxdYTX    0

RpxdYTX

RpxdYTX    0

  • Tree Puncher
  • RpxdYTX
  • Members
  • 0
  • 4 posts
Posted October 30, 2020

 

On 3/25/2016 at 1:15 PM, diesieben07 said:

In the run config edit screen:

49qpav0.png

which template it is?

 

Share this post


Link to post
Share on other sites

diesieben07    7696

diesieben07

diesieben07    7696

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7696
  • 56382 posts
Posted October 31, 2020

Really old Minecraft versions are no longer supported on this forum.

Please update to a modern version of Minecraft to receive support.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Beethoven92
      1.16 Ore generation.

      By Beethoven92 · Posted 3 minutes ago

      Why using a font so big that one has to go back and forth to read a single line of text? 😪 So, once you have your ore feature registered (which, from what you said, i assume you have, correct me if i am wrong), you can add it to all biomes, or just some of them, in the BiomeLoadingEvent
    • Beethoven92
      Error at load_registries event phase

      By Beethoven92 · Posted 11 minutes ago

      Apparently here: BlockList.tutorial_slab = new SlabBlock(Block.Properties.from(BlockList.tutorial_slab)).setRegistryName(location("tutorial_slab")) your BlockList.tutorial_slab block is null when the block registration event is fired..i suggest you use deferred register to manage your registry entries
    • BeardlessBrady
      [1.16.4] Tile Registration

      By BeardlessBrady · Posted 17 minutes ago

      Ah there ya go! Thanks.
    • Beethoven92
      [1.16.4] Tile Registration

      By Beethoven92 · Posted 20 minutes ago

      public VendingTile(TileEntityType<?> tileEntityTypeIn) You don't need an argument in the constructor of your tile entity as in this case is not used since you are passing the TileEntityType to the super class: super(CommonRegistry.TILE_VENDING.get());  
    • BeardlessBrady
      [1.16.4] Tile Registration

      By BeardlessBrady · Posted 30 minutes ago

      Hello, I am having issues registering my tile entity. Here is my code as well as a link to the code in my github. The IDE is complaining that 'TileEntityType.Builder.create' has invalid arguments   // Tiles public static final DeferredRegister<TileEntityType<?>> TILE_ENTITY_TYPES = DeferredRegister.create(ForgeRegistries.TILE_ENTITIES, GOCurrency.MODID); public static final RegistryObject<TileEntityType<VendingTile>> TILE_VENDING = TILE_ENTITY_TYPES.register("vending_te", () -> TileEntityType.Builder.create(VendingTile::new, BLOCK_VENDING.get()).build(null));   https://github.com/Beardlessbrady/Currency-Mod/blob/95230ca4ee2d290b3e5f3ef81810a27f73137625/src/main/java/com/beardlessbrady/gocurrency/handlers/CommonRegistry.java#L42-L43
  • Topics

    • GhostGamesFSM
      1
      1.16 Ore generation.

      By GhostGamesFSM
      Started 1 hour ago

    • ThisIsNotOriginal
      1
      Error at load_registries event phase

      By ThisIsNotOriginal
      Started 1 hour ago

    • BeardlessBrady
      2
      [1.16.4] Tile Registration

      By BeardlessBrady
      Started 31 minutes ago

    • PlasmaPig13
      1
      The game crashed whilst rendering overlay Error: java.lang.NullPointerException: Rendering overlay Exit Code: -1

      By PlasmaPig13
      Started 1 hour ago

    • EnderiumSmith
      3
      The vanilla tag system isnt suitable for ore dictionary

      By EnderiumSmith
      Started 15 hours ago

  • Who's Online (See full list)

    • Beethoven92
    • ehbean
    • ThisIsNotOriginal
    • Chumbanotz
    • Microcellule
    • Milk_Shak3s
    • AstroTurffx
    • Jeldrik
    • Azurelmao
    • ichttt
    • Deadlocked47
    • BeardlessBrady
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • HELP INTELLIJ IDEA run/debug configs
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community