• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Issue with Java FX Package, a JApplet Form and Netbeans IDE

 
Ranch Hand
Posts: 356
Android Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,

I have basically been having issues that I had posted in the Applet forum:

https://coderanch.com/t/600070/Applets/java/Applet-setting-Applet-Stub

I basically forgot I turned my signer off, so that was a quick fix, however the main and longer issue is why I'm getting the Absolute Layer issue. I basically made a copy of all of my original JApplet files from my Swing Package, but then I needed a FX Graph so I made an FX Package for it all... I have the Absolute Layer Library as well included.


I also only get the absolute layer issue when I'm doing webstart or browser setting.... If on standalone it just runs and does NOTHING.

I also at one point installed Netbeans for EE, and got Glassfish/Tomcat because a user on here said I might need tomcat, Idk why but okay... I'm reinstalling with the new Beta 7.3, so I will see if these weird issues persist....

After having issues installing the JDK and such I am able to execute and when I check out the error it now says that my AbsoluteLayer.jar in my dist folder isn't signed....? Why isn't it signed since it's in my libraries, or how do I sign it?


I get this during the executing process...


Then...
 
Jay Orsaw
Ranch Hand
Posts: 356
Android Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apparently it now works when I created a new FX-in-Swing package in the new 7.3 Beta 2.

Only Browser works(which is what I need) Webstart doesn't appear, it will run through everything, even the console is up, but it wont show my applet.

IT works in Browser with or without a main method.
 
Seriously? That's what you're going with? I prefer this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic