5,031 Posted Topics

Member Avatar for Danielhuo

Thread close as it has double [URL="http://www.daniweb.com/software-development/java/threads/395733/1697685"]here[/URL].

Member Avatar for peter_budo
0
845
Member Avatar for gomezselva2011

1) Failed to read forum faq and therefore failed on do not hijack old thread with your own question (now it is in new thread) 2) Failed to provide name of the manufacturer and model number so we can not check if device is actually able to run midlet and …

Member Avatar for peter_budo
0
55
Member Avatar for Clzeigler

@Clzeigler what operating system are you using? What did you do and use to open these zip files?

Member Avatar for anand01
0
108
Member Avatar for lbgladson

The general notion is to have following project structure [list] [*]src [list] [*]main [list] [*]java [list] [*]top-package name [/list] [*]resources [list] [*]daniweb.png [/list] [/list] [*]test [/list] [/list] Then you can call images from resource directory directly like [icode]new ImageIcon(ClassLoader.getSystemResource("daniweb.png"));[/icode] no need for directory changes (../../../daniweb.png)etc

Member Avatar for hfx642
0
90
Member Avatar for lena1990

You can start here, Oracle's [URL="http://download.oracle.com/javase/tutorial/i18n/"]Internationalization[/URL] tutorials

Member Avatar for stevanity
0
2K
Member Avatar for vikasgarg

@stbuchok please do not advise people to repost it as then they will face warning/infraction for multiposting. Instead of that hit "Flag Bad Post", write short message "move to JSP" and moderator/admin will take care of it THREAD MOVED

Member Avatar for brynFlew
0
1K
Member Avatar for akhil1989

You expect to much from Microsoft to provide API for their "arch" enemy. However you are in luck if you looking to access MSN/Live thought [URL="http://msdn.microsoft.com/en-us/library/hh243650.aspx"]other means[/URL]

Member Avatar for peter_budo
0
59
Member Avatar for csckid

[QUOTE=csckid;1694080]hi, I want to start developing android apps. The problem I faced is that the emulator is kinda slow when it starts. Moreover, it needs a high configure pc. [/quote] Common mistake of trying to start emulator on each compile, start it and have it running before deploying application on …

Member Avatar for peter_budo
0
103
Member Avatar for manish250

I wouldn't build against any of IE versions. Use either Firfox or Chrome (Firefox has FireBux and Chrome has build in Inspect Element functionality) and then test it for various IE versions.

Member Avatar for manish250
0
465
Member Avatar for softDeveloper
Member Avatar for sidra 100

Missing initialization of panel1 and later panel2 will kick same error once first panel fixed. They both should be declared something along the line of panel3 on line 32 in posted code

Member Avatar for peter_budo
0
224
Member Avatar for persianprez

You better to ask this question on PhoneGap forum or even better drop it on [URL="http://incubator.apache.org/projects/callback.html"]CallBack[/URL] (that is how it is called after being admitted to Apache Incubator)

Member Avatar for peter_budo
0
69
Member Avatar for bowmaster

As error says, file cannot be found as you are providing relative path. You should have provided absolute path

Member Avatar for bowmaster
0
323
Member Avatar for Hinnawi

[QUOTE=Hinnawi;1688446]Heeey , i wanna know what Mac Mini do SIMPLY ,i watched many videos and i couldn't get it . ohh yeah u need to know that i'm not that much in technology but i love to be updated with new things =)) thx[/QUOTE] It is small portable desktop, you …

Member Avatar for NicAx64
0
325
Member Avatar for bradyramone
Member Avatar for warlord902
Member Avatar for syeda amna
Member Avatar for AsifBhatti

With which part of this [URL="http://developer.android.com/sdk/installing.html"]install process[/URL] you have problems?

Member Avatar for Awais Ali
0
122
Member Avatar for a.oprea

Use Iterator class [code] import java.util.*; public class ArrayTest{ public static void main(String[] args){ List<Integer> numbers = new ArrayList<Integer>(Arrays.asList(23, 43, 40, 10)); System.out.println("BEFORE DELETE " + numbers); for (Iterator<Integer> iterator = numbers.iterator(); iterator.hasNext();) { Integer number = iterator.next(); if (number == 43) { iterator.remove(); } } System.out.println("AFTER DELETE " + …

Member Avatar for JamesCherrill
0
214
Member Avatar for blithebill

[QUOTE=caperjack;1688337]i know you just post to show links in your signature ,but why not at least tell the poster how to check his ping .[/QUOTE] He wouldn't be able to do so for two reasons: [LIST=1] [*]He has no clue [*]and he cannot tell us that because he was banned …

Member Avatar for caperjack
0
313
Member Avatar for javaAddict

Ehmmm where do I find this in Java Microedition? :?: Neither me. For now I work in JME, Swing or Web Development so no.

Member Avatar for StephNicolaou
0
552
Member Avatar for softDeveloper

Well you obviously misunderstood concept and usage of WAR file. War unlike JAR file is not self executable, it is simple package similar to ZIP or RAR. You have to deploy WAR file to Java web server or container like Tomcat/Jetty/JBoss etc to be able to run your final application

Member Avatar for peter_budo
0
119
Member Avatar for vinod_javas

I know this is old thread, but I couldn't resist to share my finding. As OP I was looking for concept to prevent a user to run simultaneously more instances of the same Java application, and I came across of this library [URL="http://www.sauronsoftware.it/projects/junique/manual.php"]JUnique[/URL] Happy coding!

Member Avatar for peter_budo
0
6K
Member Avatar for Onlineshade

If you actually check out the top post, [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]Starting mobile development [SDK / tutorials / resources / faq][/URL], you wouldn't post this redundant question

Member Avatar for jwenting
0
130
Member Avatar for vishalbhavsar

Given your laziness to use Google with 'Java mobile development' query and ignoring this forum sticky post on top of [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]this section [/URL], I guess nobody can help you...

Member Avatar for jwenting
0
1K
Member Avatar for JessHill19

Homework without any attempt to solve it. Thread closed! You more then welcome to repost your question, but you are expected to show some work on this not just copy & paste assignment.

Member Avatar for peter_budo
0
1K
Member Avatar for lenyjose

[QUOTE=pritaeas;1688207]You can read an rss file with SimpleXML for example. Generating an rss feed is simply turning your records into a well-formed xml file.[/QUOTE] OP was spammer, got busted... Thread closed

Member Avatar for peter_budo
0
187
Member Avatar for xfbs

I expect you will find quite few of members on GitHub (including me). I even proposed to have repo for daniweb which unfortunately didn't get much of support, seemed more of trouble for some.

Member Avatar for peter_budo
0
253
Member Avatar for kahaj

Beside failing to provide any work (code) of yours, failing to use Google to search this simple info and ignoring [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]sticky post[/URL] on top of this forum section, guess nobody can help you

Member Avatar for peter_budo
0
59
Member Avatar for iThaos

Both section [URL="http://www.daniweb.com/software-development/java/threads/99132"]Java[/URL] and [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]Mobile Development[/URL] have their own sticky posts where you can check on number of recommended resources

Member Avatar for iThaos
0
148
Member Avatar for VilePlecenta

Is this a question or code snipped? Either way you are missing proper description. So please describe the problem or describe what sort of task this code does.

Member Avatar for fengdanbailu
0
1K
Member Avatar for VengefulToast

No you can't.You need Apple development tools running on Mac OS platform with Apple hardware. There been some attempts for porting to other platforms but not really successful.

Member Avatar for VengefulToast
0
114
Member Avatar for aanders5

Look [URL="http://lmgtfy.com/?q=taskdef+class+org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs+cannot+be+found"]here[/URL]

Member Avatar for aanders5
0
203
Member Avatar for dennysimon

[URL="http://download.oracle.com/javase/tutorial/uiswing/components/textarea.html"]Java Swing tutorial[/URL], scroll down for "Another Example: TextAreaDemo" and there is your example

Member Avatar for dennysimon
0
87
Member Avatar for harinath_2007

[URL="http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/index.html"]Direct link[/URL] Our forum [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]references[/URL], in Starting mobile development [SDK / tutorials / resources / faq]

Member Avatar for harinath_2007
0
135
Member Avatar for thorin

Given that you are new to Java development I will pretend I didn't hear ignorance. Java web development is not anymore just about JSP there is large amount of frameworks to choose from that can be used to build Java based website. So why don't you come up with more …

Member Avatar for peter_budo
0
156
Member Avatar for Depsi

[code] for(int i = 0 ; i < 10 ; i++){ if(x == 0 ){ System.out.println("Zero"); } else if(x == 1 ){ Syetem.out.println("One"); } }[/code]

Member Avatar for Depsi
0
137
Member Avatar for vijaykavin10

That is bad that you do not know about latest technologies, given that you put on your profile[quote]Company trans wizz Primary Role Software Development[/quote]. You can start your excursion [URL="http://www.oracle.com/technetwork/java/index.html"]here[/URL]

Member Avatar for vijaykavin10
-2
94
Member Avatar for gouki2005

1) Most of the IDEs have way how to import external libraries, so either tell us which you use or search for your self 2) Using building tools Ant, Maven, Gradel you can add dependencies that your project needs

Member Avatar for peter_budo
0
247
Member Avatar for jackmaverick1

[URL="http://download.oracle.com/javase/6/docs/api/java/io/File.html#listRoots()"]listRoots()[/URL]

Member Avatar for JamesCherrill
0
107
Member Avatar for anand01

In this case there is no professional or unprofessional way, only job/project requirements or expectations. So maybe you want to rephrase your question?

Member Avatar for peter_budo
0
72
Member Avatar for shack99

Since you are able to read your Ant build you are able to determinate [URL="http://download.oracle.com/javase/6/docs/api/java/io/File.html#getAbsolutePath()"]absolute path[/URL] of the file, that mean that you are able to get [URL="http://download.oracle.com/javase/6/docs/api/java/io/File.html#getParentFile()"]parent path[/URL]. With this data and with info from build file you shouldn't have any problems.

Member Avatar for peter_budo
0
292
Member Avatar for aplh_ucsc

I do not see any error, only emulator that is starting up, but not fully started (which takes time, therefore good idea to start it before running application). If you getting some errors then please post them

Member Avatar for peter_budo
0
117
Member Avatar for jwala

Object "send" is not able to find method "objecttransmit". Make sure you do each time clean build as NetBeans does have nasty habit of compiling only files that has been changed and not to check everything for possible problems

Member Avatar for peter_budo
0
369
Member Avatar for sitajaf

Ehmm is it so hard to search [URL="http://lmgtfy.com/?q=gwt+jax-ws+tutorial"]GWT jax-ws tutorial[/URL]? First result out of it was [URL="http://www.codenes.com/blog/?p=78"]this blog entry [/URL]

Member Avatar for sitajaf
0
107
Member Avatar for deucalion0

1) Use animated GIF 2) Run thread that will switch between 2 different images PS: Flashing things are irritating, nobody like it in the applications. Remember that!

Member Avatar for deucalion0
0
87
Member Avatar for aanders5

Try WebDriver/Selenium. Usually used for testing web site gui from Java code, but it should enable you to log in us an user and then through examination of web site html structure you would be able to search for web elements and retrieve relevant info from the element

Member Avatar for peter_budo
0
288
Member Avatar for aanders5

1) moved to Mobile Development section 2) make sure that no of your classes has following import [icode]import android.R;[/icode] otherwise IDE would not be able solve resources properly 3) sometimes you may get warning about IDE not to able resolve something in R because many tutorials do activities and other …

Member Avatar for peter_budo
0
144
Member Avatar for peter_budo

Can we possibly have pre-fix message to [B]Use the snippet textbox to post your working and fully tested code snippet. Do not use code tags as the snippet will automatically be Java syntax highlighted.[/B] that is showed once member switch from Discussion Thread to Code Snippet something along the line …

Member Avatar for TrustyTony
2
249
Member Avatar for dhija22

If automated un-install doesn't work you can manually delete Java folder from Program Files. After that you can try to install again

Member Avatar for stultuske
0
80

The End.