I've recently downloaded latest version of Omnet++, but Inet project keeps showing errors. I've tried deleting it an instaling trough Omnet++ and manualy as import existing project.
Problems tab:
It seems that OpenScenGraph is not installed on your machine. INET's visualization requires those libraries. You should either install them (see the install guide) or you may disable the visualization feature in INET.
Related
We are working to install updated versions of Eclipse and Subclipse on a few VMs in a data center. The firewall in place for this dc prevents us from downloading anything from the Eclipse download sites or marketplace. Instead, we download to computers outside of the data center, move the files, and install things manually.
The OS for these VMs is Windows Server, a mix of 2012, 2016, and 2019. The Eclipse IDE for Java 2021-12 can be installed without issue. It appears that we can also install the SVNKit (org.tmatesoft.svn_1.10.3.zip) and Subclipse 4.3.3 (subclipse-4.3.3.zip) successfully, provided that the SVNKit is installed first.
Subclipse does not provide an option to install JavaHL. We are struggling to locate a proper zip file that can be used to manually install the JavaHL part. The files from github return error messages in Eclipse that it cannot find a jar to install. Suggestions and advice on how this could be installed without access to the marketplace or update sites would be greatly appreciated.
Eclipse message for JavaHL zip file
Mark provided us a link within the github space he maintains to exactly what we were looking for. The javahl windows code needed was found here, nicely prepared in zip files by version - https://github.com/subclipse/updates/tree/main/javahl
We used 1.14.0, found here - https://github.com/subclipse/updates/blob/main/javahl/subclipse-javahl-1.14.0.zip
Thank you Mark!
I have freshly install and update VS Community version 16.10.0 in a freshly installed Windows 10.
Now I have created a small console app and added a unit test project both in .Net Core 3.1 LTS. After that nothing else is done. What I see is that nuget packages for test project is not properly installed although when you check in the nuget package manager, all the package are installed, all of those are installed.
Then I open an old application but the issue is same. Unit test packages are showing with error and same for EF core.
I tried to tweak/build etc. but non fixed the issue.
The issue was due to missing nuget source link in Package Source under NuGet Package Manager.
As soon as I added the package source everything stated to work.
https://api.nuget.org/v3/index.json
The above source link suppose to already be added by default in Package Source but for some unknown reason it was missing. So whatever packages needed such as EFCore and MS Test framework etc. could not be downloaded, hence the problem was.
so, I wanted to freshly reinstall some Microsoft Servicefabric packages and for that I uninstalled all related packages from my given projects.
When trying to reinstall them, I run into the following issue:
When trying to install said package, this happens:
It seems like I have run into some kind of circular dependency here.
My project is currently clean of any any Service Fabric packages, so I am very unclear why Nuget is trying to RESTORE instead of REINSTALLING the packages.
Also, I am quite unsure how I could resolve this right now.
Can someone guide me?
The error message complains about the incompatibility between Autofac.ServiceFabric 2.2.0 version and Microsoft.ServiceFabric.Services.Remoting 3.4.641 version package.
Assuming your asp.net core project targets .net core 2.2.0, you can try to add reference to corresponding Microsoft.ServiceFabric.Services.Remoting 3.3.644 version instead of the incompatible 3.4.641 version. Then the Nu1608 and Nu1107 error would go away.
(The Autofac.ServiceFabric 2.2.0 and Microsoft.ServiceFabric.Services.Remoting 3.3.644 were both released in 4 months ago)
What's the right way to install omnet++ 5.0 and inet framework on windows 7 64bit OS. I want to work with them for my thesis. I have been having issues with the installations. I have never used omnet before this is my first shot at it.
I am running OMNeT++ 5.0 on win7 x64 without any problems.
Just download the windows version on the website OMNeT++
and follow the instructions in ..\omnetpp-5.0\doc\InstallGuide.pdf in chapter 2.
In case of any problems, I suggest you ask again in a more specific way.
I was able to figure out the problem. Its from the windows extracting tool. I extracted omnet using 7zip archiver and now everything works fine
I'm using Eclipse 3.7.1 Indigo (Java EE IDE) on Windows 7 (32bit). I wanted to install WindowBuilder for building GUI java apps and so far I tried following repositories to install WindowBuilder or SWT plugin, but none of them completes the plugin installation and it stucks and fails in between.
WindowBuilder Pro by Google
http://dl.google.com/eclipse/inst/d2wbpro/latest/3.7
WindowBuilder by Eclipse http://download.eclipse.org/windowbuilder/WB/release/R201109201200/3.7/
I also tried by using fresh installation of Eclipse, but that also didn't worked, and plugin installation takes forever and in the end, it shows error "Unable to Resolve". I'm sure that my network connection is free from any firewall restrictions and is fairly fast.
I have used NetBeans so far for my Java needs, but now I need to move on Eclipse, what could be the possible solution to this problem?
Manually installing plugins would be my last option and I'd really prefer to install it using Eclipse's built-in "Install New Software".
Installing via this link just worked fine for me on a fresh install of Indigo.
http://download.eclipse.org/windowbuilder/WB/release/R201109201200/3.7/
The fact that you have the same issue from two different sites suggests it's a issue with your network, if you're still have issues try installing a completely different plugin and see if you get the same problem. Are you on a corporate network? Do you have any proxies you need to configure to allow aplications to access the net?