Click here to Skip to main content
15,891,529 members
Everything / Eclipse

Eclipse

Eclipse

Great Reads

by Jan Dolinay
Article on setting up Eclipse to build programs for Arduino Uno.
by Garvit Arya
It is a personalized web Browser that can open a certain website directly.
by Yildirim Kocdag
This article helps you develop, test and deploy a custom comment check in policy for Eclipse IDE and Microsoft TFS. A plug-in should be written for comment checkin policy development
by Intel
A Fast, Flexible, And Scalable Path To Commercial IoT Solutions

Latest Articles

by Matthew_Heusser
In this post, you will learn a bit about the various components that make up Selenium WebDriver.
by Andrea Flesca
Activiti in Action is a great book, but I had some problems in performing the two simple exercises of the first chapter due (IMHO) to the lack of some information
by James A. Brannan
Introduction AWS SQS Message Queues are a way to exchange messages between applications. Senders, send data objects to a queue and receivers, receive objects from a queue.
by James A. Brannan
Exploring AWS KMS to encrypt and decrypt data via the AWS Java 2 SDK

All Articles

Sort by Title

Eclipse 

19 May 2016 by Helen Withington
What do COBOL developers want?
10 Sep 2013 by Pablo Aliskevicius
Memory reallocation generated by string concatenations can create performance bottlenecks. .NET has System.Text.StringBuilder, JavaScript has Array.join, and we have string::reserve.
17 Jun 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
re we answer specific questions which members face during programming.We can't work on the whole source code. You need to do that yourself.If you face any difficulty while coding, feel free to come back here and ask another question with specific issue describing the scenario. ...
25 Aug 2015 by Intel
A Fast, Flexible, And Scalable Path To Commercial IoT Solutions
20 Jul 2014 by Eerven
I use "tab bar" to separate main screen(Fragment1,2,3). In one of my main screen(MainActivity), I try to make more page. So I use Inent to link from Fragment 1_1 to Fragment1_2. I doubt it about extends Fragment that why I can't use any method on this class.public class Fragment1_1 extends...
20 Jul 2014 by TorstenH.
http://developer.android.com/g...
4 Oct 2014 by Pavel Durov
This article will explain how to explore Android internal data from Eclipse DDMS perspective using adb and Linux commands.
8 Jul 2015 by seyed mahmud shahrokni
When i open my android virtual device manager menu,the only well known devices which i see,are Nexus1,Nexsus10,Nexsus7.The problem is that i want to test my app on the specific devices like LGe440,LGe445 or any other devices which i prefer.how should i add these devices to AVDM ?
8 Jul 2015 by Peter Leow
You will have to Creating a device definition[^]or use a real physical device.
14 Nov 2016 by Member 11436383
hello i have an android project.i have a mainactivity a listview i want to add data from class not from this mainactivity any help ?What I have tried:String[] x = new String[]{"AAA","BBB","CCC","DDD","EEE","FFF","GGG","HHH","III","JJJ","KKK","LLL","MMM","NNN","OOO","PPP","QQQ"}; ...
14 Nov 2016 by David Crow
mainactivity IS A class. Please elaborate on what you are trying to do.
9 Dec 2013 by Noor Yasin
Hi,I'm new with eclipse I have the source code of eclipse but I need to insert some message box on startup of eclipse. Please tell me in which plugin do I have to add that message box? Or which plugin should I be looking into?
10 Dec 2013 by TorstenH.
Eclipse RCP?http://www.vogella.com/eclipse.html[^]Lars has some of the best tutorials. You should bookmark that!The Password-Dialog should be about what you're searching:http://www.vogella.com/articles/EclipseDialogs/article.html#tutorial_passworddialog[^]
23 Sep 2011 by ruchira biyani
This article explains how to add background music while developing Android Apps, e.g., Games
25 Mar 2013 by Amazon
If you’re new to the Amazon Mobile App SDK, it provides APIs, tools, and resources to leverage the features and services offered by Amazon.
6 Apr 2020 by James A. Brannan
Introduction AWS SQS Message Queues are a way to exchange messages between applications. Senders, send data objects to a queue and receivers, receive objects from a queue.
2 Jun 2019 by James A. Brannan
Amazon Web Services Simple Queue Service using the Java 2 Software Development Kit
21 Apr 2019 by James A. Brannan
In this tutorial, we explore creating, reading, updating, listing, and deleting objects and buckets stored in S3 storage using the AWS Java SDK 2.0 to access Amazon’s Simple Storage Service (S3).
17 Sep 2014 by Grasshopper.iics
Content Provider in Android Was Never this easier.
2 Dec 2012 by Mosch Dev.
Hi, I am trying to change the background image of a view onclick, here is the code:public class ScreenChanger extends Activity{ private ImageButton imagebutton; private ImageButton imagebuttonRED; private ImageButton imagebuttonBLUE; private ImageButton...
7 Dec 2012 by AndroidVivek
don't use setContentviewmake your layout id get that id and try to work on it..
10 Dec 2016 by Member 11436383
Hello i prepare a push notification app. i am using firebase to make them.i have a class MyFirebaseMessagingService and a function onMessageReceived. its work normal when the app is on foreground and isn't work when the app is on background.any help? thanks in advance...What I have...
10 Dec 2016 by ridoy
Check:android - Firebase onMessageReceived not called when app in background - Stack Overflow[^]
17 Nov 2012 by Mosch Dev.
Hi, I have developed a flashlight app that runs the led light from the camera. But i have 2 errors that i am not sure how to fix.Here they are:*Runtime error - is this because the device doesnt have led light or camera?---------------------------java.lang.RuntimeException:...
17 Nov 2012 by Ed Nutting
Hi there,This seems pretty obvious but hopefully it helps:Your first exception says "Failed to connect to camera service.".Therefore, when you attempt to set the Camera parameters, you get your second exception since you have not connected to the Camera service so it cannot possibly...
6 May 2016 by Sentell
I'm planning on connecting my Android project(using Eclipse) to another computer which is the server. Questions are: How do I connect it to another computer?I'm told that i can use Wi-Fi or Lan cable. But I'm sure I need some computer configs. What are those? Is it possible...
6 May 2016 by Richard MacCutchan
Assuming that your server and Android system are both connect to the same network it should be easy. Check the MySQL documentation for information on the required connection string, or take a look at MySQL connection strings - ConnectionStrings.com[^].However, you will probably need to learn...
13 Dec 2014 by codeurx
hi, how can i run an android 4.4.2 AVD virtual device on my computer using eclipse for android without changing my micro processor(intel pentium dual cpu) because the error sys that my computer dosen't support virtualization
13 Dec 2014 by Kornfeld Eliyahu Peter
You can not. ADT does not supported on CPU with no virtualization...
27 May 2015 by Delice2015
Hi everyoneI have been trying for over a week now to connect my android app to sql server database with no success. I tried restful didn't get me any where and now I am using the microsoft JDBC driver and still cannot connect.The SQL Server is installed in the same machine.Below is...
8 Jun 2014 by Member 10871165
I am making an app which starts an overlay button which stays on top of all other activities when the toggle switch is on .I have the following three classes with no errors shown in eclipse . MainActivity class-public class MainActivity extends ActionBarActivity { @Override ...
6 Nov 2012 by tusharmathankar
Hi,I am planning to make an Android App. The problem statement is, the user should be able to download my app from the Android store and when he installs on his device, he should be able to click on the downloaded and installed app and then it would redirect the user to the web browser...
6 Nov 2012 by ridoy
You doesn't code for launching a website at all!Look these..http://mobile.tutsplus.com/tutorials/android/launch-android-browser/[^]https://www.passwordtote.com/videos/android-launch-website.aspx[^]
18 Apr 2014 by Garvit Arya
It is a personalized web Browser that can open a certain website directly.
22 Aug 2012 by Misbah1
Hi,I have created number of projects and wrote some functionality in them. When i compiled then some of projects are stored in menu of android device but others are not... then i deleted the stored applications form the device. But now on compiling any application neither it stores in menu...
26 Aug 2012 by Misbah1
Create new android virtual device (AVD). this problem will be solved..Follow these steps to create new AVD in eclipse... Click on Windows in menu bar. Windows -> AVD manager -> Click on "New" button -> Set name and target and press OK button. then in AVD manager window newly...
6 Aug 2012 by webfree
Hello I have a laptop windows 64bit with Java 1.7, Android Eclipse Classic 4.2 + installed + sdk for Windows. Now I want to run my program and I always get "failed to install - apk on device 'emulator-5554! , Launch canceled!Any help.
6 Aug 2012 by lewax00
Try launching the emulator separately (pretty sure you can, I don't know how off the top of my head, I use my phone for testing) and removing your program manually, then relaunch it. Or make another virtual device and try it on that one.
6 Aug 2012 by webfree
Thank you but how do I launch the emulator separately. And how to I make another virtual device. would really like to solve this.
7 Aug 2012 by AndroidVivek
open avd manager and click on emulator which you want to start separately and click on start
7 Aug 2012 by webfree
I tried to do that but I only have 1 emulator thus why I couldnt click on start, for it had been already started.
7 Aug 2012 by Niklas L
In a command window try typingadb devicesto verify your device is actually connected to the server.Try restarting the adb server processadb kill-serverfollowed byadb start-serverThe adb command is found in /platform-tools/
7 Aug 2012 by webfree
Thank you Niklas will try that - though when I tried to open the avd.exe it just showed a quick .dos side and afterwards nothing happened. Will have to check this one if it functions at all.
24 Sep 2013 by seyed mahmud shahrokni
Hi i want to implement my app layout by java and xml together .but when i run my project the first part that i wrote in xml will disappear.why?xml part
4 Dec 2015 by Carle_Lai
Error generating final archive: Failed to create '/Volumes/Android/workspace/flipfree/bin/flipfree.apks': Input/output errorThe application could run this morning. But my portable hard drive was accidentally pushed out, while the app was running. After I restarted the Eclipse and ran this...
2 Mar 2012 by Jeremy Shin Woo
what is the path to ServiceImpl.wsdl file in eclipse-android project
29 Jun 2013 by LosEagle
Hi,my PC can always find my device just fine but when I want to run/debug my app on my device Android studio always says "USB device not found". Anybody knows possible solution? Thanks!Also sorry if I used the wrong Tags I couldn't really figure out which ones to pick.
7 Feb 2013 by virajdaw
Please can have tutorial or sample program to save the data displayed on a listview from my android app in Mysql database..
7 Feb 2013 by TorstenH.
you know that there is a SQLite in Android inculded?Lars Vogel has a pretty neat tutorial for working with that:http://www.vogella.com/articles/AndroidSQLite/article.html[^]
11 Aug 2013 by Houssem_Dellai
A comparison from developers perspective between Android and Windows Phone
1 Oct 2015 by Android on Intel
This article gives an overview of the Android Wear operating system focusing on wearable devices, application types, development, and debugging. It also explains two ways of debugging a wearable app using ADB.
28 Nov 2012 by Mosch Dev.
Hi, I want to work with webview now and i cant seem to find any tutorials. im looking to just do a make a textbox navigate the webview to a website. here is my view xml if this helps
17 Jul 2013 by Eranga Supun Gamagedara
EditText url;url=(EditText) findViewById(R.id.editText_password);inside btn click eventWebView page=(WebView)findVieById(R.Id.webview1);page.loadUrl(url);
1 Sep 2011 by _Ares!!!
Hi!I need help. I try to extend button class. Everything is ok, but if I add anonymous type I have an error in design mode! Code snippet below:public class ExtDatePicker extends Button { private int mYear; private int mMonth; private int mDay; private View view = new...
22 May 2011 by techcurrent
Hi AllI am interested in using EMF for modeling the classes that I want to persist with hibernate. Anybody knows about any good books to accomplish this?
23 May 2011 by Nagy Vilmos
Try looking here[^] and here[^].
13 Jan 2016 by Jitendra_Jain04
The Objective of this article is to provide hybrid mobile application development approach for mobile platforms using one of the most powerful open source framework : Apache Cordova.
2 Oct 2013 by prabu19
Hi friends, I want to configure the apache tomcat server for eclipse to build some web applications. So anyone can know that how to install apache tomcat into eclipse.Thanks in Advance.
3 Oct 2013 by Prasad Khandekar
Hello Prabu,Following links should help you.http://www.mulesoft.com/tomcat-eclipse[^]http://www.coreservlets.com/Apache-Tomcat-Tutorial/tomcat-7-with-eclipse.html[^]http://www.eclipsetotale.com/tomcatPlugin.html[^]Regards,
29 Jul 2013 by Gopinath0072
I got the following error while starting Apache Tomcat server v6.0 from Eclipse (Eclipse IDE for Java EE Developers) please help me to solve this issue.Jul 30, 2013 2:23:21 PM org.apache.catalina.core.AprLifecycleListener initINFO: The APR based Apache Tomcat Native library which allows...
18 Jul 2011 by csde9
Hello everyone, I'm currently developing a JavaCC based language IDE for Eclipse and I wanted to know if there are any stable projects that have already used JavaCC to generate their AST representations along with Lexer-Parser files. Thanks.
18 Jul 2011 by Espen Harlinn
If I remember correctly Derby[^] uses JavaCC.Best regardsEspen Harlinn
5 Sep 2015 by Member 11962183
hello! Please bare with me. I know this question was asked before but I just can`t find a solution. This example that I recreated is taken from a JAVA tutorial website. i read that and recreated it. I have no idea how to fix this and how args[0] is Out Of Bounds.Here is the...
5 Sep 2015 by Patrice T
Your problem is that args do not contain what you expect.The only way to know what is in args is to run the program with the debugger and inspect the variables, and particularly args.You can make your code safer by checking the size of args before trying to use it.For a solution, you...
5 Sep 2015 by Sergey Alexandrovich Kryukov
First of all, it has nothing to do with Eclipse, which is just the IDE. When you run your application, it's out of equation.The problem is very simple. The variable args means the array of string each representing command-line argument written in the command line when you start the...
19 May 2018 by Ianoș Ştefan-Cristian
Hi guys I have a vector with 9 elements vec[20]= 80.59 , 132.40, 81.85, 79.83, 119.96, 111.89, 110.99, 101.21, 118.53 Im trying to put them in an anscending order thats what the console shows me: 80.59 79.83 81.85 101.21 110.99 111.89 118.53 119.96 132.40 Up is the formule i used but it is...
19 May 2018 by OriginalGriff
Not surprised - that doesn't compile: for(j=k+1;j++) { A for loop has three sections: for (init; limit; increment) { ... } And do yourself two favours: 1) Indent your code! 2) Pick a bracketing system and stick to it! Mixing and matching just gets confusing and leads to mistakes. ...
19 May 2018 by Patrice T
C language is 0 based, this mean that in an array, the first element is at position 0. vec[20]= 80.59 , 132.40, 81.85, 79.83, 119.96, 111.89, 110.99, 101.21, 118.53 Assuming this is what you want to use, and not a correct piece of c code. The array vec is of size 20 and elements are at position...
19 May 2018 by CPallini
The C programming language standard library gently provides the qsort[^] function: #include #include int comp ( const void * pa, const void *pb) { return ( *(double *)(pa) > *(double*)(pb)); } int main() { size_t n; double a[] = { 80.59 , 132.40, 81.85, 79.83,...
19 May 2011 by sedge55
We are using xjc in an Ant script in Eclipse to generate classes from XML Schemas. I'd like to be a able to automatically add a Header block with copyright information to the generated source code as part of the script. This could be either the Eclipse File Code Template or the JAutodoc File...
29 Jan 2017 by Member 12972343
When i copy a texts (separated by tab), my program split the copied texts and store in the array of string. when i press the button it will display the array of text one by one and display along with set the text to clipboard. i am able to display text but not able to set in the clipboard. Can...
29 Jan 2017 by Richard MacCutchan
That's because you only set one string into the clipboard in your main method thus: StringSelection stringSelection = new StringSelection (aa[i]); clipboard.setContents (stringSelection, null);You need to wait until you have collected all the text in the array, and then convert it into...
11 May 2014 by Kaung Myat
I am beginner for android application.What code use for auto sms is send when apk launch.help me code please
5 Apr 2020 by James A. Brannan
Exploring AWS KMS to encrypt and decrypt data via the AWS Java 2 SDK
17 Jun 2019 by James A. Brannan
Exploring the AWS Key Management System (KMS) to encrypt and decrypt data via the AWS Java 2 SDK
24 Jan 2013 by SimpleDev
Hello,I have a question I can't seem to find an answer to. I am a beginner android developer and am having trouble with BG music.I have multiple activities and multiple packages under src. I would like a mp3 file to run continuously during the game over all activities. Any help would...
1 Apr 2012 by Member 8711129
Has any one done barcode scanning in android emulator.If so please let me to knowwith examples.Thanks for any help!!
2 Apr 2012 by Richard MacCutchan
See how easy it is to use Google[^].
21 Feb 2013 by Ayed Masah
I did an app for my company's internal use that loads images or let you take a picture then read them using a library barcode engine and it turned out better than I expected. I'm sure that if you look you will find an example on the internet. I did a quick search and found the following...
2 Feb 2016 by John Jiyang Hou
A Base62 encoding algorithm with a special prefixed code for utilizing Base64 schema in Java
19 Jun 2018 by DoingWork
What is Best Reporting Tool that compatible with Laravell and How ?? What I have tried: What about Birt Reporting Tool ?
24 Sep 2012 by Matthew Helm
Two questions:1) Has any BIRT report designer user had to tweak his/her stored SQL stored procedure code to get BIRT report designer and the store procedure to work together;2) Has any BIRT user had a problem where BIRT report designer cannot complete a successful stored procedure call,...
3 Dec 2013 by scoket
Need to debug a jar file "ProA",so import the sourcecode in the project, but there is a strange error in Eclipse while trying to set a breakpoint. detail as below: [Unable to install breakpoint due to missing line number attributes,Modify compiler options togenerate line number...
2 Oct 2014 by purva0215
I am installing Selenium for writing scripts in C# for testing. I am trying to run the init task.I get the following error when I run the init task:BUILD FAILEDC:\LocalBuild\Prj\SharedHR\SharedHR_Dev\Test\Selenium 2.0\build.xml:22: Cannot find...
25 Jan 2019 by Priyanka Sabharwal81
Basic understanding of how to write/use the Apache-tika facade function and debug it in Eclipse
14 Jan 2016 by Android on Intel
In this document, we’ll describe how to configure Eclipse to set up an automatic NDK build for FreeType.
14 Oct 2014 by Member 11154607
I have a class named WordListBuilder that reads input from a text file in any language. Output is to generate a .CSV file where it stores the word and frequency of that word, that is from any language. IndoEuropeanTokenizerFactory is used to create tokens. Another class Language Utils has a...
8 Apr 2011 by duartecool
How can i see the references of a button id in a class? imagine taht i have a project with 100 class and i want to now what class is associated the button id.. Iam using eclipse..
21 Apr 2011 by Patrick Kalkman
You could try this with "Find in Files" (Ctrl-H) in Eclipse.
5 Oct 2014 by Sepehr Mahmoudi
sry just a basic question...im new in java and eclipse ide somehow....my question is how to reposition the buttons that i added on the screen...for example i just added 3 buttons and i want to reposition them...i reposition the 1st button and put it in the bottom of the screen and once i want...
6 Oct 2014 by Richard MacCutchan
Take a look at Android UI Layouts and Controls[^] for an excellent tutorial on UI layouts.
26 Aug 2014 by Yu222
Running Google Test in Eclipse
27 Jul 2016 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.Try it yourself, you may find it...
7 Oct 2011 by venuswu
Connection errors is as follows:Could not connect to :@10.6.33.128:/usr/local: I/O exception occurred: ProxyHTTP: java.net.SocketTimeoutException: Read timed outI don't know how to establish a connection between the cvs client of eclipse based on windows and cvs server of...
7 Oct 2011 by Espen Harlinn
The answer is Yes :)Try looking at:Eclipse Team CVS tutorial[^]andEclipse CVS Howto[^]Best regardsEspen Harlinn
26 Jun 2014 by Eerven
Is it same as connect to phpMyAdmin. How to do that? thanks a lot :D
26 Jun 2014 by Peter Leow
Refer: connecting-sql-server-from-android-apps-in-mobile[^]