I want to run Obeo Designer, on windows 11 and jvm 8 (1.8.0:331) installed. When I run obeodesigner.exe, it crash and show me this errors
https://i.stack.imgur.com/Tw1hK.jpg
Could anybody tell me how can I solve it?
Related
Hi so I've recently installed Netbeans 14 and when i launch it it doesn't respond and is just stuck on not responding. I have also had this problem on netbeans 13 I have netbeans 8.1 installed as well so im not sure if that could possibly be the problem.
I have just started looking at Capacitor as a possible solution to package my hybrid apps in an electron shell. This is the first time I have used Electron, so really know very little about it's details.
I ran through the following steps..
1. Create new Ionic app
2. install capacitor as per doco
3. run npx add electron
4. cd electron
5. npm i electron-packager -g
6. electron-packager . --platform=win32
I ended up with a subfolder electron\capacitor-app-win32-x64that contained an executable, which ran fine on both my dev machine (Windows 10 x64), and another Windows (Windows Server 2008 R2 Standard x64).
My ultimate target device is a specialised small ruggedised tablet, that runs Windows 7 Embedded 32 bit.
It does not run on this, I get The version of this file is not compatible with the version of Windows you're running. I am not even sure if the build app is managed or unmanaged (assuming unmanaged?)
So, I would like to know what is not compatible about the Windows machine. Initial questions are
How do I Know what "bitness" the Electron app is (ie 32 bit, 64 bit, or is it .net to is like "any cpu"). I can't see where to find out this information (dotpeek won't open the exe, and opening the exe in Visual Studio, I don't see much information)
Could it be it is not build for the correct CPU?
Is there some other dependency that perhaps the embedded Windows 7 has not got
Any help is how to figure this out would be great!
[UPDATE1]
Following some advice as given here, it appears it is a 64 bit application, which is strange as the command electron-packager . --platform=win32 appear to indicate we want a 32 bit. So that may be my problem.
Does anyone know how to make it build to 32bit?
Found the problem. Just need to add a --arch=ia32 to get 32 bit.
So my complete build command was
electron-packager . --platform=win32 --arch=ia32
and it is now 32 bit and runs on the 32 bit machine.
I upgraded my SO to Windows 10 few weeks ago.
After this my jvm keep crashing when im on netbeans.
Crash Log
Need some guidance.
The crash was related to my motherboard video output.
I'm using 3 monitors (2x vga 1x moba), when i use the motherboard monitor with netbeans i got the error.
Maybe some issue with my display driver ?
Background:
I have to build a Windows 8 application using HTML5 and Javascript. The application should work on windows 8 tablets and should do authentication using the windows provided native javascript Apis.
Issue:
I have a windows 7 laptop. I am coming from Java background and don't know about the windows side much.
Question:
I have done research , but got really confused
If I have to build my Windows 8 tablet specific application then what is the best option.
Should I install Visual studio into my laptop and then start
building the windows 8 application? ..
If I am going to use visual studio then which version should I use
as my laptop is running windows 7 ?
Or should I get my java eclipse IDE and install some additional
plugins to start building my windows 8 specific application ?...If
yes then which plugin should i use ?
first of all, there isn't any way to create windows 8 app in windows 7 PC (except you run windows 8 on a separate virtual machine). Check this for more info.
Yes, you have to install visual studio for Windows 8 app development anyway.
Visual Studio 2013 is a better choice to start with which includes most of all that you're gonna need.
For other tools check this.
There isn't any way to install any plugin into Eclipse and start developing apps for windows. You can only write scripts and html in Eclipse but App specific configuration, you have to do it in Visual Studio.
But my question to you is that why would you like to make Windows 8 App when you can make a Universal (Windows 10) app by spending same amount of time and efforts..! see the future. Windows 8 is not gonna last longer than a year (approx announcement in Build2015). Though No doubt, apps made for windows 8 will work on Windows 10 also with some exceptions.
Hope this helps..!
All the best...
My boss just asked me about Windows 8. He wants to get me a new laptop. And is still confused about the os.
Can VS2010 be installed on windows 8? because VS2012 can be installed in windows 7.
How about like eclipse java android? Can they run in windows 8?
the visual studio 2012 is more recommended in windows 8 in order to install certain sdk's like windows phone 8 sdk .. so it should work even more smooth in windows 8
eclipse and java also work fine ... most of the application that works with win 7 will work with win 8 without a problem i didn't find any issue tell now only some drive that wasn't installed correctly and the windows search for the drive for me and install it from the device manager .. the only issue that i can't solve it tell now the 2 finger scrolling.
According to Microsoft website, VS 2012 is compatible with Windows 8 :
http://www.microsoft.com/visualstudio/11/en-us/products/compatibility
I read some returns about Eclipse, that's not possible (or not basically possible) to run it on Windows 8 right now, but I guess it will be soon, when Windows 8 will be released...
Windows 8 is just another OS by MICROSOFT where they have changed the architecture of the Operating System. All those software that were compatible on previous version on Windows will be working fine in windows 8. Windows 8 has apps as the new thing in it.
It does not matter you buy a laptop with or without windows 8. its an operating system which you can install on any machine provided it has the basic requirements of windows 8.
I just installed windows 8, visual studio 2012, eclipse, java and everything works fine
you can use either VS 2012 or VS 2010 in Windows 8. VS 2012 is compatible only in Windows8.
A touch screen is not a must to use Windows 8 but it is recommended for the best user experience.