Main Topics
Browse All Topics I'm getting an error
HTTP Status 404
description: The requested resource () is not available.
at
http://localhost:8080/spri
tomcat log: Warning: no mapping found for HTTP request with URI [springapp/hello.html] in...
I am creating a program in c++ that uses cURL.
I ran into this error and I need help figuring it out:
make: *** [test.exe] Error 1
I put some screenshots here so you can see.
http://www.pocourl.com/ecl
Dear Experts,
I copied the entire Java application folder (including the .metadata folder) to my laptop and copied Java from the program files over to my laptop.
When I try to run the program on the laptop I get an "the specified jre...
I am currently taking assembly for the first time and I cant stand just using notepad (using TASAM as my compiler atm don't really have much choice on this). I heard there were plugins for eclipse to use assembler and I found this through some...
Hi,
I've got my java webapp compiling with no problems on one machine I've been using for a long time, but my new setup is causing warning errors.
The working machine is running my webapp with:
tomcat 6.0.14
JRE 6.0_03
The new machine...
Hello
I wish to configure my eclipse to run weblogic, for debugging.
I have been successful in getting the weblogic to start from command prompt.
However since the startWeblogic.cmd file calls another cmd file for setting up variables,...
I'm using Eclipse along with the PDT plugin (php development tools) and PHP or Apache doesn't play nice with UTF8 unless there is not BOM (Byte order Mark).
This makes no sense because i don't see an option in eclipse workspace preferences to...
I have an issue with tomcat. I'm on win 7.
I get an error on the following URL
http://localhost:8080/mana
http://localhost:8080/mana
HTTP Status 404 -
type Status report
message
description The requested resource ()...
Hi experts
I have generated a web serive stub client using eclipse (just downloaded the newest version)
My problem is that I have to use a https connection, hence I need to install a GlobalSign Certificate into my java Keytool.
I tried to...
----------- Environment:
Eclipse Version: 3.3.2
apache-log4j-1.2.15
----------- Log4J.properties file (in the webcontext/src directory)
# Set root category priority to DEBUG and set its only appender to A1
log4j.rootCategory=DEBUG, A1
#...
That's the error I now get when I try loading up eclipse:
"eclipse executable launcher was unable to locate its companion shared library"
I've googled this error but it seems most others that had this problem were installing this for the...
I'm trying to use ImageMagick's java api jmagick to convert pdf to png. But my code only generate the first page of the pdf. If I used imagetoblob, the byte array is null. My version of imagemagick is k6.6.0-3 and jmagick is 6.4.0. I can convert...
I just upgraded to Rad 7.0.0.10, that seemed to work ok but I had some warnings which I unfortunately lost.
Prior to the upgrade, I was at 7.0 and had WSAS 6.1, which used to work but then got broken somehow.
So prior to and after the...
Disabling a checkbox (really button) is pretty easy. You just
Button myCheckbox = new Button(myComposite, SWT.CHECK);
myCheckbox.setEnabled(fals
What is eluding me is to how to do that programmatically based on the selection of...
Hi,
could you please help!!! I installed Eclipse on my windows XP computer and before that I installed Java SDK or JDK installed on my machine, version 1.4.2_8 from a CD which attached with the Eclipse book..when I complete the installation of...
hey guys,
im new to eclipse, been using it a whole 5 days. i've downloaded gson (google json parser) and for the life of me i just cant seem to get it working.
the download comes with three files:
- gson-1.4.jar
- gson-1.4-javadoc.jar
...
Hello, I have a problem where I have a java client trying to execute a call to a Microsoft WCF service. I keep on getting the error "Must Understand check failed for header". Has anyone solved this. I see alot of posts on Google about this,...
Hi.
I am getting this error on eclipse CDT:
"could not find symbol XXX in index. "
I get this when I try to Control+ Click on a class to find where the class/type's code is.
The files aren't compiled in eclipse, but in unix (i...
I am trying to add a TableRow element to a TableLayout. Inside the TableRow is a TextView.
I'm positive I am doing everything right, but there must be something that I am missing.
I get no errors, the whole thing runs, except that the new...
Hi,
I am working with eclipse 3.1 . when ever i tried to open the eclipse i am getting the "Out of memory exception" showing the "use -Xmx256m" to increase the heap memory?
I tried with that -Xmx256m but it's not working.
How can i...
HI
I'm dealing with some really old Java code in Eclipse with several classes that implement serializable but do not have a serialVersionUID defined.
Normally I would just allow eclipse to generate serialVersionUID for me by doing "ctrl+1"...
Hello,
I'm using iReport 3.5.2, jasperreports-3.5.2.jar, iText-2.1.0.jar in my application. When I'm using the iReport, the report shows ok, with bold in some words. But when I'm exporting to PDF in my application, the words appear without...
I'm searching for a usable solution to hot-deploy a web project with Servlets, JSPs and a lot of dependent Java Projects and JAR files into Jboss. I hope I use the right words for it. I mean I want to just save a JSP or a Java class in Eclipse...
Hi. I am working on a proof of concept. Using Crystal Reports for Eclipse. Crystal Reports 2008. I am working with the following code and need assistance with two things. Where in the code would I pass a paramater to the crystal report, and...
Hello, I am trying to create some jsp files in eclipse and I get the following error when I am trying to run the files. The little red x icons appear on the left side of the IDE
Cannot find the tag library descriptor for...
I am having problems running my Junit tests via Ant. I can't seem to get Ant to see the properties file it needs to load a dll my project needs. All my tests work using the Junit GUI in Elcipse, so I'm pretty sure it's not a problem with the...
Hello,
I am trying to commit my changes to the SVN usign Eclipse 3.4.2 the error messages says:
org.tigris.subversion.java
svn: 'D:\Temp\project\project-a
hi,
I am using machine that has eclipse installed already(windows xp) and I am having error during eclipse usage.
Available Memory Is Low
--------------------------
MyEclipse has detected that less than 5% of the 64MB of Perm Gen...
Hi,
need steps and code to implement JOSSO single sign on implementation for multiple web applications in Tomcat server for J2EE struts application.I am using LDAP
I'm having trouble launching websphere application server from Eclipse 3.3 I get file not found errors because I have not entered the proper value for "[cell]" "[Node]" "server1" in profiling settings for installed runtimes.
The program...
Hi Guys,
How to create a war file using ant script. I was able to create war file but unable to add weblogic.xml and tlds directory into WEB-INF folder.
I am trying to get a program to run in Eclipse and I am getting this error:
"The selection cannot be launched, and there are no recent launches."
What does this mean and how do I fix it?
Hi,
this is my problem
I am usingEclipse 3.4, Weblogic 10
I wrote Remote class,Bean Class and Client Class and successfully deployed to weblogic 10 server.
Now when I run the client program ,it gave me error
Exception in thread "Main Thread"...
Hi Experts,
I have a programme that reads csv files and persists the data to a db.
the CSV data looks like this
24/02/2010,PEN,SUB,90,some
24/02/2010,UED,SEN,100,,
24/02/2010,PEN,SEN,40,some
The problem is on...
I have downloaded eclipse uml2 and eclipse uml2 tools plugin from
from http://www.eclipse.org/mod
and http://www.eclipse.org/mod
I can install eclipse uml2 but...
I have installed Eclipse, Java JRE and Perl on my Windows 7 machine. I am trying to install the Perl Integration components into eclipse. So far, I think I have all of it installed with the exception of PadWalker.
I went to Bribes PPM...
Hi. I'm using Windows XP,
and develop a Java program using org.eclipse.swt.browser.Br
In normal, the Browser class uses Internet Explorer as a rendering engine
(I checked it by showing User-Agent).
I want to force the class to use...
Hallo,
We have a subversion repository.
We have a project in /trunk/Project1.
We have a branch of the Project1 in /branches/Project1/Project
Is there a possibility to overwrite the trunk with the branch completely?
(i don't want to...
I'm trying out Eclipse to do some Java development and am looking for some syntax color schemes. The default one is the basic "white background" style but there does not seem to be a "dark background" theme nor can I find one via searching on...
Hi,
I'm trying to build my java apps using ant in Eclipse. It's giving me this warning at the Java->Installed JREs path in the Preferences menu.
Any way to solve this?
Thanks in advance
Hello Experts,
I am getting the following error:
org.apache.axis cannot be resolved to a type.Syntax error on token "enum", class expected.
I am using eclipse 3.3.0.
Please help.Attaching the code snippet.
I have a development environment that worked in the past but now I can't get the application server (localhost) started.
pretty much I'm a newbie on this but have gotten comfortable with RAD-7, although this is my first real attempt to make a...
I am looking for an example on how to implement drag and drop functionality in an eclipse plug in. There is an example here:
http://www.java2s.com/Code
but the issues...
Hi
I have installed eclipse latest version, for the first time it has asked for workspace and after giving it opened nicely, when i opened it second time its giving me this error...ubale to read workbench state..........
im also having other...
i have a jbuilder project which i am trying to import in eclipse.
i wrote build.xml file for the same n while tryint to build with ant i am getting an error like :
The project was not built since its build path is incomplete. Cannot find the...
I downloaded the Java EE version of the Eclipse IDE, simply be cause I'll be writing JSPs and other EJBs later on.
but first, I wanted to write a simple java program that involves printing out text.
For some strange reasons, I keep on...
Hi,
I am using eclipse platform 3.4.0 together with tomcat and axis2. Whenever I have started the server from
eclipse platform then I cannot access the http://localhost:8080/ page. If I start the tomcat not via eclipse then
everything works....
I need help. I am trying to prototype/proof of concept a stand alone application in Java, that will open a crystal report, and export it to a pdf. I have done this in visual basic 6.0 and VB.net 2005, but never in Java and I am having major...
NetBeans or eclips
what to use? which is better? and why?
I've been working on some Use Cases, Activity Diagrams and so, using IBM's Rational Software Modeler version 7.0.5.1
The problem is that when I was trying to integrate it into my whole project at office, we have there the 7.0.0 version and I...
When I try to load various open source Java Android projects into Eclipse I am frequently getting the error message : "Project has no default.properties file! Edit the project properties to set one." Clicking on and opening the "properties"...
Hi there,
After clicking a button on a page, a pop-up window opens (generated by javascript).
I need to click on a button inside this pop up window to go to the next page.
I don't know how to get hold of the source of this pop up window so I...
How do i set the default schema "APP" to the user name "sa"?, How to do it with Hibernate?
My hibernate config xml file is here
<property name="hibernate.connection
<property...
I'm using Eclipse 3.2 to create a very simple Java application.
Now I need to add a GUI interface to my application using swing.
I'm searching for a free visual editor.
I am trying to configure Axis 2 in Eclipse gynemede.
Eclipse->window->Preferenc
MyEclipse will intermittently generate the following warning:
"MyEclipse has detected that less than 5% of the 128MB of PS Perm Gen (Non-heap memory) space remains.
It is strongly recommended that you exit and restart MyEclipse with new...
Hi, I am using Eclipse europa and am getting the error 'Syntax error on token ";", { expected after this token' on the following code. I don't know what I am missing. Thanks.
I'm running Zend Studio for eclipse on debian and Im getting the following error when i try to launch the debugger
Fatal Error Cannot redeclare zend_loader..............
include "Zend/Loader.php";
Zend_Loader::registerAutol
...
Hi,
I'm trying to run Eclipse Process Framework headless on SLES 10 Linux. This fails with a message Exception in thread "Thread-2" org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
So what I'm doing is the following: I ssh...
I am developing an application in java and need to submit it to some sort of website.
I got rid of all the compilation errors and now the program is completely right for sure, because i run it from cmd and it gave proper output too!
But the...
I am using Eclipse 3.4.2. When a program runs the output is generated very quicky on the console. As a result it quickly goes beyond the buffer area, so I am not able to see the output.
Is there a way to save the console output on a file, so...
I'm trying to start learning Qt using eclipse.
I've downloaded, and installed MinGW, Eclipse and Qt.
I've opened a new Qt Gui Project.
I've inserted the "Hello World" tutorial.
Code below:
Building the program fails with the following in...
Hi There
Does anyone know how to connect eclipse [J2EE] to oracle database, because I would like to convert specific columns and rows from a flat file to an oracle database table?
I would need to know where I can get the Jar library file...
Hello everybody;
I'm starting to use OSGi and I'm a little "noob" in the bussiness.
My problem is the next;
I have a bundle that I need to be singleton, because it must be accessed by another two bundles at the same time; I mean, two...
1. I am using Eclipse 3.4.2, Oracle Thin Client OC4J Standalone Server 10.1.3.n
2. I right-click my project (a Dynamic Web Application with .jsp and java classes)
3. I select Run As/Run On Server
4. I choose an existing server localhost/Oracle...
Hi,
I have Eclipse 3.3 set up with Tomcat 6 & Java EE 5 sdk for developing web apps. I have a rather large web project I have imported into Eclipse and it runs just fine on the localhost tomcat server. The problem I am having is when I try...
I have a JSP (viewReport.jsp) that can display a report (CrystalReport1.rpt). Below is the code for "viewReport.jsp".
My report requires a parameter to be passed into it. The parameter name is "recordId". May I know how to pass this parameter...
I would like to know how to set up work environment for c++ to run opengl in jgrasp, eclipse, or visual c 6.. thank you for your help
I have been trying tp update or install plugins in the Eclipse but everytime i try updating, it gives the following error:
===============
Current configuration contains errors that are not corrected by the requested operation and more errors...
Hello --
I'm a novice with CF9.
== Scenario
- Mac OS X v10.6.8
- ColdFusion v9 [updated to latest 9.0.1]
- JRun with integrated WebServer [listen on 8500 port]
- Developer mode
- ColdFusion Builder v2.0.0 Build 277745 [standalone...
Where can i find a JMS eclipse working example + tutorial.I want to learn a JMS for my java web app and play with it using P2P and pub-sub.
I try to import projects from Eclipse, but get this frustrating message:
"Some projects were hidden because they exist in the workspace directory"
What shall I do to be able to import it? I try to import through "General"->"Existing Projects...
Quick build path problem....I've fixed this before but I can't figure it out right now for some reason.
I have a flex/java project in J2EE Eclipse (Galileo).
The error I'm getting is this:
Cannot nest output folder...
hello
I have the following code
public class App {
private static boolean about = false;
public static void main(String[] args) {
JFrame frame = new JFrame("Browser");
...
...
Just finished moving all my stuff to a new Windows 7 x64 machine and I installed JDK 6 update 14 x64 version. I moved my Eclipse folder and workspaces over and tweaked my eclipse.ini to point to the new JDK. Eclipse would not start. No errors,...
hi
I have some .dll files(jhdf5.dll and jhdf.dll) in win folder I will like to load on windows XP.
I first tried the following two setups in my batch file but I'm still getting errors
1. java...
Why this error happens on eclipse
I have source code in:
C:\myCompany\Project1\proj
C:\myCompany\Project1\proj
C:\myCompany\Project1\proj
The workspace is defined as C:\myCompany
I want to create a project for each of the 3.
I try to create a project for...
Hi
I'm using Win XP Pro, Internet Information Server (5.1), MySQL(5.0.24) and PHP (5.1.5) ... that's WIMP ;) and have been doing so without issues for some lightweight web development for quite a while, using Dreamweaver MX 2004 as the...
Hi,
I am working with RAD 6.0 on a J2EE project.
I can export an EAR file with my RAD IDE --> File --> Export Wizard.
but can I do the same job from Command line with a Headless RAD ?
thank you.
I've got a need to store user identity in a web application so that the user can "stay logged in" and not have to do so on each access to a site, and even if they don't elect to do that, to remember who the user is when browsing round the site...
I am using Eclipse Platform Version: 3.4.1 and Java build 1.5.0_02-b09. When I try to build the following ENUM declaration code using the eclipse. I am getting the errors listed below the code.
public interface Constant {
public enum Info...
I am encountering a 'could not find main class' error. I am launching the application form the main metohd by right clicking and then selecting 'run as' - java application.
All the relevant jars are on the class path - and the error message i...
Hey Guys,
I was installing eclipse on my fedora OD.
I used the Add/Remove Program feate to Install Eclipse.
Eclipse was installed!
when I downloaded the WTP pluing and try to add it said I need some other plugin in order to install...
I love Java, i really do, but sometimes its a major pain in the rear! Have spent my entire night, 5 hours or so trying to get this running, such a waste of time.
I am following this tutorial...
...
I have installed eclipse and xampp in the install one and it does run and opens up the new web page but will not run in the de bug mode
I have included the phpinfo page if that is any good, just need to figure out what is not correct to get...
I have an Eclipse RCP (Rich Client Platform) application, that contains a View (viewpart).
I want to add a Combo box to this view's toolbar - normal you would add Action (buttons) to it, and that is done easily enough. I'm adding action...
I am trying to set up a new workspace to utilize the JEasyOPC (https://sourceforge.net/p
Dear Experts,
My company is investigating verion control systems, and we're leaning towards Subversion, with the TortoiseSVN UI. Could anyone point me to links (or just explain) how TortoiseSVN might work as a plugin to Eclipse? I mean,...
Hello Everybody,
I am developing an Eclipse RCP application. I have a PluginA which is the main plugin and a PluginB which has JNA wrapper classes for the dll's I have to use. I have these dll's (about 7 to 8) at the root level of the PluginB....
Why when I paste from something I copied in eclipse, does it give it a blue background color?
Hi There,
I am having a problem of launching Tomcat 5.5.26 from Eclipse 3.3.1.1. It works well until I upgraded my local Tomcat from 5.5.15 to 5.5.26. After the upgrade, I cannot launch the Tomcat from Eclipse by click Tomcat start menu button...
new user to eclipse Platform
am trying to work through the beginner tutorials to just debug a simple hello.php page but when I run it it throws up a Please set a valid php file for this launch. looked around the net but could not find any...
I'm just wondering, what's the difference between SWT and RCP?
From my understanding, SWT is a UI framework for rendering the UI with native components.
Whereas with RCP, I'm not sure where it adds value at all.
Could someone plz...
I'm using Eclipse version 5.3.1 and would like to know if there's a way to change the error log level?
I added two dependencies (Log4J and Derby support) to my Eclipse 3.6 RCP application and now it won't run. It produces the following very confusing errors. What exactly is it trying to tell me I am doing wrong?
I am in the midst of setting up my Eclipse SDK (ver 3.3.0) with Apache Tomcat (ver 5.5.26).
Here's how i did it -
Eclipse IDE:
1. Go to Windows > Preferences...
2. Go to Server > Installed Runtimes, click on Add...
3. Parameters...
while creating security component in seam
the following error occurs
java.lang.RuntimeException
i have attached the complete error file
I am developing an application in Java with Eclipse. I have the program working and running. I also have the report designs all done and I am able to preview and run them in BIRT. What my question is is how to I run these reports from my...
for_yan
4,600
0 points yesterday
Profilesharonseth
4,000
0 points yesterday
ProfileCEHJ
1,800
0 points yesterday
Profile