5,031 Posted Topics

Member Avatar for CAInc

I think you better to create new post and explain in full what you want as I do not think you will recieve any answer from CAInc, his last activity is over 2 years old

Member Avatar for jazzydancer
0
547
Member Avatar for spyrilautte
Member Avatar for kc8pdr

There are many tools available for free, even MySQL provide solution with their [URL="http://www.mysql.com/products/tools/"]MySQL tools[/URL]

Member Avatar for peter_budo
0
69
Member Avatar for hope2makeit

You sorted this problem or it is still on-going issue? If it is still problem please post your code

Member Avatar for peter_budo
0
67
Member Avatar for redgoals

You will need to supply code in order for us to spot the bug. So if the code is not too long paste it inside the post surounded with [I]code[/I] tags (press the hash sign "#" in post toolbar - you have to be in advanced posting mode). In case …

Member Avatar for peter_budo
0
89
Member Avatar for rajesh79

Just some answers as I'm not int .NET world *Can a web service be only developed in asp.ent? NO Java is another option *can we use multiple web services from a single application? Ofcourse, you can retrieve data from numerous resources *Can a web service be used from a windows …

Member Avatar for SheSaidImaPregy
0
89
Member Avatar for raheleh

This function has been available few years back and often been used with photo galleries, however recently most of the browsers do not allow you to do so, some interesting info can be found in [url]http://www.thescripts.com/forum/post299480-14.html[/url]

Member Avatar for masijade
0
107
Member Avatar for eddy556

You missing opening curling bracklet in while loop [code]while(columns1.next()) [COLOR="Red"]{[/COLOR] String editID = columns1.getString("ID");[/code] Also you approach is consider it to be bad practice. You should follow MVC model. The MVC model separates the application data (contained in the model) from graphical presentation components(the view) and processing logic (the controller). …

Member Avatar for peter_budo
0
86
Member Avatar for new_2_java

if this is exact code as you use then you have typo [code]private static final String FILE_NAME = "objectid.properties"; File f = new File(FILE[COLOR="Red"]P[/COLOR]_NAME);[/code] otherwise I do not see any other problem with your code.

Member Avatar for new_2_java
0
152
Member Avatar for manushetty_2005

[QUOTE=manushetty_2005;520330]hi i need help regaurding the software development on java.we are trying to develop a administering software for internet usage...[/QUOTE] You better to provide full description of what you trying to do and you may get some general ideas. Point toward problematic area and support with relevant coding done so …

Member Avatar for jwenting
0
89
Member Avatar for shrish_sontakke
Member Avatar for peter_budo
0
59
Member Avatar for electron33

[URL="http://docs.sun.com/app/docs/doc/819-2567"]Sun Java System Connector for Microsoft Outlook 7 2005Q4 User's Guide[/URL] and more results from [URL="http://www.google.co.uk/search?hl=en&q=java+microsoft+outlook&btnG=Google+Search&meta="]google search[/URL]

Member Avatar for peter_budo
0
234
Member Avatar for Pro2000
Member Avatar for shaikh_mshariq

[QUOTE=shaikh_mshariq;512763]I want to develope a new tool like Nmap written in c++ and can be easily downloaded from wwwdotinsecuredotorg. Can any one knows how do i start. I know how to detect ports but how to map them with services.[/QUOTE] No offence shaikh_mshariq but your post does realy sound like …

Member Avatar for shaikh_mshariq
0
630
Member Avatar for Mohandsa

You don't have to check for type of operation system to use proper slash. Class File provide separator which automaticaly detect OS and apply relevant slash. For example if your file return absolute path as [B]C:\Test[/B] to create new File you do [code] File fileTwo = new File(file.getAbsolutePath() + File.separator …

Member Avatar for masijade
0
2K
Member Avatar for aksm
Member Avatar for zaibitreg
Member Avatar for jwenting
0
99
Member Avatar for peter_budo

I need to retrive value of the variable to which has been assign value on click event. The value is dynamicaly read from xml. I know that correct value is assign to propertyNum as I tried command [ICODE]document.write(propertyNum);[/ICODE] after value assign to just check it. [code]<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" …

Member Avatar for ~s.o.s~
0
154
Member Avatar for cms271828
Member Avatar for muthumari

JavaScript database connection? Are you sure you know what you talking about? Secondly, please read forum rules. We try to help solve your problems but not doing your job...

Member Avatar for Zhoot
0
194
Member Avatar for pradeep.singh28

Forget about applet, minimal use in these days... Network monitoring tool or GUI for MySQL something like phpMyAdmin. Can be this of any interest to you?

Member Avatar for jwenting
0
186
Member Avatar for pradeep.singh28

There are some guide lines that I found interesting [URL="http://mpcon.org/apacheguide/jsp.php"]http://mpcon.org[/URL] (ignore the part related to to Apache2 and PHP and just check the steps for Java and Tomcat instalation) [URL="http://webdev.sis.pitt.edu/st/sec_cookie/cookie2.htm"]http://webdev.sis.pitt.edu[/URL] for Tomcat 6 this is good resource [URL="http://www.coreservlets.com/Apache-Tomcat-Tutorial/"]http://www.coreservlets.com[/URL] If you still not get Tomcat running please post the errors or …

Member Avatar for majestic0110
0
180
Member Avatar for saytri

saytri I run your code but there is to many errors coming out. Either you gave us wrong version or you tried to trick us in debuging your code. Which one of these?

Member Avatar for peter_budo
0
116
Member Avatar for saygham

You can find some code examples [URL="http://64.18.163.122/rgagnon/howto.html"]here[/URL] (check the Date and Time section) also google search will get even more examples, [URL="http://www.google.co.uk/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=java+appointment+calendar+tutorial&spell=1"]here[/URL]. Work throught them and if you get in some troubles, then post. However do not expect us to do your work...

Member Avatar for peter_budo
0
2K
Member Avatar for jsp001

As mentioned above [QUOTE=aniseed;229615]500 - means internal server error. This usually implies that there is a problem in the JSP or some part of the code. Check your server logs.[/QUOTE] Please post what error says

Member Avatar for peter_budo
0
125
Member Avatar for marketingyard

There you go plenty to read, [URL="http://www.google.co.uk/search?hl=en&q=java+read+csv&btnG=Google+Search&meta="]results[/URL]. PS: Don't forget to send me cheque on $1000

Member Avatar for peter_budo
0
110
Member Avatar for Xessa

What sort of error you getting? Are you sure that your html document is in correct place as [I]Tomcat_directory/webapps/myfirstwebapp[/I]? Does your folder myfirstwaebapp has proper structure something like on attached image bellow?

Member Avatar for ~s.o.s~
0
224
Member Avatar for arkaprava

Don't you think it is wrong what you doing? It is you who want to build some application not us! So it should be you doing all research and then come here to ask question regarding problematic part or some issue with implementation and not opossite. Why is it that …

Member Avatar for jwenting
0
97
Member Avatar for peter_budo

[URL="http://www.peterscorner.co.uk/christmas.wmv"]http://www.peterscorner.co.uk/christmas.wmv[/URL]

Member Avatar for lostandfound
0
107
Member Avatar for vanduea

Anything can be good as long you provide valuable solution, proper explanation and good documentation

Member Avatar for jwenting
0
119
Member Avatar for michellet35

I do not think anybody will go trought that code, I see you tried to place it between code tags but you got it wrong it should be as follows [code]YOUR CODE HERE[/code]. I do not see reason why you wish to manualy code hit counter in Java when you …

Member Avatar for peter_budo
0
116
Member Avatar for peter_budo

Just getting into XML and other X-stuff so this may sound little silly as I'm thinking more ahead of I'm currently reading and able to do, but here it goes...:twisted: Take simple example of CD collection. Currently with use of XSL i'm able to display my XML document as table …

Member Avatar for peter_budo
0
81
Member Avatar for soulchris

google is your friend, just simple search with some keywords pulled up some 45 000 resources. See [URL="http://www.google.co.uk/search?hl=en&q=jsp+xslt+tutorial&btnG=Google+Search&meta="]here[/URL]

Member Avatar for peter_budo
0
43
Member Avatar for arunpawar
Member Avatar for ~s.o.s~
0
93
Member Avatar for jdseader

You can do it like this [CODE]import java.sql.*; import java.math.*; public class NewProfileTest { public static void main(String[] args) { Connection con = null; Statement stmt; try { Class.forName ("oracle.jdbc.driver.OracleDriver"); con = DriverManager.getConnection ("jdbc:oracle:thin:@10.25.83.19:1512:PROFILE","newprofile","newprofile"); stmt = con.createStatement(); stmt.close(); con. close(); } catch(java.lang.ClassNotFoundException e) { System.err.print("ClassNotFoundException: "); System.err.println(e.getMessage()); } catch(SQLException ex) …

Member Avatar for jdseader
0
1K
Member Avatar for majestic0110

XML elements must follow these naming rules: [LIST] [*] Names can contain letters, numbers, and other characters [*] Names must not start with a number or punctuation character [*] Names must not start with the letters xml (or XML, or Xml, etc) [*] Names cannot contain spaces [/LIST] Source [url]www.w3schools.com[/url], …

Member Avatar for majestic0110
0
129
Member Avatar for schiller

That is the way how it is working on mobile phone and it is correct. You can't compaire it with typing password on pc. Why? How many keys has your keybord and how many keys are on mobile phone? It would be silly not show which character was entered when …

Member Avatar for peter_budo
0
123
Member Avatar for jasimp

It does not look to be problem of only Java section but in general whole site. I try to view same page in firefox and IE with same result. Either dani is trying out something new and there is some mish-mash or some plugin doesn't work. See my screens

Member Avatar for John A
0
113
Member Avatar for jimmy bones

Yes jimmy bones is not exactly the best type of student, but sometimes you can't help it to ask stupid questions on the forum. Would you like to check my first questions in C++ forum nearly 3 years ago? If you see any more post like this either ignore it …

Member Avatar for iamthwee
0
259
Member Avatar for snitch321

Either you trying to implement new method "printIn" for PrintStream or you have spelling mistake as you want to use simple PRINTLN (in capital in case you mistake L for capital i or number one "1"). So your turn, tell us what you trying to do...

Member Avatar for snitch321
0
121
Member Avatar for arunpawar

Read [URL="http://www.excelsior-usa.com/articles/java-to-exe.html"]this[/URL], it holds some interesting info

Member Avatar for masijade
0
209
Member Avatar for peter_budo

[B][COLOR="Red"]Merry Christmas and Happy New Year![/COLOR][/B] [B]I wish you all the best in your personal and professional lifes... [/B]

Member Avatar for ZZucker
1
234
Member Avatar for sara_84

well about time to load up something more up to date maybe jdk1.5.0_14 or the latest jdk1.6.0_03 Also in the future please wrap your code inside tags [ code] [ /code] or simply click on the hash sign "#" in post toolbar to get them.

Member Avatar for peter_budo
-1
84
Member Avatar for slayer10

Java Flash tutorial???? I think you more likely looking for JavaScript tutorial for Flash, that is the language used in Flash beside flash native language ActionScript. And to make things more clear [B]JavaScript is not Java[/B]

Member Avatar for slayer10
0
57
Member Avatar for sara_84
Member Avatar for Jishnu
0
192
Member Avatar for Torner
Member Avatar for shishir

I did use iText, but that was for image manipulation, so that will not help you. Also I do not know anybody else here who use it. Anyway you better ask this product related questions on iText forum. There few of them I used [url]http://news.gmane.org/gmane.comp.java.lib.itext.general[/url]

Member Avatar for peter_budo
0
84
Member Avatar for Samudricka

Let me ask you a question. Why should we helping you when what you always does is drop a general question and demand answers, do not provide any supporting coding with the task you facing? Not even the part of code that you having problem with... Do not take it …

Member Avatar for Samudricka
0
190
Member Avatar for peter_budo
Member Avatar for Jx_Man
0
75
Member Avatar for pikkas

Sun website is always best place to search for an tutorial, like now [URL="http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html"]Lesson: Laying Out Components Within a Container[/URL]. Have funn reading it

Member Avatar for rajatC
0
88

The End.