Developer Studio 2.1.0 and jdk 1.7 - wso2

I am using the WSO2 Developer Studio version 2.1.0 which I downloaded in November. I want to use the jdk 1.7 to compile my projects.
I added this to the eclipse.ini file:
-vm C:/Program Files/Java/jdk1.7.0_11/bin
When i attempt to set the Java Compiler preferences, the highest Compiler Compliance level is 1.6 - any idea how I can get eclipse to allow me to compile for 1.7?

Assuming you are using the Developer Studio 2.1.0 preinstalled Eclipse distribution I will answer your question.
I do not believe Eclipse Helios support Java 1.7 by default. Hence you need to add the JDK 1.7 to your JDK list as explained in here.
After that you should be able to use your Developer Studio with JDK 1.7.
However we have seen some issues running Eclipse Helios, Indigo and Juno with JDK 1.7 since Eclipse instances experienced some issues while installing new plugins with Eclipse P2 Updater due to some changes in JDK 1.7 implementations. Therefore I strongly recommend you to use JDK 1.6 instead of JDK 1.7 unless you are using Juno SR2.
/Harshana

Related

How to update Django in visual studio 2017

I am trying to setup Visual Studio 2017 for Django Development but the Django (1.9) version is old, How can I update it to latest version (>= 2.0).
Create a Django Web Project with proposed install. Name Your Env.
choose "Python Environment"
choose your Enviroment
choose Packages (PyPi)
choose available Updates
Hi you can go through this link https://djangobook.com/developing-django-visual-studio/ this is a complete setup guide.i hope it helps.

WSO2 Developer Studio - Eclipse Support

I can't locate a roadmap that depicts when the Developer Studio will support the later version of Eclipse than Luna. I have a need to use Mars (4.5.1) but according to this post, 4.5.1 is not supported by DS 3.8.0.
Can someone point me in the right direction for information about when this will be supported? Is there a workaround?
Also, there appears to be a issue on the eclipse marketplace documentation that states that Mars is a supported platform for the plugin.
WSO2 Developer Studio Kernel 4.1.0 is on Eclipse Mars (4.5)

developer studio 3.8.0 not working on eclipse 4.5.1

I am having problems using developer studio 3.8.0 on the eclipse 4.5.1 (mars)
the installation of the developer studio on eclipses 4.5.1. went well(see the attached screenshot install history ;
yet after the installation, the "developer studio" tool button disappeared from the top tool bar of the eclipse; (see the attached screenshot);
also the "wso2" selection disappeared from the selection items under the "new" button (see attached screenshot)
does anyone have idea?
thanks
WSO2 Developer Studio 3.8.0 is recommended to install on "Eclipse Luna SR2". Use Eclipse for Java EE Developers. Installing Developer Studio 3.8.0 on Eclipse Mars is not supported.
You can also download Eclipse Java EE Luna SR2 with Developer Studio 3.8.0.
Install Enterprise Integration Tooling. It is newest version included eclipse 4.5.2 (Mars.2)

TFS2010 & VS2012 which SDK should be placed on the server?

I have a WebService made in vs2012 on 3.5fwk which uses programatically dlls of TFS to make workItems.
The since I've been working on vs2012 TFS's dlls are version 11.0.0.0, and not 10.0.0.0 as if I would work on a vs2010.
Oddly It works, on a machine with vs2012 installed and without TFS2010 installed, even when adding the dlls couldn't be done while the WebService project was on 3.5fwk (I had to make it 4.5 to be able to find the assemblies, and after adding them change it back to 3.5).
There's only 1 Gb left on the server so I can't install the whole VS on the server (and if we don't talk about licencing, this problem would be over).
I need to install an SDK Package on the server then, but, which one?
Framework 4.5 fwk?
TFS2010 sdk?
TFS2012 sdk?
TIA!
You'd need to install:
Team Foundation Server 2012 Object Model
.NET Framework 4.5
And optionally Visual Studio 2012 update 3 to bring the object model up to the latest version. This should only install the updated version of the object model.
Or recompile against the 2010 binaries and install:
Team Foundation Server 2010 Object Model SP1

Django on Aptana Studio 3.0

When I try to create a new PyDev Django Project I get this error:
Error creating Django project.
settings.py file not created
Stdout:
Stderr:
Apparently this was meant to have been fixed in 2.5
But I still am experiencing it with the latest Aptana Studio 3.0. The PyDev plugin is version 2.5.02012031515
Any idea please?
I have found the problem. It is a bug in PyDev that is fixed in 2.5.0.2012040618
According to PyDev there is no way to update the plugins of Aptana Studio. So we are at their mercy to update it soon.
Latest Eclipse is using the latest PyDev mentioned above and it works fine.
UPDATE:
I have found the solution here: https://jira.appcelerator.org/browse/APSTUD-4759
It is indeed a bug in Aptana 3.1.1, which has been solved now in 3.1.2. I can confirm that this bug has now been solved in latest 3.1.2 stable version on Ubuntu 12.04