1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Error launching from intellij

Discussion in 'Developer Support' started by Aydex, Apr 28, 2017.

  1. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    Code (Text):
    1. [Debug] Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre
    2. [Debug] Java Version: 8u121 x64 (Oracle Corporation)
    3. [Debug] Maximum Heap Size: 3641MB
    4. [Debug] RuneMate Version: 2.23.3
    5. [Debug] Operating System: Mac OS X x64
    6. Exception in Application start method
    7. Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
    8.     at nul.iiiiIIiiiiii.catch(boa:23778)
    9.     at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
    10.     at java.security.AccessController.doPrivileged(Native Method)
    11.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
    12.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    13. java.lang.reflect.InvocationTargetException
    14.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    15.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    16.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    17.     at java.lang.reflect.Method.invoke(Method.java:498)
    18.     at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
    19.     at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
    20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    21.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    23.     at java.lang.reflect.Method.invoke(Method.java:498)
    24.     at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:767)
    25. Caused by: java.lang.RuntimeException: Exception in Application start method
    26.     at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:917)
    27.     at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$155(LauncherImpl.java:182)
    28.     at java.lang.Thread.run(Thread.java:745)
    29. Caused by: java.lang.NoSuchMethodError: com.sun.tools.attach.AttachPermission.for(Ljava/lang/String;)Ljava/lang/String;
    30.     at nul.iiiiIIiiiIIi.for(rta:41)
    31.     at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
    32.     at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    33.     at java.util.Iterator.forEachRemaining(Iterator.java:116)
    34.     at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
    35.     at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    36.     at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    37.     at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
    38.     at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
    39.     at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    40.     at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
    41.     at nul.iIiiiIiIIiII.<init>(eva:57)
    42.     at nul.iIiiiIiIIiII.<init>(eva:161)
    43.     at nul.iiiiIIiiiiii.<init>(boa:143)
    44.     at nul.iiiiIIiiiiii.for(boa:131)
    45.     at com.runemate.boot.Boot.start(ksb:191)
    46.     at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
    47.     at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
    48.     at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
    49.     at java.security.AccessController.doPrivileged(Native Method)
    50.     at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
    51.     at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
    52. Exception running application com.runemate.boot.Boot
    Going to assume it's an issue with my config:

    Snaggy - easy screenshots

     
    #1 Aydex, Apr 28, 2017
    Last edited: Apr 28, 2017
  2. Best Answer:
    Post #9 by Aydex, Apr 28, 2017
  3. Wet Rag

    Wet Rag easily triggered ✌

    Joined:
    Dec 31, 2015
    Messages:
    4,457
    Likes Received:
    1,695
    Your first problem is that you're using an apple device as your main computer. I would highly recommend throwing it in an incinerator asap.
     
  4. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    You've obviously never had to write an iOS app.
     
  5. Wet Rag

    Wet Rag easily triggered ✌

    Joined:
    Dec 31, 2015
    Messages:
    4,457
    Likes Received:
    1,695
    I'm checking out swift code today :)
    I'm just fucking with you tho good luck make sure to follow party's guide
     
  6. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    Swift is meh. Make sure any tutorials/documents you view are updated for Swift 3 as there's a plethora of outdated info online since Swift makes breaking changes every revision (which has been happening literally every year). Even most SO answers are outdated.
     
  7. Wet Rag

    Wet Rag easily triggered ✌

    Joined:
    Dec 31, 2015
    Messages:
    4,457
    Likes Received:
    1,695
    I was told to check out swift playground
     
  8. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    It's just a realtime editor, nothing special. Most IDE's support this out of the box or through plugins.
     
  9. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Just dont even bother dude, its not worth debating
     
  10. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    In case anyone else has this issue you can fix it by appending "/jre" to the end of your JRE configuration so it would end up as "*/Contents/Home/jre".
     
    TimSawyer likes this.

Share This Page

Loading...