For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 21 years, 1 month ago by
Ronald R DiFrango.
-
AuthorPosts
-
Ronald R DiFrangoMemberI have a J2EE EJB project and it appears as though when I build the project, nothing is getting built in the output folder [classes].
My configuration is as follows:
Version: 3.9.101
Build id: 20050617-4.0-Milestone-2*** Date: 7/13/05 10:17 AM
*** Platform Details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=M200503110845
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\eclipse\eclipse.exe -showsplash 600
-exitdata
C:\eclipse\eclipse.exe -exitdata 520_68
-vm
C:\j2sdk1.4.2\bin\javaw.exeeclipse.product=org.eclipse.platform.ide
eclipse.startTime=1121282015593
eclipse.vm=C:\j2sdk1.4.2\bin\javaw.exe
eclipse.vmargs=-Xss512k
-Xms64m
-Xmx512m
-cp
C:\eclipse\startup.jar
org.eclipse.core.launcher.Maineof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\j2sdk1.4.2\jre\lib\endorsed
java.ext.dirs=C:\j2sdk1.4.2\jre\lib\ext
java.home=C:\j2sdk1.4.2\jre
java.io.tmpdir=C:\DOCUME~1\RDIFRA~1\LOCALS~1\Temp\
java.library.path=C:\j2sdk1.4.2\bin;.;C:\WINDOWS\system32;C:\WINDOWS;c:\cygwin\bin;C:\JavaClasses\apache-ant-1.6.5\bin;C:\j2sdk1.4.2\bin;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\WINDOWS\Downloaded Program Files;C:\IBMTOOLS\Python22;C:\Program Files\PC-Doctor for Windows\services;C:\Program Files\True Blue Software\SnapshotCM
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.2_08-b03
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.4.2_08
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.2_08-b03
line.separator=org.eclipse.jdt.debug.ui.scrapbookActive=false
org.osgi.framework.executionenvironment=
org.osgi.framework.language=en
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1
org.osgi.framework.processor=x86
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.2.0
org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
os.arch=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=c:\eclipse\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/c:/eclipse/configuration/
osgi.framework=file:/c:/eclipse/plugins/org.eclipse.osgi_3.0.1/
osgi.framework.beginningstartlevel=1
osgi.framework.version=3.0.0
osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
osgi.install.area=file:/c:/eclipse/
osgi.instance.area=file:/C:/Documents and Settings/rdifrango/My Documents/circuitcity/workspace/
osgi.logfile=C:\Documents and Settings\rdifrango\My Documents\circuitcity\workspace\.metadata\.log
osgi.manifest.cache=c:\eclipse\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=c:\eclipse\plugins\org.eclipse.platform_3.0.2\splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\j2sdk1.4.2\jre\lib\rt.jar;C:\j2sdk1.4.2\jre\lib\i18n.jar;C:\j2sdk1.4.2\jre\lib\sunrsasign.jar;C:\j2sdk1.4.2\jre\lib\jsse.jar;C:\j2sdk1.4.2\jre\lib\jce.jar;C:\j2sdk1.4.2\jre\lib\charsets.jar;C:\j2sdk1.4.2\jre\classes
sun.boot.library.path=C:\j2sdk1.4.2\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium i486 i386
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.fontpath=
sun.os.patch.level=Service Pack 2
user.country=US
user.dir=C:\eclipse
user.home=C:\Documents and Settings\rdifrango
user.language=en
user.name=rdifrango
user.timezone=America/Los_Angeles
user.variant=
vendor=Apache Software Foundation
vendor-url=http://xml.apache.org/xalan-j
version=2.4.1July 14, 2005 at 9:23 am #232976
Riyad KallaMemberPlease explain what you mean by “it appears”, what did you do to determine that no classes are there? Are you getting exceptions? can you not see the output folder? Did you double check your Java Build Path > Source tab to make sure the output folder was set? Did you make sure that your Source folder was also set?
July 14, 2005 at 10:18 am #232989
Ronald R DiFrangoMemberRiyad,
I got it working after all. It was not building at all [ie no classes were put in the classes output folder]. I had to re-create the project and the build started happening. On interesting note, I had the weblogic doclet turned on, but the xml descriptor file was not placed in the correct location. I had to manually move it into META-INF to get it working properly.
Ron
-
AuthorPosts
