java web 中生成图片的路径问题!!!!

在一个javaweb程序中,其中有一个生成图片的代码voidcreateImage(StringfileLocation){try{FileOutputStreamfos... 在一个java web 程序中,其中有一个生成图片的代码
void createImage(String fileLocation) {
try {
FileOutputStream fos = new FileOutputStream(fileLocation); //fileLocation为路径 BufferedOutputStream bos = new BufferedOutputStream(fos);
JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(bos);
encoder.encode(image);
bos.close();
} catch (Exception e) {
e.printStackTrace();
}
}
其中那个fileLocation应该怎么写才能让我在以后的程序中以
(url的格式 例如:http://1.highschoolweixin.sinaapp.com/images/grass.jpg
)访问到(注: 该web 程序已经托管到新浪云上!!)
展开
 我来答
llei32wang
2015-05-15 · TA获得超过2736个赞
知道大有可为答主
回答量:1478
采纳率:60%
帮助的人:1406万
展开全部
获取当前类的物理路径,然后根据物理路径找到项目中web页面的路径就是web-inf的上一级路径,再下边创建一个images文件夹把图片存到里头 然后页面上用src="images/grass.jpg" 就行了。
追问
file:/data1/jetty_work/191/highschoolweixin/jetty-0.0.0.0-14233-highschoolweixin.war-_1_highschoolweixin-any-/webapp/WEB-INF/classes/tableImage.jpg yq33.javaruntime

这个就是物理路径,然后呢
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式