Version defines an unique state of a computer software or a file.

learn more… | top users | synonyms

1
vote
1answer
24 views

How to maintain a unique actual pdf file? in a server

this is the problem. A user can submit a pdf file that can be downloaded for other users, who can do modification for the pdf file, basically make comments and annotations. And the users can submit ...
0
votes
0answers
45 views

How to set the Java version [migrated]

I'm using fedora, and I manually installed java in /usr/java/jdk1.6.0_45/jre, using command "rpm". While there is a default java version in /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java. If I type ...
0
votes
2answers
19 views

Attached db version

We have a database that was created in SQL server 2005. The db's were detached from 2005 and attached to SQL server 2012. The db's were not upgraded to the new format. Now my question is, is there a ...
0
votes
2answers
58 views

How can I prevent user from installing old version of APK?

When we are using version code in android manifest. When user have new version apk installed,How can I prevent user from installing previous version's apk? Or at least give him some hint like "You ...
1
vote
4answers
50 views

Is there a list of released JDK versions?

I've got a server running with JRE 7 Update 19. I tought it would be proper to install the JDK 7 as update 19 also. However, I'm struggling to find a download to that version. Current release is ...
0
votes
1answer
56 views

How to get the latest version of an app programmatically?

I want to check programmatically if my app's version is the latest existing. With iOS, I would use this HTTP request : http://itunes.apple.com/fr/lookup?bundleId=com.EC.EmploiCollectivites ...
0
votes
2answers
45 views

SCJP 5 certification , need some suggestions [closed]

I am planning to do SCJP 5 certifcation however other more advanced certifications like SCJP 6 and SCJP 7 are also available. These certifications include some more additions to SCJP 5 and more ...
0
votes
1answer
25 views

adding datatable to a SQLite database

Is it possible to add a datatable to a database AFTER the implementation of a database in androids SQLite like it's possible on a mysql-database?! If I see it right, there's no way to do so, as you ...
0
votes
2answers
30 views

How to update BATCH Version

recently i have been programming in batch and came upon a dilemma, my Batch File version is 5.1.2600 and the version i need to run some commands is 6. Is there any way to update BATCH? -Thank-you ...
0
votes
0answers
39 views

when is bunny hopping necessary?

In descriptions of the bunny hopping workaround, it is mentioned that the approach of doing periodic merges from trunk into the same branch to later re-integrate the branch into trunk is problematic. ...
1
vote
1answer
31 views

Just installed SASS, but can't get it's version

So I installed SASS from the terminal, just gem install sass And I see it says Successfully installed sass-3.2.9. However when I then do sass --version or sass --vI get this error: -bash: sass: ...
0
votes
0answers
28 views

GMailSender works on one phone but not on another

I implemented an application which sends emails via GmailSender. In my phone (2.2.1) it works perfectly. However, in another (4.2.1) it does not send any email without giving any error. What could be ...
0
votes
2answers
32 views

Android:XML different look with other android versions

I have one app which get some coordinates and send it to google maps. But I have one problem with the XML file. When I change the android version 2.2 to 4 from the XML,the look get change and become ...
0
votes
2answers
41 views

iOS : how can I check programmatically if the app is up to date? [duplicate]

I want to check if my app is up to date, and if not suggest to download the latest one. I went through this topic and found some ideas, but I still don't know how to check the latest version. I ...
0
votes
2answers
53 views

How do you manually tell Python which version to use in the script itself, across multiple operating systems?

I have Python 2.7 and 3.3 installed on Windows, and Python 2.7 and 3.2mu installed on Linux. How would I write a Python script that is able to be used on both Windows and Linux, using version 2.X or ...
0
votes
2answers
278 views

How can I find out my OpenGL version on Ubuntu 13.04

Does this question even make sense? SFML 2.0 has added a feature whereby you can specify an OpenGL version to use. Is there a terminal command I can run (or otherwise) to find out what version I ...
0
votes
4answers
51 views

How to know the version of JUnit in Eclipse

In eclipse: Window --> Preferences Expand Java at left side of panel --> JUnit is there under Java How can I know the version of JUnit in eclipse?
0
votes
0answers
22 views

Are parameterized version queries for css/js superfluous when etags are sent by the server?

Are parameterized version queries, such as style.css?v=1234, for css/js superfluous when etags are sent by the server?
1
vote
3answers
27 views

How to maintain both debug and appstore release version in test device?

I have an iPhone application released at App Store. In development of next version, I want to maintain these two versions on test device(iPhone). But when I tried to run the next version for debug on ...
0
votes
2answers
39 views

Android: Use different style for lower OS version

I am working on an Android app. The app use Holo theme which is not available in lower Android versions. I am aware of that you can set different style in folders like values-v11, however, that's only ...
0
votes
2answers
16 views

Why I am running into problems with a PHP Date function on IIS?

I am developing a PHP website but am just trying to test it quickly on some IIS hosting I have (on a sub domain of the original website with is Classic ASP) The whole page falls down after the third ...
0
votes
0answers
12 views

How to build a hadoop release version of my modefied version?

I've made some modifications of the hadoop branch-1, and I'm wanting to build and release version, so I can install it and do some real test in distributed mode. But I stuck in build the release ...
0
votes
1answer
30 views

how to check which flavor of android the user is running

is there a way to do this in code? Say for example I want to know if the user is using froyo and if they are, do something.
0
votes
0answers
20 views

Developing different versions of an android game

i was wondering if it was at all possible to develop an android game, but somehow make, like 1000 distributable commercial copies that use slightly different 3d models from the original. For example, ...
0
votes
1answer
18 views

How can i enable only latest version searchable in alfresco?

How can i make only latest version searchable in alfresco repository? E.g. if a content named abc.doc has version 1.0 & 2.0; how can i make alfresco search to find only abc.doc version 2.0 in ...
1
vote
1answer
28 views

How do I manage inter-branch dependencies in Perforce?

We are using Perforce and Maven and we are in a situation where we have one branch A that hosts a mature project and another branch B, that we are starting to dev on that uses the code hosted in the ...
-1
votes
0answers
26 views

Is it API version trouble?(use opencv in android) [closed]

My english is very poor. Please understand :) I create project with android 3.0 version and my phone is android 2.1.1 version. I try to apply houghline detect. It is very good at my phone. but, ...
-1
votes
0answers
19 views

Too many Emacs versions installed [closed]

I was trying to update my Emacs, but I ran into some problems. It appears I have more than one version of Emacs installed (eg. the Emacs when I open from applications is a different version from the ...
0
votes
0answers
32 views

jQuery change in width() between 1.7.2 and 1.8.0 where it now returns 0 in this situation?

I have a test website where calls to width() return a non-zero value as expected in jQuery 1.7.2 and earlier, but in newer versions (1.8.0 and later), the function is returning zero. The problem lies ...
0
votes
0answers
46 views

Android DatePickerDialog crash on 2.3

I have a DatePickerDialog on my application. I am using DatePickerDialog because I need to show only month and year and it's easier with dialog than datepicker. Its working fine in 4.0 or higher ...
0
votes
0answers
17 views

SQLite JDBC 3.0 driver

Is there any newer version than the Xerial JDBC driver for SQLite? Unfortunately some features that I really need are not yet implemented by this SQLite JDBC driver..
0
votes
1answer
43 views

SQLite Compact framework

I have both PC and Mobile application using SQLite. I have installed and used dll version 1.0.66 and when I have update my dlls to 1.0.85 from ...
0
votes
1answer
47 views

MissingMethodException after upgrading to Grails 2.2

After upgrading to Grails 2.2, I get this exception Class: groovy.lang.MissingMethodException Message: No signature of method: static org.codehaus.groovy.runtime.InvokerHelper.getVersion() is ...
2
votes
1answer
46 views

How to retrive binary version number from binary files

I am using Eclipse IDE for developing the c programs. Through terminal I can see the file info using file filename .But I need to print only the version number of a binary file through the same ...
0
votes
0answers
50 views

.NET Application Looking for Reference Version That Doesn't Exist

I have a custom reference in my project that is causing the application to fail when it cannot be found. The app is searching for version 1.30.2932... and the latest version, which I have installed, ...
0
votes
0answers
54 views

Hibernate update query does not increment version field

I have an entity (call it MyEnt) with a @Version field an I execute the following update query (actually using Spring Data JPA): Query query = entityManager.createQuery("update MyEnt me set me.status ...
2
votes
1answer
27 views

Is there any version control in mysql?

It is possible to use a version control system with mysql databases? Or, is there a version control system already implemented? I want to say e.g.: SELECT foo FROM bar WHERE version = X Whereeby ...
0
votes
2answers
51 views

Stopped Gem Update, Now Rails isn't recognized and unintall/reinstall didn't work

I'm VERY new to this, so sorry if there's a simple fix, and please be step-by-step specific if you're kind enough to answer. This is what I'm getting... Thanks!!! $ rails -v ...
1
vote
1answer
27 views

WiX installer and redistribution of libstdc++6.dll from MinGW

I am building a MSI installer with WiX for redistributing my MinGW64 application. This requires to ship MinGW dlls with the executable. The libstdc6.dll file is not versionned. What is the cleanest ...
0
votes
1answer
44 views

C# revert to previous version [closed]

My developer did not save the stable version of C# application( lets say v12) that we are developing. Now after bunch of enhancements we are at V20, but the application has become crap at v20. So I ...
0
votes
1answer
39 views

Min SDK version for android application

I have following permissions in AndroidManifest.xml <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH" /> ...
0
votes
2answers
45 views

android update/install version checking

i'm new in android developing. (and in developing after all) Here is my problem: If i install my android application onto my mobile device or AVD, i want it to check the current app version number ...
8
votes
2answers
237 views

How to Auto Increment versionCode when exporting Android apps in Eclipse?

I want to auto-increment the versionCode and versionName of the manifest file of the android app when I click on Export (to export a new version of the app) I found the second answer here (Auto ...
2
votes
3answers
58 views

PHP - How to avoid Parse errors on older servers when using new functions

When I use an anonymous function ( but see also note below ) like : $f = function() use ($out) { echo $out; }; It produces an parse error on servers where PHP is older ...
0
votes
0answers
76 views

How to get the JS plugin 'roundabout' working with Jquery v1.8.3 or greater

EDIT: SOLVED! Is there a way to use the jquery plugin 'roundabout' (http://fredhq.com/projects/roundabout) with a newer version of jquery preferably v1.8.3. I have setup a fiddle where you can see ...
0
votes
2answers
81 views

Removing in app purchases from a new version of the application(iOS)

I have an application that is live on iTunes. The app contains lots of in app purchases(non consummable). I wish to delete supoort for some in app purchases from the new version. Can I do it ? Will it ...
-1
votes
4answers
99 views

For a beginner, is Java 6 okay or is 7 necessary? [closed]

I am learning Java for the first time. I currently use Java 6 on my computer, because I have some programs that won't work on 7. Should that be fine for learning Java, or do I need to upgrade to 7?
1
vote
1answer
53 views

Is there a way to set app compatibility per android version (not API level) in the play store?

I have an app that works on Android 2.3.6, but will cause disruptions if deployed on 2.3.3. I will obviously implement some mechanism to stop it from working on such devices, but is there a way to ...
0
votes
2answers
57 views

How to configure my SBT to use a plugin with a specified plugin?

I want to use the lifty plugin, but failed to download it in SBT. C:\Users\Freewind>sbt sbt-version [info] 0.12.3 > console Welcome to Scala version 2.9.2 (Java HotSpot(TM) 64-Bit Server VM, ...
2
votes
1answer
97 views

Rvm current and ruby-v not matching, $PATH errors?

I'm working on an RoR app, and I do not have sudo access to the server (CloudLinux Server release 6.3). The server uses cPanel 11.36 which does not support Rails 3.x, so the admin used Passenger to ...

1 2 3 4 5 40