|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Bastian Schammann
Join Date: Mar 2012
Posts: 5
Rep Power: 3 ![]() |
Hello together,
at this time I got headache from my problem so I thought it´s time to ask you. I´ve recorded a Macro in Java (a very simple one to create a geometry, mesh it and afterwards run a simulation). I also used Netbeans to create a GUI with a "Simulation" Button. So as you know i´ve got two classes (both in the same package). When the button is pressed the simulation shall start. Class ONE: Macro code recorded from java with "execute0" for the methode to create geometry, mesh and run simulation. Class TWO: GUI with "Simulation" Button. I used in Class TWO: ONE start = new ONE(); ... ... ... SimulationButtonActionPerformed(...){ start.execute0(); } If I run the macro the GUI is shown correctly. BUT I always get a Nullpointerexception at CadModel cadModel_0 = simulation.get(SolidModelManager.class).createSoli dModel(); Can you please help me with this problem. Thanks a lot in advance Best regards, Bastian |
|
|
|
|
|
|
|
|
#2 |
|
Member
Join Date: Dec 2009
Posts: 38
Rep Power: 5 ![]() |
Have you tried running your macro file with class ONE? Click the button "Play Macro" and select the file ONE.java. Does it work properly? Could you show all the jave-code of your class ONE declaration?
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| StarCCM+ Command line options and Macro execution | isidp | STAR-CCM+ | 8 | January 29, 2013 05:00 |
| Pause macro execution | ryancoe | STAR-CCM+ | 4 | March 26, 2012 14:19 |
| Macro Trouble -Winows Explorer Crashes with Macro | Martin Castillo | FLUENT | 1 | July 25, 2007 04:18 |
| Macro problem | cfddummy | CD-adapco | 1 | April 9, 2007 12:37 |
| Call a macro from a macro | Flav | CD-adapco | 2 | July 1, 2004 05:42 |