After a little over a month since the release of Scenic View 1.2.0, Ander Ruiz and I are back with the news that Scenic View 1.3.0 is available for immediate download! This release brings with it a number of bug fixes, major performance improvements, much improved CSS support, Mac OS X native menubar integration, an update checker, and an early preview of the animation tracer feature. I highly recommend that all users of Scenic View download this latest version and take it for a spin – hopefully you’ll like what you see. As always the help page has been updated to include the details of the new release Enjoy 🙂
Announcing Scenic View 1.3.0
by Jonathan Giles | Nov 12, 2012 | News, Scenic View | 6 comments
I was playing around a bit with ScenicView 1.3.0 and i really like the new informations about CSS styles, that i can see now.
But there seems to be a problem. In 1.2.0, the SceneGraph was updated when nodes or containers where set to visible=true or false. Accordingly, they changed their color in the SceneGraph display in ScenicView to black or a light grey. But in 1.3.0, it doesn’t work anymore. I’m using JavaFX 2.2.3 on Java 7u9 x64 on Windows 8 x64.
i’m not getting the apps to attach. The classpath has been set.
Any ideas?
Just a little bug report. In contrast to what is stated in this article the help page still says that it is for 1.2.0 and dates back to June 4, 2012.
I’m struggling with getting ScenicView to see my JavaFX apps. I added details to the ‘help page’, but still haven’t seen a response. It seems someone else is having a similar issue. Should I post my issues on this page instead? Thanks.
Doug.
I don’t see my apps neither.
Moreover, I can’t start it from console: “java -javaagent:ScenicView.jar”
I get the following error:
c:\Users\Mircea\Desktop>java -javaagent:ScenicView.jar
Starting Scenic View Instrumentation Agent
Exception in thread “main” java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(Instrumenta
tionImpl.java:382)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(Instrument
ationImpl.java:397)
Caused by: java.lang.NoClassDefFoundError: com/sun/javafx/application/PlatformIm
pl
at com.javafx.experiments.scenicview.utils.SVInstrumentationAgent.
(SVInstrumentationAgent.java:53)
at com.javafx.experiments.scenicview.utils.SVInstrumentationAgent.premai
n(SVInstrumentationAgent.java:48)
… 6 more
Caused by: java.lang.ClassNotFoundException: com.sun.javafx.application.Platform
Impl
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
… 8 more
FATAL ERROR in native method: processing of -javaagent failed
I’m using Windows 8 Pro, Java 7 x32 u15, NetBeans 7.3.
I tried to start my JFX apps outside NetBeans also. ScenicView still doesn’t see them.
I tried to open ScenicView both before and after starting my JFX app, but it didn’t work in none of the cases.