NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
NetBeansNoob
Joined: 25 Apr 2012 Posts: 4
|
Posted: Thu May 10, 2012 8:55 pm Post subject: pre-code? |
|
|
I am trying to solve a libpthread.so crash issue and one of the solutions I
dug up was pasting the line GLProfile.initSingleton(false); at the start of
the code. And by start of the code it means before any X11 lib calls.
I am working in netbeans 7.1.2 and tried putting this into module installer
classes, but using prinln tests, it appears this code gets executed after
the splash screen appears, which is too late.
Do you guys have any idea where I can paste that line to beat the splash
screen?
--
View this message in context: http://netbeans-org.1045718.n5.nabble.com/pre-code-tp5699316.html
Sent from the Netbeans IDE Users mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
NetBeansNoob
Joined: 25 Apr 2012 Posts: 4
|
Posted: Thu May 10, 2012 8:56 pm Post subject: pre-code? |
|
|
Next best thing would be disabling the splash screen.
So far I tried
1) adding -J--nosplash to etc/netbeans.conf
2) adding run.args.extra=--nosplash to the project.properties
Splash screen continues to show up in both cases.
--
View this message in context: http://netbeans-org.1045718.n5.nabble.com/pre-code-tp5699316p5699824.html
Sent from the Netbeans IDE Users mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|