JDK 1.3 or a later version will support SNMP API. Please check it out and clearly read the SNMP API Document.
Thanks
Rajkumar
User Profile
Collapse
-
rajujrk started a topic While downloading a PDF, Displaying Servlet Name instead of actual file name in IEin JavaWhile downloading a PDF, Displaying Servlet Name instead of actual file name in IE
Hi,
I have displaying the report in the IE Browser Pop Up window, Report displays the PDF file. Here I'm not forcing that PDF file to download automatically. I'm Previewing that PDF file in the browser window, from there user will download that PDF file. Everything working fine except when user is trying to download that pdf file from browser, it always shows Servlet name instead of the original PDF filename.
Same scenario... -
Hi jinnejeevansai,
Make that variable as protected, default Access Modifier is "default" and it will be accessed within the package. When you extending the class and trying to access the class variable, use protected as always.
Thanks
RajkumarLeave a comment:
-
Hi,
Form is now Visible, Please make sure your components inside the JFrame are aligned. Its not aligned properly. Please find the below Code
Code:import javax.swing.*; import java.awt.*; import java.awt.event.*; import javax.swing.JFrame; public class Bookshop extends JFrame implements ActionListener { // JFrame product = new JFrame(); JTextField productIdText;
Leave a comment:
-
Difference between Apache and Cloudera Hadoop?
Hi All,
What are the feature differences between Apache Hadoop and Cloudera Hadoop?
Thanks
Raju -
Hi,
I have just modified your code by commented some lines, there is no big changes
Inventory.java
Code:import java.io.*; import javax.swing.*; import java.text.*; import java.util.StringTokenizer; public class Inventory { public static void main(String[] args) throws IOException { BufferedReader stdin = new BufferedReader(new
Leave a comment:
-
rajujrk started a topic How to create multiple Wars with different framework in a EAR without ANT and MAVEN?in JavaHow to create multiple Wars with different framework in a EAR without ANT and MAVEN?
Hi All,
I have two different web application, one developed using struts 1.x and second using spring 4.0. Both having the same screens, assume my application having 9 modules. In that 2 modules revamped using Spring framework with new UI. 7 modules are not yet revamped in Spring 4.0. So that I planned to load the remaining 7 module's screen from struts project. For that I decided to create 2 war files in an EAR, which will share the... -
Leave a comment:
-
GO to Windows --> Preferrences --> type Android
In the Right Side window, check you have given the path of the Android SDK installed path. If not, provide the SDK path.
THanks
RajuLeave a comment:
-
Hi,
Please follow the rules, provide your code in CODE tag.
And Please ask questions clearly, from which JSP u r callind this javascript method and how do u want to navigate to print_emp.jsp?
Try to use hidden field
Code:<input type="hidden" name="emp" id="emp">
Code:document.getElementById("emp").value
Leave a comment:
-
Connecting Oracle Coherence Using JMX
Hi,
I'm Developing a tool to get all in one. That means, from this tool have to manage Websphere Application Server (Done), Webserivces Status (Done) and Oracle Coherence(Stuck ed here). I have to connect oracle coherence through JMX and fetch the details like Storage, Proxy and JMX running and stooped nodes and current available and allocated memory details.
Thanks in Advance
Raju -
Use Axis2 Client to call your webservices.
The Axis2 client API is very convenient and it has cool features like asynchronous web service utilization, multiple transport selection, and so on. Once you run the samples you will understand the basics of the Axis2 client API. To understand the rest of the API you need to write complex code.
Example Code:
Code:public static void clientInvokeExample() {
Leave a comment:
-
Hi,
You can use like the below code
Code:pw.println("<html><head><link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" /></head><body>"); pw.println("<b>#</b> Number of candidtaesregistered "); pw.println("<br><table class="mytable"><tr>"); . .
Leave a comment:
-
Hi zmbd,
Thanks for your reply, attached file looks like corrupted, don't know how its happened.Sorry for your in-convenience. My Question is just about start with the smartcard programming Using JavaCard Technology, so I need to know the per-requiste to start.
Thanks
RajuLeave a comment:
-
Things to start Smartcard Programming Using Javacard
I wanted to start with the smartcard programming soon. Please help me the things required for starting the learning using javacard. Which IDE (If any IDE Supports), Software and Hardware related? Like Mobile phone simulator is there any smartcard simulator or else if I have to buy a smartcard specify those cards where and how I can get?
Thanks
Raju -
Error in running java card project
I have created a new java card project and added new applet file to it, but when I try to run the project it shows below error:
Code:java/lang/NoClassDefFoundError: java/lang/String
Code:package smartapplet; import javacard.framework.APDU; import javacard.framework.Applet; import javacard.framework.ISOException; public class SmartApplet
-
rajujrk replied to plz help in solving erroris showing invalid character used in sql query..so plz helpin JavaHi
Try the below and let me know (UnTested)
Code:try { String url="jdbc:mysql://localhost/userpwsd"; Connection con=DriverManager.getConnection(url,"root",""); Statement sn=con.createStatement(); String s; s="SELECT username,password FROM userpwsd WHERE username='"+ s1 +"' and password='" + s2 + "'";
Leave a comment:
-
A constructor that have no parameter is known as default constructor.
A constructor that have parameters is known as parameterized constructor
Why we use parameterized constructor?
Parameterized constructor is used to provide different values to the distinct objects.
Thanks
RajuLeave a comment:
-
Webservice
Is there any good tutorials for Axis2, Spring Webservice with SOAPUI? -
rajujrk replied to I got NumberFormatException in the below code , Please analyze that need do favorin JavaUse the below Code
Code:<html> <form> Enter ID:<input type="text" name="id"> <% [B] String id=(request.getParameter("id")!=null)?request.getParameter("id"):"0";[/B] int no=Integer.ParseInt(id); :%> </form> </html>
Thanks
RajuLeave a comment:
No activity results to display
Show More
Leave a comment: