Hi guys,
I have a problem with a school project :
I wrote a class inside a package(TEST) in Eclipse that creates for
each request (thread) a new temporary unambiguous folder with the
following path (in Windows):
C:\DOCUME~1\USER\IMPOST~1\Temp\
then my class appends a folder : \TMPx\ , where "x" is a random
number.
In the latest folder the class creates a .class file ("Test.class")
(identical for all the different folder).
I have to execute the Test.class file , calling it from the package
"test" in eclipse (I redefinied the default classloader ).
How do I execute this class from my test package?
(I think I have to add something to the classpath but I don't know
what)...
Add path to Classpath (using Eclipse) ... In the latest folder the class creates a .class file ... "test" in eclipse. ... How do I execute this class from my test package?... (comp.lang.java.programmer)
Re: Visual Studio 2008 Project Management ...Eclipse has that I've been so taking for granted I'm going nuts them ... While I have no problems with GCC,... I too have been frustrated by this feature of always adding new ... items to the project folder, and this "Folder view" does make things ... (microsoft.public.vstudio.general)
Re: Eclipse: Delete Folder winthin CVS? ... > My company uses Eclipse in conjunction with CVS. ... > better, more user friendly application that plugs into CVS, then I'm ... > So you're saying I'm stuck with the folder forever?... which places a "new folder " within the CVS repository.... (comp.lang.java.softwaretools)
Re: piece of $#!t eclipse cant find the main class ...separate output folder for class files (and losing all the files in that folder w/o Eclipse giving me a chance to do anything with them; I hope i never meet any of the eclipse developers because they may not live long if I do) ... The idea is that a build folder (e.g., where you build your .class files) is a clean environment to contain your deployables and only your deployables. ... (comp.lang.java.programmer)
Re: servlet project setup in Eclipse ... The way I set up Eclipse for web application projects is this. ... configure WEB-INF/src as a source folder for the project, ... See the Tomcat... there isn't supposed to be a servlet directory underneath webapps.... (comp.lang.java.help)