35,619 Topics

Member Avatar for
Member Avatar for LevelSix

Is there a way that after you store something, such a Rectangle, to an object variable, say, Object x, that you can then look at object x, and determine it is indeed a rectangle, allowing you to use Graphic methods such as draw on said object?

Member Avatar for LevelSix
0
129
Member Avatar for adusumalli

Hi I have problem with calling jsp using <a href> in scriptlets. Not able to call the jsp. I used the following code. but not able to enter in to ozCmnDeleteEntity.jsp. please give me solution. [code] out.println( "<a href=\"ozCmnDeleteEntity.jsp?objType=PROJECT&objId="+prj.getProjectId()+"\">"); out.println("</a>"); [/code] thanks in advance...

Member Avatar for adusumalli
0
1K
Member Avatar for pidven

hi i am new to java . there are many diiferent books i saw in java like javascript ,java programming,java soap,java data base and so......on what these and all whether i have read all these to learn java or how to proceed

Member Avatar for Software guy
0
79
Member Avatar for shobha1335

I have onebean.java file having [code] private String destinationOne; private String destinationTwo; private String destinationThree; private String destinationFour; private String destinationFive; private String destinationSix; [/code] and the corresponding set and get methods. and Im using these set and get methods in another java file. Here in onebean.java we have to …

Member Avatar for javaAddict
0
156
Member Avatar for vish_1x1

Hello Everyone, I am a new java user and i have a problem where i have made a servlet "Conn.java". In which i have established a connection and i m retrieving data from database using dsn. This data i store in a array list called rowsetArray. when i run just …

Member Avatar for Thirusha
0
1K
Member Avatar for C41R0

i got one UI that created by java, i take it and generate jar file and when i double click that jar file to open the UI only program, it takes around five seconds, its quite long and my computer is dual core. if the same thing create in visual …

0
73
Member Avatar for peddiraju86
Member Avatar for loken
0
67
Member Avatar for haxpor

Hello everyone, This is my first post. I devoted to the game development and community, I like it alot. I created game called "PongV1", like the classic old pong. It is written with Java with my own Engine. Before playing it you should have JRE 1.6 or up. Comment are …

0
64
Member Avatar for TheBuzzer

Hi, I am trying to make stroke and shape make a path like two sin curves. so a path from x,y to x2,y2 first is like ------------------------- will become /\/\/\/\/\/\/\/\ \/\/\/\/\/\/\/\/ if you understand what i mean. I am very confused am I suppose to be changing the shape or …

Member Avatar for sciwizeh
0
166
Member Avatar for modjoe23

Hi, I am very very new to JSP so I urge you to bare with me. I have resolved my issue, however, I really don't like to solve a problem without understanding how I solved it. We use Weblogic 8 as out web server. The problem: JSP compilation error. It …

Member Avatar for modjoe23
0
168
Member Avatar for NycNessyness

Hello everyone. I'm currently having a problem with choosing one area in an array. For what I'm working on I'm trying to pick one seat in an array consisting of 10 seats. The first 5 seats are firstclass and the last 5 seats are economy. For example if the person …

Member Avatar for Software guy
0
160
Member Avatar for almostanangel

Hiya Guys and Girls I am wanting to develop a conference centre in Java. But before i start spending time coding I wanted to know if anyone had a generic code I can use just to save some time. Kind Regards Almostanangel

Member Avatar for Waseemn
0
106
Member Avatar for JavaBeginner30

Hello Everyone! I'm Glen, a student beginning to learn about Java. I need help, my instructor is not useful and my fellow students have no idea what their doing; their lost as well! I have an assignement which was do two days ago; i was not able to produce a …

Member Avatar for Alex Edwards
0
104
Member Avatar for OmniX

I mentioned a few weeks ago about a memory problem that could not be solved due to the programming taking alot of memory. Now what am I to do? Anyway to expand the use of the memory or should I just use java? but will it have the same problem? …

Member Avatar for peter_budo
0
107
Member Avatar for shraddha_gupta

i have made my project using netbeans. I want to create tar file , how is it done. I want to an executable file to be made, and source code zipped to be used to modufy program later without using netbeans. I am really confused, can a poject made in …

Member Avatar for stephen84s
0
110
Member Avatar for bloody_ninja

Hi, I just started research and playing around with Java a week ago. My uncle's company gave me all the necessary software and everything, and now I am trying to learn as much as I can in the fastest possible time. Browsing through the first page, I realized that I …

Member Avatar for bloody_ninja
0
177
Member Avatar for Mirth

I'm using odbc:jdbc bridge and an access db and I always get this error: Driver does not support this function [code] <%@ page import = "java.sql.*" %> <%@ page import="java.io.*" %> <%@ page import="java.util.*" %> <HTML> <title>Stock Portfolio</title> <body> <body bgcolor="gray"><center> <table border = 1> <tr> <td><th>Symbol</td></th> <td><th>Type of Transaction</td></th> …

Member Avatar for peter_budo
0
125
Member Avatar for d4n0wnz

my assignment is to write a 2 functions that check how many elements are in a linked list one of the functions have to solve it recursively and the other through the use of a loop. When compiling my code, I run into a load of errors and can't seem …

Member Avatar for VernonDozier
0
75
Member Avatar for amjad277

When one thread is executing a synchronized method for an object, all other threads that invoke synchronized methods for the same object block. What is happen when too many threads (for the same object) for example 100 Threads invoke this method and want to send data? In which order can …

Member Avatar for yzg1236
0
99
Member Avatar for AllanJP

Hey all! I've been struggling with a problem for a week now, and it seems that I'm stuck. PROBLEM ONE: I'm trying to make a "Dynamic" Combobox? Well, I'm trying to read in an XML file, and based on the number of Nodes in that file, i wish to create …

Member Avatar for AllanJP
0
194
Member Avatar for Alex Edwards

Is it possible to send something like, a Frame or Applet to a target computer? If not, how would I set it up so that two users from two different computers could interact with the same JFrame or JApplet? Edit: No I'm not asking for code, just general advice*

Member Avatar for Alex Edwards
0
142
Member Avatar for senthilbfly

I got error while i am trying to use java generic classes in jsp. Is there any cofiguration required to solve it. I use java 1.6 Tomcat 6

Member Avatar for ejosiah
0
52
Member Avatar for vishal2901

Hai guys, I am new at jsp.I have made a simple j2ee application in which i am getting class cast exception in PortableRemoteObject.narrow function. The exception is: [code]org.apache.jasper.JasperException org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:384) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247) javax.servlet.http.HttpServlet.service(HttpServlet.java:860) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249) java.security.AccessController.doPrivileged(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)[/code] The root cause is : [code]java.lang.ClassCastException com.sun.corba.ee.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229) …

Member Avatar for ejosiah
0
163
Member Avatar for guravharsha

Hi, Here is my jsp page where i trying to display the data from table. Here form1 is the name of drop down list in my searchuser.jsp page. The content in the drop down list is a name of one column of the database. I am able to connect firstjsp …

Member Avatar for ejosiah
0
149
Member Avatar for arLe20

i need help..... i need to write a SHORT java program that takes two arrays a and b of length n storing int values, and returns the dot product of a and b.

Member Avatar for javaAddict
0
127
Member Avatar for javagreenhorn

Hello, I have done the code for the final part of the Java Inventory Program in my class. This is the requirements for the final code. • Modify the Inventory Program to include an Add button, a Delete button, and a Modify button on the GUI. These buttons should allow …

Member Avatar for javaAddict
0
190
Member Avatar for zahra1364

Hi : I need some information about installshield java edition. please help me if you can.It is so important for me. thanks.

Member Avatar for sayedjustetc
0
102
Member Avatar for Alex Edwards

Forgive me for my lack of Java-lingo. In fact I'd like to find a book someday that will teach me all of the definitions of words that are mentioned for Java classes and objects, as well as processes, etc. If the title isn't at all clear, what I mean is …

Member Avatar for sciwizeh
0
91
Member Avatar for Alex Edwards

I'd like an opinion, although it will probably be biased since I'm asking the members of the C++ forum and not the members of Java. I'd also like to apologize in advance if this topic has been done before, but I don't like bumping old topics from years ago. I …

Member Avatar for sciwizeh
0
288
Member Avatar for viber101

Im new to java and i want to know how to capture java compiler syntax error messages. . .please help me.

Member Avatar for sciwizeh
0
170

The End.