Results 1 to 3 of 3
- 09-15-2011, 09:25 PM #1
Member
- Join Date
- Feb 2011
- Posts
- 84
- Rep Power
- 0
package com.sun.java_cup.internal does not exists
I installed JDK 1.6_27 and jre 1.6_27 on a Windows 7, 64 bit
and fetched Java Code which use to run with java version 1.5_06.We are doing a java update.I am getting the error message
com.sun.java_cup.internal does not exist.
Does that mean my Java is not installed properly?Where to check if java_cup is present in my system or not
Please help
Thanks,
- 09-15-2011, 10:52 PM #2
Re: package com.sun.java_cup.internal does not exists
com.sun packages are internal, not part of the public API, and are always liable to change or removal. That's why they should never be used in production code.
db
- 09-16-2011, 03:20 PM #3
Member
- Join Date
- Feb 2011
- Posts
- 84
- Rep Power
- 0
Similar Threads
-
package org.jdesktop.jdic.browser does not exists
By pink123 in forum New To JavaReplies: 1Last Post: 08-18-2011, 06:58 PM -
How do I check if a database exists ...Any help?
By nmvictor in forum New To JavaReplies: 5Last Post: 05-09-2010, 04:21 PM -
How to check whether file is exists or not
By Java Tip in forum java.ioReplies: 0Last Post: 04-05-2008, 10:13 AM -
Check if a web page exists or not
By Java Tip in forum Java TipReplies: 0Last Post: 03-02-2008, 07:24 PM -
How an array can check that profile whether exists or not???
By hien_NU in forum New To JavaReplies: 1Last Post: 01-10-2008, 01:18 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks