Unable to find what you are looking for? Click here
What is the highest version of java supported by Microstation? I am using Microstation V8 8.05.02.35, when I run code like this
System.out.println(System.getProperty("java.version"));
Reply is "1.3"
Also, where can I get the latest…
Use this page to learn about the latest software and SDK resources available.
Overview (Users, Admins, Developers)
Forgot, there was also JMDL (java based) that supported commands.. I think that was supported in 2004, files for those applications were stored in a .jar file.
Don't think JMDL got used a lot but there were some programs out there.
Just wondering if all that JMDL stuff is now incorporated as part of MstnAPI.
Class com.bentley.dgn.ArcElement now rebooted as Bentley.Geometry.Common CircularArc?
All that JMDL Schema and Component stuff now part of ecsdk?
Ken: My preferred development language is actually Java. When Bentley introduced MicroStation/J, I was very excited about Java development option. Unfortunately, my excitement was short lived.
Happy nostalgia!
Regards, Jon Summers…
Need to run an old Java jmdl app to check if the functionality could be ported to vba. Unfortunately I get error - java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
Where to disable this AccessBridge as I have…
I've modified my mstndevvars.bat as it written in the guide but it doesn't work...
The message in the shell is still the same.
Here is my mstndevvars.bat:
@echo offecho Visual C++ product directory could not be found.echo Set nttools to Visual…
I cannot handle out-of-memory conditions of jmdlEmbeddedDPoint3dArray_setExactBufferSize: instead of returning with a corresponding error value, MicroStation 08.11.07.171 displays the error message "out of memory (swap device may be full)" and then freezes…
Lena: I think my problem is the -i with a blank after
set PATH= ... %MS%\jmdl\bin; ...
There is no \jmdl folder with V8. It's a relic from MS/J. Remove that from your PATH definition and the '-i with a blank…
Jan Šlegr said:Did you do what I recommended? ... to run bmake in verbose mode to log the whole building process?
Yes I did but I don't understand what is reported in the log. It simply says the header file is missing and nothing more. I don't see any…
Hello Be forum,
It's been a while that I used the programming for Microstation J, I lost every configuration and now I need to recreate how to run the bmake:
I run the mstndevvars.bat
Then I type the bmake basic and I got an error that the ditemlib…
dominic SEAH said:JMDL enables programmers
JMDL came and went in the V7 era. It disappeared with the introduction of MicroStation V8.
JMDL was Bentley Systems implementation of the Java language, with some extensions to integrate with DGN elements. While…
thanks for the reply. but the file mstndevvars.bat is in the following path so that didnt worked.... t
C:\Program Files\Bentley\Program\MicroStation\jmdl\bin
mstndevvars.bat
thanks for the support and help.. hope u will help and support in coming days…
Ok, but where can I find the correct SDK ?
I saw into the Microstation's folder jmdl folder with some jar file, maybe I can use Java to open my DGN file, isn't it ?
Should I use the trial version ?
How do you get a .java or .jmdl file to actually load in to microstation?
I mean, I can type in the command to load it, but where am I meant to store the file for it to be loaded?
Also, how or where do I look to try to get my program…
Hi Mohammad,
Mohammad Aryafar said:Considering this, is there anyway that I can put my hand on some coding without having access to SDK (not requiring to be recompiled again) such as VBA or MVBA or JMDL?
I am totally new to the MDL development. I tried to compile an MDL project that was implemented by my colleague (The project was compiled fine on his computer), and here is the error:
Bentley Systems Make Utility. Version 08.11.00.06, Sep 5 2007Mon Apr…
Here is the debug report, hopefully it will help.
Here is the debug for the system im on at the moment. As you can see the project is undefined as well as a fwe other things. Is this because of the MSCONFIG.cfg line strings being incorrect? Any help would be great i have been fighting with this to…
What are Digital Signatures and…
> I'll try that function.
Once you are comfortable with both basic tools for Meshes and can comfortably play with Embedded Arrays (Embedded here is basically an idiomatic synonym to Dynamic... in this context, the naming convention can indeed…
请先在纯V8.5环境下测试是否有偏移,如果仍然有,请提供测试样例DGN。
看了您提供的start.txt,DGT还用到了JMDL语言的程序,这个也在V8i中已经废弃了。
i keep getting an exception log file that among most of the garage, has this:
JMDL & Java VM states: Could not open shared memory region msjprobe_ustation, error = 2.
now i have re-installed the lastest version of Java. and still no luck…