Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Whats a trick to compile in eclipse when you have jars with just source files?
Whats a trick to compile in eclipse when you have jars with just source files? [message #971639] Sun, 04 November 2012 21:29
Eclipse UserFriend
javac will compile classes even if the classes they need only contain java files and no class files (added to classpath of course)

javac can not compile them if you use optfiles and I am guessing eclipse does something similar with it class compilers...however..I am stuck often enough with apps like this and eclipse wont compile my apps because many jars only hava source files and no classes.

Does anyone know of a way/setting to get eclipse to compile in this scenario?

These are all webapps btw.

PS - please dont say compile up the jars...if it was that quick and easy for the apps I am dealing with (13000 jars in one for ex)...I would have considered it Smile

Thanks.

[Updated on: Sun, 04 November 2012 22:39] by Moderator

Previous Topic:Whats the best way to add complex external web apps sources/projects as new projects in eclipse?
Next Topic:Good learning book/material for importing/compiling practices in eclipse(j2ee/jee)?
Goto Forum:
  


Current Time: Thu Jul 10 01:11:51 EDT 2025

Powered by FUDForum. Page generated in 1.02681 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top