Jump to content

Recommended Posts

Posted

Hey, I got everything up with Netbeans 8.1, I notice something that I don't particularly like that shows whenever I run 'runClient' and 'runServer' but never shows up in Eclipse nor IntelliJ:

 

#################################################
         ForgeGradle 2.2-SNAPSHOT-59f33ec        
  [url]https://github.com/MinecraftForge/ForgeGradle[/url]  
#################################################
               Powered by MCP unknown               
             [url]http://modcoderpack.com[/url]             
         by: Searge, ProfMobius, Fesh0r,         
         R4wk, ZeuX, IngisKahn, bspkrs           
#################################################
:deobfCompileDummyTask
:deobfProvidedDummyTask
:sourceApiJava UP-TO-DATE
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
warning: [options] bootstrap class path not set in conjunction with -source 1.6
1 warning
:compileJava
:processResources UP-TO-DATE
:classes
:jar UP-TO-DATE
:getVersionJson
:extractNatives SKIPPED
:extractUserdev UP-TO-DATE
:getAssetIndex UP-TO-DATE
:getAssets
Current status: 162/1049   15%
Current status: 266/1049   25%
Current status: 420/1049   40%
Current status: 581/1049   55%
Current status: 714/1049   68%
Current status: 890/1049   84%
:makeStart
:runClient

 

 

I have each task in an individual profile with nothing else in them but the defaults. How would I make that not show up?

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted
  On 7/7/2016 at 8:25 PM, diesieben07 said:

What are you talking about?

 

Basically, whenever I run the client or sever on NetBeans, it displays that console log I posted BEFORE the actual game runs.

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

How would I run it in NetBeans? I try to using the Run task but it doesn't work and it's a task not found

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted
  On 7/7/2016 at 9:46 PM, diesieben07 said:

I don't know. But google lead me to this: http://wiki.netbeans.org/FaqTwoMainClassesWithArguments

 

That isn't for a gradle project.. I've been looking for ones that talk about Gradle projects but I haven't found one so far..

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted
  On 7/7/2016 at 10:19 PM, diesieben07 said:

Well, I don't know then.

I don't know netbeans.

 

Crap.. and Google hasn't been a friend either.. Haven't found anything that would help

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

Welp, I got nothing from Google, I found how you could set the main class but I would get an error like this:

 

  Reveal hidden contents

 

 

My configurations are like this:

Tasks: ${project}:run

Arguments: -PmainClass=net.minecraftforge.gradle.GradleStart

Build.gradle:

  Reveal hidden contents

 

 

Not sure what to do now V_V

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

NetBeans is that bad? I had IntelliJ and I started using NetBeans specifically because it fully supports Java without having to pay crazy amounts of money for it.. I plan on making a video game with it.

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

I know it supports Java, but I want to use JavaScript.. which IntelliJ nags me about paying for it

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

Thanks for trying. I'll just deal with that odd looking startup prompt or utilize IntelliJ along with NetBeans

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

Oh wait, I found this post where LexManos said to import the project as an Eclipse project instead of a Gradle project. I'm trying this right now.

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

Posted

I just figured it out after playing around with the Run configurations, I had to input the Main Class and now it starts up. Yeah so it seems to work better by loading the project as an Eclipse project instead of a Gradle project like Lex said. Buuut.. I do notice something else, it looks like the IDE isn't picking up the gradle class

Main Developer and Owner of Zero Quest

Visit the Wiki for more information

If I helped anyone, please give me a applaud and a thank you!

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

  Pasted as rich text.   Restore formatting

  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.

Announcements



  • Create New...

Important Information

By using this site, you agree to our Terms of Use.