装个myeclipse,用myeclipse启动weblogic,...非常方便...如果用M7,好像还可以调试jsp

解决方案 »

  1.   

    项目组要求要用eclipse的,没人知道吗,好急啊,还没用上就遇上这么多麻烦
      

  2.   

    You can add external jar in the project build path properties.Step: 1. right click the project name in package explorer and select "properties"
               2 select Java build path and switch to Libraries tab
               3 choose add external jar then find the weblogic.jar in weblogic folder (bea\weblogic81\server\lib)
      

  3.   

    请问是哪里配置错了?我一安装好,看有JDK1.4的后就没什也没动了,就是不行,问题是weblogic应用服务器也加不上来
      

  4.   

    cnlsq(潮风) 
    myeclipse是eclipse的插件吗不是插件1
      

  5.   

    谢谢:sportboys(多动男孩),问题还存在
    我的类很简单就这样:
    package com.hyt.wy6;public class Test
    {
    public static String testResponse(String msg)
    {
    return "--s " + msg;
    }
    }
    以下是报错
    Severity Description Resource In Folder Location Creation Time Id
    2 The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project jon 2006年3月7日 19:04:46 33
      

  6.   

    我已经加入java build path里面了,还是不行啊
      

  7.   

    make sure you have installed JRE in Windows->Preference->Java